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 are the main benefits of test automation?
What are the limitations of automating software testing?
what is mutation testing ? when we are using this type of testing?
What are the various kinds of frameworks that can be used in software automation testing?
Explain me how do you send enter/tab keys in webdriver?
What is functional and regression testing?
how to read data from a csv file using Test complete functional tool..please can anyone post the code
What is mean by ARGO testing? Can you please explain anyone
Is web based application a 2 tier or 3 tier application.
What is the major difference between Functional test, Acceptance test, Usability test and performance test. With special reference to automotive domain
What are the things that one should consider for selecting a project for test automation? For example, stability, etc.
If testing is done using white box testing,then what is the need of using Black box testing again? I mean when unit testing and Integration testing is done at Coding level, what is the need of testing again at testing level?