HOW TO DO THE BATCH TESTING USING QTP?
Answer Posted / sreeprasad
GO to tools ,options and select the tet batch runner and
select the scripting functions one by one by keeping it in
wait mode and execute it.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How many types of actions are there in quicktest professional?
breef description of batch testing ?
Hi Samrat, Thank u very much, what u said it is right.
describe some problems that u had with automating testing tool?
when u script reveiwing in which area u more concentrates?
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
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
How to modify object property in qtp ?
Explain about datafile/verification of date file when file is not available in local system?
Without using gui map editor we can recognize the application in winrunner ?
How can i check items sorted or not in a weblist ? Give me the script for this...
what is the structure for the data driven framework
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
How to add verification steps to tests?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP