How can we select multiple rows in a webtable?
How can we select multiple rows in a webtable which has no checkboxes to click and select? webtable does not have check box to select. Application has pagination done, so per page the webtable shows 500 rows. To select one row, we need to just click on the specific row at any location. to select multiple...
What is modular framework?
As the name says it all, scripts are divided into small modules. Modules are small scripts written to perform certain tasks. Modules interact with each other in a hierarchical fashion to form a big sc...
Modular framework is like creation of small, independent scripts that represents modules, sections and functions of the application under test. These small scripts are then used in a hierarchical fashion to construct larger test for a perticular test case.
suppose we take yahoo site in yahoo site if u want 1st row 7th column data....like shown below: write log in code first then click inbox then get the cell data "vb with browser("...
hi, i will tell my understanding not sure whether it is perfectly correct or not but i want to share.. u said u have say 50 rows in a webtable with no check boxes. first of all pls spy the rows or try...