Answer Posted / king
output value is used for to capture the value from
application and stored into the run time datatable.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What are metrics and matrix?
What is standalone database?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
how u will evaluate the tool for test automation?
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 does qtp identify the object in the application?
Differences between text and test area checkpoints?
How can get count of list box?
Is any limitation to xml checkpoints?
Is it possible to split an action? How?
How to write business scripts using object repository with different scenarios
How to start recording using quicktest professional (qtp)?
What are the challenges u faced in testing with crm domain? How u overcome with?
How to export quicktest professional results to an .xls file?