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
What is the difference between close and quit command?
What should you do after finding a bug?
How would you test your own element locator?
Which test cases can be automated?
Types of F/w in Automation
What do you think holds testers back to do automation? Is there a way to overcome it?
How to decide the tool that one should use for automation testing in their projects?
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
What are the frameworks available in rc?
What are the attributes of a good framework?
What are the 5 common software development problems solutions?
Tell me what kind of tests should not be automated?
Do you know what is robot api?
What is Ticketing tool? Has it any other names? What is the purpose of this?
What is the Differnce between Client/Server Testing and Web Based Testing?