can we use QTP for load testing instead of load runner?
Answer Posted / sowmya
Moreover
QTP is used for functional testing.
LoadRunner is used for performance testing.
Moreover u cannot apply load using QTP
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
if our qtp vb Script may be Currepted then What we want do?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How to add synchronisation points in qtp?
What is the basic concept of quicktest professional?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
How many types of status are there?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
How will you test a keyboard?
How to test fly out menu in qtp?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
What is the Difference between copy to action and call to action?
How to analyzing test results using quicktest professional?
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.