Interview Questions

What testing activities you may want to automate in a project?

Software Quality Assurance Interview Questions and Answers


(Continued from previous question...)

178. What testing activities you may want to automate in a project?

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)

(Continued on next question...)

Other Interview Questions