Tuesday, 23 July 2019

Database testing in selenium - DB validation

Database testing in selenium - DB validation
Database Testing In Selenium So Database connectivity or Database testing is the most important and frequently used task that we all need to perform in selenium - Data base connectivity. DB connection is always required to make automation script cover maximum...

Saturday, 13 July 2019

Selenium - Validate table in web page

Selenium - Validate table in web page
Selenium - Validate table in web page Often in Selenium we come across scenarios where we have to validate a web table for a entry or click a cell based on the row value. Not clear? let me place this in easiest way, before starting please see other post and understand...