i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / avijeet kumar
process to crack the qtp 9.5
1.create a folder named License manager under (Drive):\Program Files\Common Files\Mercury Interactive\License manager\
2.Paste the l-mqt82
3.Double click l-mqt82 file
You see some scripts would be generated and one more file is created in that(License) folder
4.open that new file with notepad
5.copy Copy everything before "QuickTestPro" version "6.0"
6.now open your QTP 9.5 click on install license paste that code over thereclick next,next then click ok.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to explain a banking project in interview as a test engineer???
Get the count of files of similar types from a folder.
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Hi I'm a beginner in QTP. So far I'm ok with Descriptive but stuck while implementing Hybrid Frame work. 1. I have created a Keyword file with .vbs ext set home=description.create home("title").value="Welcome to feests" set reglink=description.create reglink("name").value="register yourrestaurant / take away" set fbusname=description.create fbusname("name").value="business_name" set dispname=description.create dispname("name").value="display_name" set restchkbox=description.create restchkbox("name").value="restaurant" set cuiscate=description.create cuiscate("name").value="cuisine_categery1" set addline1=description.create addline1("name").value="address_line1" set pstcode=description.create pstcode("name").value="address_postcode" set cntry=description.create cntry("name").value="address_country" set mlandno=description.create mlandno("name").value="landline_no" set emailadd=description.create emailadd("name").value="email" 2. I have created an Function Library file as follows Function launch() bro="C:\Program Files\Internet Explorer\iexplore.exe" url="http://www.feests.com/" invokeapplication bro&" "&url Browser(home).page(home).Link(reglink).click End Function Function restregistration(karthik, teja, Ameerpet, UK) Browser(home).page(home).WebEdit(fbusname).set "karthik" Browser(home).page(home).WebEdit(dispname).set "teja" Browser(home).page(home).WebCheckBox(restchkbox).set "ON" Browser(home).page(home).WebList(cuiscate).Select "Indian" Browser(home).page(home).WebEdit(addline1).set "Ameerpet" Browser(home).page(home).WebEdit(pstcode).set "UK" Browser(home).page(home).WebList(cntry).select "United Kingdom" Browser(home).page(home).WebEdit(mlandno).set "023775347" Browser(home).page(home).WebEdit(emailadd).set "email@gmail.com" End Function 3. This is how I have called the keywords and Functions in QTP executefile"C:\Documents and Settings\karthik\Desktop\keywords.vbs" executefile"C:\Documents and Settings\karthik\Desktop\functions.vbs" launch restregistration karthik, teja, Ameerpet, UK, "email@gmail.com" Now the issue is, I'm trying to enter the email ID in WebEdit field. But I dont know what is the mistake I did, if I run the script in QTP it is showing following error Error: Expected identifier Line (2): "executefile"C:\Documents and Settings\karthik\Desktop\functions.vbs"". Can someone help me fix this, please!!?
distinguish between old version and new version QTP features.
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
What are the five challenges you faced in QTP?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Explain calling sub procedure.
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How does qtp identify gui object?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????