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.
how do u handle an object with out name in our application using QTP 9.2?
Explain how qtp identifies objects?
How to Analyze the Checpoint results with Standard Checpoint ?
how can you select random value for every iteration from a weblist
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?
What is the difference between qtp and selenium?
What is the use of an object spy tool in qtp?
what is the data driven testing?
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...
any one can explain about QTP proocess,means where to start and how to start Scripting.
Explain Different types of Checkpoints in Quick Test Professional?