Answer Posted / lavanya
i) QTP supports .Net but the Older version of the
WinRunner does not support .Net technology.
ii) To work with QTP, the language used is VB Script.
To work with WinRunner, the language used is TSL (Test
Script Language).
iii)QTP supports many languages,for example
Java,VB.Net,ASP.Net,VB Script, JavaScript,etc.
WinRunner does not support JavaScript.
iv) In QTP, we cannot insert more than one checkpoint at a
time, but in WinRunner we can insert more than one
checkpoint at the same time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the differences between quicktest professional and winrunner?
Have you done batch testing in qtp? If yes how you are doing?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
What is action split and the purpose of using this in qtp?
How can we conduct U-I Testing by using QTP??????
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
what is run action?
Differences between text and test area checkpoints?
Explain the check points in quicktest professional (qtp)?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
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.
How many number of actions possible in qtp?
What is the latest version of qtp?