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

how do u handle an object with out name in our application using QTP 9.2?

0 Answers   CTS,


Explain how qtp identifies objects?

0 Answers  


How to Analyze the Checpoint results with Standard Checpoint ?

1 Answers  


how can you select random value for every iteration from a weblist

4 Answers   Microsoft,


Write script to fetch the data from global sheet where row number is 3 and parameter is "text"

3 Answers   Accenture, Thomson Reuters,


While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?

0 Answers  


What is the difference between qtp and selenium?

0 Answers  


What is the use of an object spy tool in qtp?

0 Answers  


what is the data driven testing?

0 Answers  


1. Which function is used to check whether the specified object property achieves the specified value within the specified timeout below anyone is correct 1. Check Property 2. getToproperty 3. output Pls anybody can give the answer.. Thanks in advance...

1 Answers   Navis,


any one can explain about QTP proocess,means where to start and how to start Scripting.

3 Answers  


Explain Different types of Checkpoints in Quick Test Professional?

2 Answers   Crea,


Categories