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
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.
What is the quicktest professional testing process?
what is the advantages and disadvantages of using functions instead of re usable actions
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
What is the use of running the scripts in Hidden-mode in UFT?
Explain more about the Test Fusion Report of QTP?
Hi All, How to Compare two strings character by character in QTP
Explain about the test fusion report of quicktest professional (qtp)?
How we can import data from database?
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
What is the difference between run time object and test object?
What is text/text area checkpoint?
what is the difference between the modular framework and datadriven frame work