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
4. How we implement Winrunner,in our project?
Have you completed the cps exam? Which one?
What is data - driven automation?
Tell me how could the web element attributes be inspected in order to use them in different locators?
How to capture Dos Promote data in text file? in that how to find particular String ( window )? in VB scrpting
What are the advantages of the automation framework?
How could you explain the main difference between webdriver and rc?
List some advantages and disadvantages of manual testing.
What is testng and why is it better than junit?
Tell me which web driver implementation is the fastest?
What is meant by the automation framework?
What is the major difference between Acceptance test , Functional test , Usability test and Performance test with special reference to auotomotive domain
what is the difference between keyword driven frame work and data driven frame work.
What are pros and cons of automating tests at ui layer?
What are the different types of an automation tool that you are aware of?