how will we run batch tests in qtp what is the process to
run the multiple test sets?
Answer Posted / vinay
Like winrunner we can run batch tests using qtp by Test
Batch Runner option its there on programs-->qtp--->test
batch runner
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
how can i call function (which has link with excell sheet at a remote location) within another function
Where is the Bitmap checkpoint information stored?
How is a Step generator used in UFT?
What is the difference between run time object and test object?
There is an excel file of 1 to 100 sheets how you will iterate through it?
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 an object?
can u please explain what is the exact difference between qtp8.2 and 9.0
What is the basic concept of quicktest professional (qtp)?
How many types of trigger events are there in qtp?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What is the difference between per-action and shared?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
How to suppress warnings from the test results page?
What is object repository in qtp?