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
What is keyword view in qtp?
How can you pass value one action to another action?
What does mean by Scope of Automation?n How we defined it?
How will you report the bug and explain the defect tracking sheet you handled?
How to execute a winrunner script in quicktest professional (qtp)?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Can we create a qtp test from qc?
What is the script for database check point, bitmapchek point, regular expression ?
what are the challenges you have faced while testing web based application using the automation tools ?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What is object spy in quicktest professional (qtp)?
How you are developing the script? Using record and play back or manual?
How many types of parameters are there?
Is the qtp course will help to create a virtual object?
What is quick test pro? What is a quick test professional?