Can we Run the Tests developed in QTP 8.2 in advanced
versions like 9.0, 9.1, 9.2...etc.,
Answer Posted / sureshsinghbhandari
QTP is only Forward Compatible not Backward Compatible
QTP lower version scripts will run in higher QTP version, but the higher Version QTP scripts can't run Lower QTP Version
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is output value? How many types of output values are there in qtp?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
What is qtpro? What is quick test pro?
Is it possible to switch between recording modes during a test creation?
What is the difference between run time object and test object 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
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
what is output value in QTP and how it can be used in automation testing
Problem with XML checkpoint in QTP ?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Explain the difference between check point and output value?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
How can you pass value one action to another action?
What is reusable action?