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

Post New Answer

More QTP Interview Questions

Hello Everybody, Please tell me can we create Test Plan in QTP? This I am asking irrespective to integrating with Test Director.I mean is there any option to create Test Plan in QTP itself. Thanks, Gaytri

4 Answers  


What type of VB script u had done in expert view?

1 Answers  


What is the advantage of associating a procedure with a test object?

1 Answers  


Explain script generated at the time of setting runtime property?

1 Answers  


how to capture the run time values of web table.

3 Answers   CTS,






How to create scenario selector

0 Answers  


Please tell me the steps to record the test in Analog recording mode in QTP version 9.2???

2 Answers  


how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript

1 Answers  


write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)

1 Answers  


suppose u hav a 10 dialog or window opened on screen with same name & value. now how to test each window? i.e. how qtp indetifies these objects separately?

7 Answers   Wipro,


how can u find the syntax errors or other script errors in your test during the execution of your QTP Test - (i.e., not after the execution/test run finished, but before finishing the test run)

2 Answers   HCL,


What is object identification?

8 Answers   Wipro,


Categories