What is difference between WR and QTP?
Answers were Sorted based on User's Feedback
Answer / s.saireddy
1.lowlevel recording is not possible in winrunner.
In qtp possible.
2.qtp supports SAP,PEOPLESOFT and .NET applications.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / yogesh dewangan
WR is basicaly for VB and JAVA based application and QTP is
for .NET and JAVA based application.
| Is This Answer Correct ? | 0 Yes | 2 No |
How can I find out whether a word in a string is existed or not for example "QTP IS A POWERFULL TOOL FOR AUTOMATION" How can i find out whether "powerfull" is existed in the above string or not Could anyone answer it?
Difference between test object and run time object?
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
what is the process to follow between writing the test cases & then atomating it?
How can we QTP Scripts in xml format? is there any way to do so?
Does quicktest professional is unicode compatible?
How would you directly trigger javascript in a test?
How to import excel sheet to QC?
please any one can explain the keyword driven framework. with gmail example.
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
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
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??