This is a discussion on VBFlexgrid and QTP within the Software Testing forums, part of the Testing category; Hi Guyz, I m doing VB scripting in QTP. please can anyone tell me...How to identify the particular cell / ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I m doing VB scripting in QTP. please can anyone tell me...How to identify the particular cell / Particular column in the VSFlexgrid?
Please help me out in this!!! Generally we can identity the particular cell by using GetCellData. for eg: Browser("name").Page("name").webtable("tablename").GetCellData(rownum,colnum). |
|
|||
|
Hi,
Thanks for reply. but the issue is that grid on the form is identified as ActiveX control and i am unable to capture the columns in this grid. so please tell me which mandatory/Assistive properties i can use in Repository? Regards, Sandhya |