Answer Posted / sumit777
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
And Enjoy (If ur work is done then Pls send me a mail on
sumit_singh564@yahoo.com)
| Is This Answer Correct ? | 55 Yes | 2 No |
Post New Answer View All Answers
On what document base Descriptive programming is written if build is not yet ready ?
what function you write to do database testing with the help of qtp?
What is the purpose of loading qtp add-ins?
What contains Data Driven Framework document in qtp?
What are the differences between qtp and winrunner?
What are the Disadvantages of shared object repository?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Why we load add-ins in qtp?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
How to analyzing test results using quicktest professional (qtp)?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Hi, how can we check or avoid the memory leakage in QTP9.2?