What testing activities you may want to automate in a project?
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 |
How to login into any site if it's showing any authentication pop-up for username and password?
How to create stubs? what is the use of Stubs and drivers? who is the responsible person of this?
Explain me how to check if an element is visible on the page?
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.
Explain about basics of rational robot - ibm test automation tool?
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?
Bug report formate in bugzilla
Explain me what the webdriver supported mobile testing drivers do you know?
Does automation replace manual testing?
Does Microsoft Corporation, Sun Microsystems possesing any maturity levels?if yes, what is that level?
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?
What are the main attributes of test automation?