What is the latest version in QTP?
Answer Posted / ravali
QTP latest version is 11.0 with the version name as "HP FUNCTIONAL TEST 11"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain step generator in qtp?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
How qtp recognizes the object?
Can the user toggle between using Local OR and shared OR for the same action?
Explain different types of checkpoints?
With what extension you can save the list of tests in a file to run in test batch runner?
Why qtp the best testing tool?
can any one say that where we can download the QTP trail version ??????????
Explain how you can replace string in qtp?
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
What is the use of ordinal identifier in qtp?
What is the pros and cons between QTP and Rational Robot
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
What is the synchronization point in qtp?
What is the default object synchronization timeout in qtp?