Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is object repository in qtp?

1077


How can I check if a environment variable exist or not?

1088


Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks

1906


How to define array in qtp?

1065


What are the benefits of quick test pro(qtp)?

1032


Did the scripts need lot of maintenance? If yes, why?

3858


What do you to script when objects are removed from application?

1120


How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?

1075


Explain the features and benefits of quick test pro(qtp)?

1034


Where we can use the analog mode and where we can use the low – level mode?

1039


How to handle Java tree in QTP?

1396


What is quick test pro? What is a quick test professional?

1170


How to write business scripts using object repository with different scenarios

1980


Why script error occur in between recording in qtp?

2330


What does it mean when a check point is in red color? What do you do?

1123