Answer Posted / someone
Followed Sumit's article .. it worked man... I have tried
this on QTP 10
Steps followed
1. Uninstall QTP from Add\Remove program files
2. Restart the machine
3. From Registry - delete all reference of QTP and Mercury
4. Perform search for the entire regedit and delete
5. Delete the keys from the HKEY_local_machine\Software
1) Classystem
2) MercuryInteractive
6. Delete Rainbow.SentinelLM from HKEY_CLASSES_ROOT
7. Delete the following 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
8. Restart the machine
9. Navigate to <instal dir> delete HP folder.
BINGOOOOOOOOOO .. Re-install it will work.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
How do you configure QTP AND Test director?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How you can write contexts to text file in qtp?
In qtp, explain what is qrs file?
In what occasion we can specify global sheet and action sheet?
How can i initiate the objects to find uniquely in OR
How to find a window is minimized or not
Did QTP prove efficient for your project? Yes or No, explain?
explain structured testing? plz guys with exp. do answer
UFT 12.02 which ALM version will support
How will you test a keyboard?
Through array we can execute the testcase how ? give me example
your coming from electrical backgroung..but y ur coming to software side?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538