how to call multiple scripts in QTP at a time

Answers were Sorted based on User's Feedback



how to call multiple scripts in QTP at a time..

Answer / nandankumar

Open test batch runner from Start-Programs-qtp-tools-test
batch runner.

Create multiple script files and add to the test batch
runner as batch file with the extension of .mtb

when ever you require just open the batch file and select
desired scripts and execute.

Is This Answer Correct ?    7 Yes 1 No

how to call multiple scripts in QTP at a time..

Answer / nandankumar

By Using Test Batch Runner....we can execute a group of
script files at a time.

Is This Answer Correct ?    7 Yes 2 No

how to call multiple scripts in QTP at a time..

Answer / sonu

could you please explain me in detail?
gimme some example...
how to use batch test by using QTP tool and can we write a
script for this?

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More QTP Interview Questions

This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close

6 Answers  


Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"

3 Answers  


How to get align property of the link on web page?

1 Answers  


tell me the script for envirnment value parameeter with an example. which situation envirnment valu parameter is used

2 Answers   HCL,


How to retrieve the property of an object?

1 Answers  


We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continuing same test from 4th row on wards?

10 Answers  


Can anybody give the script to addsheet, add column,add values under that column in the rows??

5 Answers   AZTEC,


how to test background color and dynamic images during runtime

4 Answers   Accenture, Oracle,


What are the enhancements u did after recording ur script?

3 Answers  


what is the difference between call to copy action and call to an existing action

5 Answers  


In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?

1 Answers  


The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)

1 Answers   TCS,


Categories