I have java based application on my computer. Can I install
QTP on it? What are system requirements for installing QTP?
Answer Posted / nanda
and also if u want to test Java application, you need Java
addin and web addins.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the types of object repositorys in qtp?
How will you find the current time of the remote machine using QTP script?
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
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Is it possible to change the property value at runtime? How it is possible?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Hi All, How to Compare two strings character by character in QTP
How to use debug tools?
What is the difference between the keyword view and expert view?
How did you use regular expressions in QTP and also in WR?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
When using descriptive programming?
Explain about business process component? types and usage?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?