What is runtime objects and test objects? What is the
difference between them?
Answer Posted / dinesh1433
Test objects are the objects which are stored in Object Repository while recoding application.
Runtime Objects are the objects which are in AUT and while replay the script the Test objects maches the property of AUT object, if it matches then the script doing action on the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why script error occur in between recording in qtp?
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)
What are the features of quick test pro(qtp)?
What is action?
How to customize checkpoints with parameters?
To which environments does quicktest professional (qtp) supports?
Explain how Selenium is different from UFT?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Write a QTP script to enter a keyword in to Google search engine?
what type of automation is follwed in the project?
To which environments does quicktest professional supports?
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 download mercury qtp9.2 ny internet ?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly