0% found this document useful (0 votes)
5 views

TH3

Uploaded by

minhtandragon29
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

TH3

Uploaded by

minhtandragon29
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 1

 Exercise 1:

1. Go to http://demo.guru99.com/test/web-table-element.php
2. Element methods for table:
 getTotalRowNumber (Webdriver driver)
 getTotalColumnNumber (Webdriver driver)
 getRowNumberByValue(Webdriver driver, String value)
 getTableCellValue (Webdriver driver,int row, int col)
 checkItemExistsOnTable(Webdriver driver, String value)
 Exercise 2:
 Write test cases use methods above.

You might also like