Home / Questions / Why must test scripts be created before development is completed?
Explanatory Question

Why must test scripts be created before development is completed?

👁 11 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Test scripts:

  • Define expected behavior

  • Validate requirements

  • Identify design issues early

Creating test scripts early ensures:

  • Design correctness

  • Reduced rework

  • Alignment with Agile principles