My application contains a datagrid. Each record have different values but buttons(Edit button) with same name against each record. how to click a particular button corresponding to a particular record using test studio
Thanks for the reply. The grid is not a radgrid. It is asp gridview, default grid with asp.net. Though major of the grids used in my application is radgrid but this not the one. So can you help now?
And scenario is like
Name Opeartion
ABC Edit Role Delete
DEF Edit Role Delete
GHI Edit Role Delete
JKL Edit Role Delete
MNO Edit Role Delete etc......
where you have to click on Edit Role corresponds to a Name like JKL., and the order is always dynamic