Can we do Load Teting with QTP?
Answers were Sorted based on User's Feedback
Answer / vijay
by using start transaction and end trasaction options we
can parially conduct performance testiong.
And also by using fata driven testing (or loopina one
functionality using for loop we can parially conduct load
testing.
But this can compare with loadrunner.
by
g.vijay(SDG)
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / amazed
You can not create a load in QTP. QTP is a functional
regression testing tool. QTP can only act like 1 user.
You need a tool like LoadRunner to actually create a load.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / poonam
No.
Test Script can be written but load can not be created with
QTP, its basically a regression testing tool.
Yes,the same script written in QTP can be used with ASTRA to
test load.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / illur iqbal......new delhi
Yaah! you are Right Guys. As being an Regression Tool we
cannot emulate Load on the tool as this tool is an
Regression tool for the revisioning the Test of the
Application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rambabu-hyd&banga
NO because load testing is completely releated to
performance testing and qtp is a completely functionality &
regression tool.so that we can not emulate the loadtest
with qtp.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ashish nainwal
No,
Load testing can not be done using QTP as it is a
regression tool.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kkk
We can do upto some extent, You can measure how long it
takes to run a section of your test by defining
transactions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sravan
Test Script can be written but load can not be created with
QTP, its basically a regression testing tool.
Yes,the same script written in QTP can be used with ASTRA to
test load.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tufail
then which tool is best for load/performance testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ram.polavarapu
no...load the completely under performance testing..we can
not do load testing in QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
can any body pls mail me latest FAQ's in QTP to my mailid btrintra@gmail.com....Thanks in advance
how do close the task manager through QTP?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
write code to read and write data from file?
what is the extension for QTP files?
16 Answers American Solutions,
how to add a runtime parameter to a data sheet?
What are the data types in qtp?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
What is an other way of "Wait" statement in QTP I dont want to use wait("Some number"). Can any one tell this please..........
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.
terminal services client
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?