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.
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.
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.
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.
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)
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.
i'm using QTP 8.2, How should i select(browse) object
repository from desktop(or from local local drives like
C:\,D:\)?.
Note:- object repository to select(browse) is been sent by
some other person who is using QTP 9.0
We need to verify the user name & password in for the user
validation. But we don't want to use the parameterization/
loop for user name and password. What is the way in
scripting so that user & password will generate automatically.
there is 3 flash player buttons does QTP identify them or
not else we have to do install anything related that
software if we have to install what is that software and
how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U
KNOW.
I have the following Doubts Please clarify me with examples?
1.Could QTP cover entire application? or part of the
application?
2.Shall we rewrite(modify) the Manual testcase to automate?
3.How can I execute my scripts through client mechine which
is not having QTP installation
4.Few objects are not being identified by QTP afeter one
month. what could be the reason for this
(I am using trail version of 15 days)
I have two actions in my QTP test and two iterations in my
DataSheet. I want to execute the Action 1 for the two
iterations only after which i want to exceute the next
Action2. How is this possible?