Can we do Load Testing with QTP?
Answers were Sorted based on User's Feedback
Answer / sagar
QTP is a FUNCTIONAL testing but load testing is used for
performance testing so we r not doing load testing with qtp.
| Is This Answer Correct ? | 18 Yes | 4 No |
Answer / harsha
We can do performance and load testing for some an extent
in QTP. In QTP 10.00 new concept is introduced called
evaluation of performance counters in client machine. By
using these settings we can evaluate performance counters.
These settings can be found in test settings in QTP 10.00
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / rohini
yes we can use load testing in QTP becz QTP is mainly used
for Performance testing and Functionality testing.
| Is This Answer Correct ? | 4 Yes | 37 No |
Where the text version of script file located in file system?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
On what document base Descriptive programming is written if build is not yet ready ?
How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance
What are the disadvantages of Recovery Scenarios in QTP ?
What is the method for maximize the application while we using Decriptive programming in QTP?
who is the best faculty in HYD? Nageshwar rao or GC reddy?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Define Canvas view of UFT?
how we will use output values in qtp? is there any possibulity by descriptive programming?
How we can add actions in the test using QTP?
Discuss the QTP Environment?