I want to execute 1st row of the local sheet and 3rd row of
the global sheet parellely. write script to execute
Answer Posted / aruna
v can execute the differny row values in diffrent excel
sheet
mention the sheet name(as it is Global,in next row for
anothr sheet1)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the key elements available in test result window?
How did you resolve conflicts present in Object Repository?
What is QTP’s model for test creation?
How QA specialist can identify when programmatic descriptions are useful?
How to use output values in qtp ?
How can I import environment from a file on disk?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
How can you close the second opened browser?
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 can we do the frame work in qtp
What is the difference between the keyword view and expert view?
what is supply chain management?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What are the technologies supported by qtp?
What are the differences between qtp and winrunner?