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 |
How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.
Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone
How to execute the test cases using QTP. i.e What is the use of QTP while execution
In QTP how can we recognize objects Without using Object Repository?
How to get the particular property value?
Hi ,Can any one pleas explain how to test splash objects using QTP?
how to lunch the application in the qtp tool ?
How to open an application through scripting?
what is Property......End Property loop? how to write sript for it in QTP
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
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?