What are the advantages of QTP over WinRunner?
Answer Posted / rudraneel
sorry i have missed one important one that is
10.Winrunner uses TSL script(Test Script Language)
QTP uese VB Script.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How can i check items sorted or not in a weblist ? Give me the script for this...
what is description object?
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
In qtp, how you can use xpath to identify objects?
How did you resolve conflicts present in Object Repository?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
wt is the use of multiple questions in QTP
What is the difference between a Function and Procedure in QTP?
Explain more about the Test Fusion Report of QTP?
what is the difference btn risks & Therads in the Test plan documentation?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
There is an excel file of 1 to 100 sheets how you will iterate through it?
How to check bitmap output value?
How to test the login page in different ways in automation testing and i need code?