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
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Where you are storing your script?
How do you capture tooltip using QTP?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
How to analyzing test results using quicktest professional (qtp)?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Explain the differences between table and db checkpoints?
What ate the Technologies supported by QTP?
how u will evaluate the tool for test automation?
Explain how qtp identifies object?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How to test login module with different username and password by using data driven testing in QTP?
How would you directly trigger javascript in a test?