1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT
RECOGNIZED BY QTP
Answer Posted / pavi
We can define virtual objects only for objects on which we
can click or double-click and that record a Click or
DblClick step.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
If object is not recognized by qtp but the object is standard object what is your approach?
What is the Command used to start the QTP
How to connect to a database?
What is the synchronization point in qtp?
What is the registration process and examination fees?
How to test login module with different username and password by using data driven testing in QTP?
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 data driven test for Win objects in QTP ?
How to customize checkpoints with parameters?
How can I import environment from a file on disk?
What is test object?
How to create Reusable and Multiple Actions?
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?
How to creating an output value using quicktest professional (qtp)?
how u will evaluate the tool for test automation?