1.

What Type Of Tests Can Be Automated?

Answer»
  • Tests that we have to EXECUTE on EVERY build (Ex: Sanity Tests)
  • Tests that we have to execute on modified build (Ex: Regression Tests)
  • Tests that we have to execute using multiple SETS of TEST data.



Discussion

No Comment Found