i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / kiran
Hi,
Please send me the licence key / crack for qtp 9.5 to
kiranmail4u@yahoo.com
Thanks / Kiran
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Is virtual object supported in low level recording mode?
What is difference between design time and run time data table?
how did u use automating testing tools in ur job?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Generic function to search for the unique link in webtable and click on it
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
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 throw Object?
How can I check if a environment variable exist or not?
How many types of parameters are available in quicktest professional?
what are the utilities and drivers
Brief the process of testing with UFT?
how to do the batch testing in test director using manual testing procedure?