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...


i need the licence key for QTP V9.5 can anyone help me on
getting this?

Answers were Sorted based on User's Feedback



i need the licence key for QTP V9.5 can anyone help me on getting this?..

Answer / sirish

Hi

Plz help me here is my mail_id sirishy3@hotmail.com need licence key for QTP V9.5

Is This Answer Correct ?    0 Yes 0 No

i need the licence key for QTP V9.5 can anyone help me on getting this?..

Answer / raj

Hi,

Please help me!!!
License???
Thanks in Advance.
My Mail ID: veeranrajaa@gmail.com

Product name: QuickTest Professional 9.5
Locking code: 8-2D0D2
License type: Seat License
Maintenance number: Shipped with package

Is This Answer Correct ?    0 Yes 0 No

i need the licence key for QTP V9.5 can anyone help me on getting this?..

Answer / a.a

My email: seewallstreet@gmail.com ,please provide me the
licence key for QTP 9.5

Is This Answer Correct ?    0 Yes 0 No

i need the licence key for QTP V9.5 can anyone help me on getting this?..

Answer / yashwant

I ned license key for QTP 9.5.Thanks

Is This Answer Correct ?    0 Yes 0 No

i need the licence key for QTP V9.5 can anyone help me on getting this?..

Answer / srikanth

This is my email id:srikanth1202@gmail.com please provide
licence key for QTP 9.2

Is This Answer Correct ?    0 Yes 0 No

i need the licence key for QTP V9.5 can anyone help me on getting this?..

Answer / ravi

i need the licence key for QTP V9.5 can anyone help me on
getting this?

Product name: QuickTest Professional 9.5
Locking code: 8-4CDED
License type: Seat License
Maintenance number: Shipped with package

please mail to ravivarma538@gmail.com urgent.

Is This Answer Correct ?    0 Yes 0 No

i need the licence key for QTP V9.5 can anyone help me on getting this?..

Answer / ajay

I need a license for QTP 9.5.
Because I had installed
the trial version but it had expired.
so please help me providing licence key

my email id id ajaysingh321@rediffmail.com

Is This Answer Correct ?    0 Yes 0 No

i need the licence key for QTP V9.5 can anyone help me on getting this?..

Answer / kart

We need Qtp license key

Product name: QuickTest Professional 9.5
Locking code: 8-2205A
License type: Seat License
Maintenance number: Shipped with package

Kindly send me the license key.. bkarthikeya@gmail.com

Thank you

Is This Answer Correct ?    0 Yes 0 No

i need the licence key for QTP V9.5 can anyone help me on getting this?..

Answer / rb

Product name: QuickTest Professional 9.5
Locking code: 8-5250D
License type: Seat License
Maintenance number: Shipped with package

please provide me the key

Is This Answer Correct ?    0 Yes 0 No

i need the licence key for QTP V9.5 can anyone help me on getting this?..

Answer / loy

HI guys. My email address in aloysius.dmello@hotmail.com
Please provide me license key for QTP 9.2
It will be very helpfull
Thanks in advance

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

how i will connect oracle or microsoft acess database through manually written Script

2 Answers   Aurigo,


Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)

2 Answers   FIS, Wipro,


I have 1 to 10 action are there, i want action1 output becomes to action 10 input? pls any can give script for this scenario?

5 Answers   AZTEC,


Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you

0 Answers  


what is TOM in qtp?

5 Answers   Accenture,


One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?

6 Answers   Covansys,


WHat is Object Identification and Object Spy?

2 Answers   IBM,


Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance

0 Answers   Mphasis,


What is keyword view in qtp?

0 Answers  


Can we directly automate testscripts accrdoing to requirements? WHY ?

1 Answers  


Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.

1 Answers  


hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me

0 Answers  


Categories