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
Tell some commonly used Excel VBA functions?
Explain the qtp test phases.
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...
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
If you are testing a web application then what will you test in that application?
What are the Disadvantages of shared object repository?
How to capture all the data of a webtable, weblist and combolist using QTP?
What is the difference between qtp and selenium?
Problem with XML checkpoint in QTP ?
In Remote acess server how u run a test?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What is the extension of the recovery scenario file in qtp?
What is object spy in quicktest professional (qtp)?
How to Test the mainframe application?
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.