Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to re-install QTP 9.0 trial version.

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


Please Help Members By Posting Answers For Below Questions

How do you configure QTP AND Test director?

1889


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.

2024


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

3975


How you can write contexts to text file in qtp?

1005


In qtp, explain what is qrs file?

1012


In what occasion we can specify global sheet and action sheet?

981


How can i initiate the objects to find uniquely in OR

1841


How to find a window is minimized or not

1821


Did QTP prove efficient for your project? Yes or No, explain?

6536


explain structured testing? plz guys with exp. do answer

1826


UFT 12.02 which ALM version will support

1410


How will you test a keyboard?

1051


Through array we can execute the testcase how ? give me example

1818


your coming from electrical backgroung..but y ur coming to software side?

1743


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

4241