
- Forum
- Testing
- Software Testing
- VBFlexgrid and QTP
VBFlexgrid and QTP
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 / ...
-
10-11-2007, 10:20 AM #1
- Join Date
- Sep 2007
- Answers
- 3
VBFlexgrid and QTP
Hi Guyz,
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!!!
Thanks,
Sandhya
-
hi sandya.
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).
-
10-12-2007, 05:30 AM #3
- Join Date
- Sep 2007
- Answers
- 3
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
-
Sponsored Ads

Reply With Quote





