Multiple choice technology testing

What are the good practices for testing within the development life cycle

  1. Early test analysis and design

  2. Different test levels are defined with specific objectives

  3. Testers will start to get involved as soon as coding

  4. A and B

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Good testing practices include early test analysis and design (A) and defining different test levels with specific objectives (B). These principles ensure thorough coverage throughout the development lifecycle. Option C is incorrect because testers should get involved BEFORE coding starts, not after - they should be involved during requirements and design phases to enable testability and early defect detection.