i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / sudipto
Hello all,
please provide me the QTP 9.5 licence key to
hello_sudipto@yahoo.com
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
How to build scripts that access data from external sources?
UFT 12.02 which ALM version will support
When Recovery scenario actually starts while testing the application?
Explain qtp(quick test professional)?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
What is a programmatic description?
What are the different types of functions available in qtp and explain ?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How many types of parameters are there?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
diff between qtp versions from 8.5
what is vmodel?advantages and disadvantages of vmodel?
By using QTP can we record any log files written by the application which is in execution?