I have java based application on my computer. Can I install
QTP on it? What are system requirements for installing QTP?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sudha
Even thought java based application is present in your
PC,you can install QTP.There are no specific
requirements,if you have QTP software then you can easily
install..
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / prasad
you have to install corresponding add-in in your machine.
| Is This Answer Correct ? | 2 Yes | 0 No |
HO DO U CALL A ACTION?
Synchronozation types in QTP
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
How to use setroproperty?
What is keyword view in qtp?
what type of automation is follwed in the project?
How to retrieve the property of an object in QTP?
How to give a call to another action from one action?
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
where do you define the objects as regular expression when u are using regular expressions.