Answer Posted / sri satya
Inorder to view the properties of different objects along
with their values we use Object Spy.
For Eg: Properties Values
Height 14
Width 22
Class Name WebEdit
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Why script error occur in between recording in qtp?
What is the difference between run time object and test object in QTP?
how to create flat file datasubmission in qtp
What is ‘object spy’ and what is the function of object spy in qtp?
What are the 3 main stages involved in testing with qtp?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
How to find a window is minimized or not
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
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 find that tools work well with your existing system?
What is the descriptive programming?
What are private functions in QTP? How they can be called from the function library?
HOw to add the recovery file at runtime to the test file .
What is the use of text output value in quicktest professional (qtp)?
What is a recovery scenario?