i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / gau
My email:gaunaunho@gmail.com,please provide license key for
QTP 9.5
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to add verification steps to tests?
What are output values and why they are used ?
What are the features of quick test pro(qtp)?
Explain how you can find length of array in qtp?
Explain different checkpoints in qtp.
Discuss the QTP Environment?
how to test use the quality control .how to verify the image verification
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
Is qtp supports uni-code?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
What is regular expression?
How will you declare a variable in qtp?
How to delete an object from the object repository?
If I change the object name in one action will it be updated in all the actions? Or not?
How will you find the current time of the remote machine using QTP script?