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



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

Answer / lakshmi v

This is a very interesting and informative question that
every tester must be able to answer before using automation
in their projects. Automation , as the name suggests is the
use of automatic systems or tools to reduce the manual work.
Regression tests often consist of test cases that are
exhaustive and may be executed more than once. In these
cases repeating the test cases manually may even lead to
overlooking due to monotonous nature of the work. Hence
automation tests should mainly focus on those areas of
testing which is performed repeatedly.

Secondly, there are those areas of an application that are
business critical but may not be always performed. These may
also be automated. It is important to ensure that the tests
automated yield proper ROI (return on investment), i.e. the
results of the tests are useful enough and should not
require any manual intervention to confirm their
authenticity. They should not be any false positives from
the results.

So sanity testing, regresion testing and functional testing
of a project may be automated. Test cases that are executed
just once need not be automated.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Automation Testing AllOther Interview Questions

How to login into any site if it's showing any authentication pop-up for username and password?

1 Answers  


How to create stubs? what is the use of Stubs and drivers? who is the responsible person of this?

4 Answers  


Explain me how to check if an element is visible on the page?

1 Answers  


I want to learn the data base testing, how can I start my psactice? I already reading the books of basic for data base? If any other books that make my study simple please suggest.

1 Answers  


Explain about basics of rational robot - ibm test automation tool?

1 Answers  


IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?

1 Answers   TCS,


Bug report formate in bugzilla

1 Answers   CTS,


Explain me what the webdriver supported mobile testing drivers do you know?

1 Answers  


Does automation replace manual testing?

5 Answers  


Does Microsoft Corporation, Sun Microsystems possesing any maturity levels?if yes, what is that level?

1 Answers   CTS,


hi i m runing a login script using multiple data by importing from excel sheet, now i want to get a status pass or fail each time the script run for multiple data?? so anyone can help me out?

3 Answers  


What are the main attributes of test automation?

1 Answers  


Categories