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.
No Answer is Posted For this Question
Be the First to Post Answer
how to invoke the web application through script in qtp
Is there any vbscript in QTP for Data Driven Test instead of using the option provided by QTP?
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
What is the difference between low level recording and virtual object.
Is it possible to split an action? How?
Explain about reusable actions?
what is the difference between DATA TABLE and DATA SET?
UFT 12.02 which ALM version will support
what is difference between wait and synchronization point.
How we can differentiate between stand alone application and web application in QTP?
what is test scheduling?
How do u write a regular expression for date (dd/mm/yyyy) field ?