i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / tufail
Hello all,
please provide me the QTP 9.5 licence key to
tufailfifa99@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
Explain hybrid framework with advantages and disadvantages?
Hai anyone please "Explain about Framework in QTP?"
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How to handle Java tree in QTP?
Is QTP supports Unix. If yes, then how the test automation is done?
Hi How to retrieve data from web element line by line?
What is quicktest professional window?
How do we analyze the checkpoint results?
How to find array size in qtp?
How you can replace string in qtp?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
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 post recovery scenario?