HOW TO DO THE BATCH TESTING USING QTP?

Answer Posted / brahma reddy

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 ?    16 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell some commonly used Excel VBA functions?

795


Explain the qtp test phases.

790


HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...

2594


i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework

1817


If you are testing a web application then what will you test in that application?

1759


What are the Disadvantages of shared object repository?

777


How to capture all the data of a webtable, weblist and combolist using QTP?

3032


What is the difference between qtp and selenium?

741


Problem with XML checkpoint in QTP ?

3683


In Remote acess server how u run a test?

1451


What VBScript operators, functions, and statements do you use in QuickTest Professional?

2344


What is the extension of the recovery scenario file in qtp?

722


What is object spy in quicktest professional (qtp)?

710


How to Test the mainframe application?

2024


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

1633