i have qtp 9.5 ver software.but i don't know the license
key. if anyone have license key please send it to my
personal mail id(munir.reddy@yahoo.com
Answer Posted / amarendra kothuru
Better you can use demo verison of QTP 9.5 or cracked
verison. Nobody will share you the licenses as its cost is
nearly 8 lakhs...
So use the demo verison and if it is expired, use the
following process to reinstall QTP without OS installation.
1)Goto Registry
a. Enter REGEDIT by clicking StartRun.
b. Click CTRL+F.
c. Enter QTP* and Press Enter.
d. Delete all keys that are related to QTP.
NOTE : If you are not able to find the folders then
manually go to all locations and search the folders.
2) Delete the keys from the HKEY_local_machine in the
registry
1) Clssystem
2) MercuryInteractive
In the HKEY_CLASSES_ROOT
1) Remove Rainbow.SentinelLM
3) Delete the files from your system
wlrun.ini,mercury.ini,sysprs7.dll,clauth1.dll,clauth2.dll,ls
prst7.dll,lsprst7.tgz,lservrc,ssprs.dll,ssprs.tgz,tmpPrst.tg
z,sysprs7.tgz
Some of the files not available in your system. leave it
and continue to next step.
4) Uninstall QTP from add remove programs
5) Restart the System.
6) Goto registry and delete Mercury interactive from two
folders HKEY Current users and HKEY Local Machine
7) Install QTP
8) Restart the system
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many types of actions are there in quicktest professional (qtp)?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Object repositories types, which and when to use?
How will internal and external links be validated and updated? how often?
What is quick test pro?
How to handle dynamic objects in quicktest professional?
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
Can I change properties of a test object?
What ate the Technologies supported by QTP?
What is a quick test professional?
How to start recording using quicktest professional (qtp)?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
if numbers are always changing write a script for that
What r the different filters in defect in quality center
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.