1.

What Testing Activities You May Want To Automate In A Project?

Answer»

Testing tools can be used for :

  • Sanity tests(which is repeated on every BUILD).
  • stress/Load tests(U simulate a LARGE no of USERS,which is manually IMPOSSIBLE).
  • REGRESSION tests(which are done after every code change).

Testing tools can be used for :



Discussion

No Comment Found