We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
Answer Posted / pushkar1206
rw=browser("Browser").Page("Page").WebTable("Table 1").RowCount
For i=1 to rw
a=browser("Browser").Page("Page").WebTable("Table 1").GetCellData(i,6)
If a="Hello" Then
Set b=browser("Browser").Page("Page").WebTable("Table 1").ChildItem(i,6,"webbutton",0)
b.click
End If
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is QTP supports Unix. If yes, then how the test automation is done?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
How to integrate the qualitycenter with qtp
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is active screen?
What is the extension of the qtp local repository?
Tell me one scenario, the complex functionality you have automated in your project?
Explain the concept of object repository & how qtp recognizes objects?
Explain different type of event trigger option.
What are the differences between quicktest professional and winrunner?
How to run a test using quicktest professional?
What is a recovery scenario?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What are the different attributes used with regular expression?
is it possible to add sheets to excel at runtime