6. In what type of test is the code not transparent?
- White-box test
- Test-driven development
- Smoke test
- Black-box test
7. Verifying an automation script works well with the overall system and external entities describes what type of test?
- Regression test
- Smoke test
- Load test
- Integration test
8. _____ ensures that any success or failure of a unit test is caused by the behavior of the unit in question, and doesn't result from some external factor.
- Regression testing
- Integration
- Isolation
- White-box testing
9. A test that is written after a bug has been identified in order to ensure the bug doesn't show up again later is called _____
- Load test
- Black-box test
- Smoke test
- Regression test
10. What type of software testing is used to verify the software’s ability to behave well under significantly stressed testing conditions?
- Load test
- Black-box test
- Smoke test
- Regression test