Does automation replace manual testing?
Answer / mahesh sv
1. No. It helps the manual tester in regression testing
when time is a main factor.
We can rerun the same tests again and again with multiple
sets of data using data driven test.
2. No, manual testing cannot be replaced with the
Automation. Automation can be done at an extent of maximum
to 90-99% not 100 percent, since the tool itself will have
certain limitations about the memory management, resources,
platform on which the product need to be tested
| Is This Answer Correct ? | 1 Yes | 0 No |
What is fastest locating Strategy?
How you will evaluate the tool for test automation?
Please explain what is the hybrid framework?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
What tools are available for support of testing during software development life cycle?
what is the difference or comparison between QTP and rational? and which tool is better to use?
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.
Does automation testing have any disadvantages?
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?
Tell me what criteria do you consider for automating a test?
How to open an application through scripting in QTP? Give me Syntax and example please
Explain me what kinds of annotations are used in testng?