What testing activities you may want to automate in a project?
Answer Posted / mrinalini
Below is the list of activies you may want to automate
1)Tests that need to be run for every build of the
application or website(sanity testing)
2)Tests that use multiple data for the same set of actions
(data driven testing)
3)Identical tests that needs to be executed using different
browser
4)Mission critical pages
5)Transaction with pages which do not change in short term
the bottom line is you should automate tests which are of
repeatative nature
Below is the list of activites which are poor candiates for
automation
1)Usabiltiy testing
2)One time testing
3)Adhoc/Random testing based on the knowledge of the
application or website
Lemme know if this helps
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Explain me what kinds of annotations are used in testng?
how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?
Tell us how to select a value in a dropdown?
How could you explain the main difference between webdriver and rc?
Give some examples for functional & regression test tools?
Tell me what is the firefoxdriver, class or an interface? And which interface does it implement?
What is the different between GUI map and GUI map files?
Does automation testing have any disadvantages?
What is client side validation? Write a snippet.
Tell me what is the purpose of getoptions() method?
Elaborate the scripting standard while executing testing
What is test automation or automation testing?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
On what basis you can map the success of automation testing?
What are the main differences between Loadrunner and QTP tools? Describe briefly a "real world" scenario that would make you use the first one versus the other? Thank you for your answers....