What is the Major difference between QTP ; LoadRunner?
If u want to test an
1. erp module which automation tool you would prefer and
why? and
2. for web application, which tool and why?
Answers were Sorted based on User's Feedback
QTP is functional tool where as LOADRUNNER is performance tool
By using qtp we test the functionality of the application
and by using LoadRunner we test performance (i.e how well
the application is running at the peak level) of the application
For any application(ERP or WEB)test functionality by QTP and
performance by LOADRUNNER
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / nnr
Very simple ansawer is for WEB application always prepare
Load runner
The only reason behind is functional testing manually we
can do but performance is not possible to do manually(it is
high risk)
Is This Answer Correct ? | 2 Yes | 8 No |
Explain the concept of how quicktest professional identifies object?
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
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it
Explain about the Test Fusion Report of QTP?
Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.
what is the advatages of merging of object repositories in Qtp9.0
what is the diff b/w assistive and mandatary rules of object repository in QTP???
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)
Can we use same virtual objects in many number of tests?
What is the QTP test frame work?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!