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
Extract a word from a sentenece?
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.
What is smart identification in QTP?
if full in Object Repostoiory then how to load other Object Repository
write a function to read the items from Combobox of Flight Reservation application and save in excel.
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
What is object & properties (in QTP)
What is a runtime datatable ?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
I have 3 add buttons of same properties in my page but i want trigger one of them i required in my recovery scnario manager is qtp recognizes it to recovre d scnario if so how qtp recognizes it
What are the various types of Actions in UFT?