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
How to open a new test using quicktest professional (qtp)?
How to creating an output value using quicktest professional?
What is throw Object?
What are the Test design techniques you uses in ur project?
Give the syntax to import/export xls into qtp.
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Can you list some technologies that support qtp?
How to test background color and dynamic images during run time can you put the check point for moving objects?
How to data driven test for Win objects in QTP ?
What are the advantages of qtp?
What is the purpose of loading qtp add-ins?
Explain data driven framework?
How many types of recording modes in qtp? Which will be used when?
How to execute a winrunner script in quicktest professional?