0 votes
What is your testing approach when requirements change continuously?
in Agile by

1 Answer

0 votes

Some possible answers can be; 

Write generic test plans and test cases which focus on the intent of the requirement rather than its exact details

Work very closely with the product owners or business analysts to understand the scope of change so testing can be estimated and planned accordingly

Makes sure test cases are updated and automated with changing requirements to minimize the risk of issues, and outdated test cases, especially as the project nears its end.

by
...