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

if interviewer asked about the framework used for automation how we will handle the question..means what should be the answer..plz help..which framework u r used in our company?

1 Answers   iGate,


How many types of run modes are there in qtp?

0 Answers  


where is the bitmap checkpoint be saved

3 Answers  


Suggest and Define a solution for an application whose objects are not recognized by UFT?

0 Answers  


Hello, How can i capture first letter of any string using QTP. For ex.. i want "j" in the below string "john" could any one explain me? Is there any function for that?

4 Answers   Livetek,






In 1st screen,if v enter a/c no. in one field, the information of the subscriber will be displayed. The details should be displayed only in screen 3(NOTE:details should not display in screen 2).How can v do using QTP.

2 Answers   BirlaSoft, TCS,


What is 'sleep' in sync point?

0 Answers  


If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?

0 Answers  


Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?

0 Answers  


How to enter table check points?

2 Answers  


What are the enhancements u did after recording ur script?

3 Answers  


When can shared object repository fails?

4 Answers   L&T, TCS,


Categories