does automation replace manual testing?
Answers were Sorted based on User's Feedback
Answer / sumi
No,because some of the funtionalities mayn't be tested
using Automated tools so we should test those
funtionalities manually
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / purni
Hi ,
Automation cannot replace manual testing. To do the
automation testing first we have to make sure that the
application is stable. This we have to check manually. Even
thought manual testing is time consuming and need human
resource it's mandatory.
| Is This Answer Correct ? | 2 Yes | 0 No |
if anyone has idea of the interview procedure in covansys, plz send me a mail?
scalability testing comes under in which tool?
can u tell me the the cost of automation tool QTP ?
how to post xml data from QTP scripts to any application?
What are the ways you can synchronize?
What is API
How is a Step generator used in UFT?
Can I do Game testing with QTP tool
Write code for ,We have a web table with rows and columns like EmpID EName Action 1 ABC Edit Delete 2 XYZ Edit Delete 3 PQR Edit Delete In the above Table the last column has two links we have to click first link based up on EmpID =2
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
What are the advantages of Automation objects than Test Objects?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.