1.

When Should You Apply Automation Testing in Agile Development?

Answer»
  • When the same TEST case is to be repeated;
  • When the test cases are very tedious and cannot be performed MANUALLY;
  • If you have to run the test cases with different data and CONDITIONS SEVERAL times;
  • When the same test cases are to be executed with different user sets;
  • If saving time is on your top priority; or
  • When test cases need to be executed with various BROWSERS and environments.


Discussion

No Comment Found