Below we have a simple management system that is designed using a class diagram and implemented using java. Based on the diagram below, we can see that there are different dependencies among classes. Use the diagram below to explain what needs to be tested (how the different testings will proceed). Point out how unit testing, integration testing, end-to-end testing, and acceptance testing will proceed for the system. Note- You are not expected to generate tests or test cases. You are expected to explain what needs to be tested and how testing will proceed
Below we have a simple management system that is designed using a class diagram and implemented using java. Based on the diagram below, we can see that there are different dependencies among classes.
Use the diagram below to explain what needs to be tested (how the different testings will proceed). Point out how unit testing, integration testing, end-to-end testing, and acceptance testing will proceed for the system.
Note- You are not expected to generate tests or test cases. You are expected to explain what needs to be tested and how testing will proceed
Testing is the activity of checking whether the expected results match the actual results.it helps to ensure that the software system is defect free .it helps to identify missing requirements,gaps or errors that might be contrary to the requirements.Software testing is important because if there are any bugs or errors in the software,they can be identified early and fixed before the software product is delivered.A properly tested software product ensures dependability,security and high performance which leads to time savings,cost effectives and customer satisfaction.
Step by step
Solved in 2 steps