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
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?
How many types of run modes are there in qtp?
where is the bitmap checkpoint be saved
Suggest and Define a solution for an application whose objects are not recognized by UFT?
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?
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.
What is 'sleep' in sync point?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
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?
How to enter table check points?
What are the enhancements u did after recording ur script?
When can shared object repository fails?