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 |
List some advantages and disadvantages of automation testing.
Tell me an example of the languages supported by webdriver?
What is fastest locating Strategy?
Can anybody tell me the open source automation testing tool for performance testing to test web based application.? pls reply its urgent.
What is test automation?
which tools is the best in Automation
Write test cases on ATM machine and On Pencil.
Explain some automation testing tools.
Explain me what is a framework and what are the frameworks available in rc?
what is 2 tier and 3 tier application.
Why we use Junit and Jmeter? Suggest some sites where we can get more information on these two Tools?
Tell us how can you create html test report from your test script?