HOW TO DO THE BATCH TESTING USING QTP?

Answer Posted / shankar prasad

Hi,

you can use Multi Test Manager its a mercury tool for batch
run

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

diff between qtp versions from 8.5

1565


Explain the new feature of UFT regarding the export of test results?

575


Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

1515


If I change the property value at runtime is it effect is object repository?

602


how can we do the frame work in qtp

1597






What are the different attribute used with regular expression?

531


Explain QTP using different development techniques ?

531


HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

1712


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3610


can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks

1523


how do i know how to use tools

1445


How will you check a web application for broken links using qtp?

550


Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.

1944


How to save your test using quicktest professional?

527


There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?

1624