can we use QTP for load testing instead of load runner?

Answer Posted / josh

QTP is a functional testing tool.

Loadrunner is a performance testing tool. Here we test the
load in form of virtual users. in QTP we cannot do that.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you give wait up to 10 seconds in qtp?

589


What is qtpro? What is quick test pro? What is a quick test professional?

597


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1487


Differences between quicktest professional (qtp) and winrunner?

625


What is the difference between per-action and shared?

593






How to data driven test for Win objects in QTP ?

1477


Whether qtp 9.0 supports Test director8.0

2124


What are the different types of recovery operation?

555


Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com

1420


I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.

1628


How to customize checkpoints with parameters?

3025


What is the diff between image and bitmap check point?

600


What is method name to compare two XML files.

1541


After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans

1681


What is an object repository?

612