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 |
how to retrieve the xml file data through qtp. can anybody send script for this..
with out using import sheet came is it possible to get the excel sheet ?
HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
what are inputs for automation?
Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?
What is the quicktest professional testing process?
hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
what is the difference between link and hyperlink?
X=10,Y=20 you need to swap the numbers without using a third variable?
How to find duplicates in an array and remove them efficiently?
Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework