-
Junior Member
which built in function should be used ?
Hi,
i am working web application and for automation we are using winrunner, here i got to retrieve specific data for example ID from a list screen which has some 5 columns and 20 records. please help which function can be used here and the steps to retrieve it
Thanks,
Shobha
-
Banned
Re: which built in function should be used ?
Use the parameterization function from win runner.
-
Contributing Member
Re: which built in function should be used ?
Hi Shobha,
First check it in GUI, whether it is a regonising as table.. If it is table, then get the row count by tbl_get_row_count() function and select the Specified row by tbl_set_selected_row() function and get the cell data from that selected row by tbl_get_cell_data() function.
Regards,
Sowmya
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules