As we conclude, here is a list of questions for you to test your knowledge regarding this chapter's material. You will find the answers in the Assessments section of the Appendix:
- True or false: A unit test verifies the working of a single unit in isolation.
- True or false: An integration test verifies the working of a fully assembled system.
- Which of the following statements is correct, regarding the principles of the testing pyramid?
- Have many integration tests, fewer unit tests, and even fewer system tests.
- Have many unit tests, fewer integration tests, and even fewer system tests.
- Have many system tests, fewer integration tests, and many unit tests.
- Which of the following is not a non-functional type of test?
- Load testing
- Usability testing
- Applicability testing
- Performance testing
- Testing is about gaining insights into the quality of work. Which techniques...