Answer Posted / mahesh sv
1. If you have to run a set of tests repeatedly, automation
is a huge win for you
2. It gives you the ability to run automation against code
that frequently changes
to catch regressions in a timely manner
3. It gives you the ability to run automation in mainstream
scenarios to catch regressions in a timely manner (see what
is a Nightly)
4. Aids in testing a large test matrix (different languages
on different OS platforms).
5. Automated tests can be run at the same time on different
machines, whereas the manual tests would have to be run
sequentially
6. Repeatability, Programmability, Reliability are the imp
attributes
7. for test automation, impact and criticality are the main
attributes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?
What is a framework for automation testing?
How do you decide which tool you have to use?
how to import specifically 2nd column elements to runtime datatable in excel sheet if it contains 3 columns
What are the important modules of an automation testing framework?
What type of scenarios can't be automated?
Tell me how could the web element attributes be inspected in order to use them in different locators?
How did you use automating testing tools in your job?
How do you select which automation tool is best suited for you?
Tell me what is the testng.xml file used for?
Tell me what databases can test director reside on?
Does automation testing have any disadvantages?
Elaborate the scripting standard while executing testing
What is tsl?
Do you know how to verify if the checkbox/radio is checked or not?