i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answers were Sorted based on User's Feedback
Answer / martin
can any one send QTP 9.5 key to martinpdavidseo@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sanjiv
I need QTP9.5 licence key. My mail id is sanjivbca@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prem
PLEASE SEND ME THE QTP SEAT LICENSE KEY to NJSTATUS@GMAIL.COM
Thank you,
P
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandeep
Please help me by providing the License key at
mrsandeep2@hotmail.com
Best Regards
Sandeep
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / vivek
Plz provide me the License key for QTP 9.5
vivek0908@gmail.com
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / balur
Please provide me the QTP9.5 crack file.
Else please send it my mail id s_balur@rediffmail.com
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / yatish
Please send me the licence key for qtp 9.5 to
ramsgotrus@gmail.com
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / prasanth
Hi,
I need a license for QTP 9.5.
Is it a concurrent or seat license. Because I had installed
the trial version but it had expired.
So i need a new license Key can u plz mail me.
Could you kindly help me out.
My Mail ID: prasanth_1433@yahoo.co.in
Thanks
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / jay
my mail id is jay_csng@yahoo.com
please send me the license key for QTP 9.5
thanks
| Is This Answer Correct ? | 0 Yes | 1 No |
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .
hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?
What is ‘object spy’ and what is the function of object spy in qtp?
How do we Access, retriew and edit the runtime objects in Automation Testing using QTP
what type of automation is follwed in the project?
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
in QTP we test web based application at that time what script is run? is support vb script? plz tell me
what kind of erros can be handled with the using QTP?
Explain the difference between check point and output value?
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
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.
what is virtual object?