Posts about WebDriver

,

Testcase specific logs for a Selenium project

Testcase specific logs for a Selenium project Problem statement: You would like to have a separate log file for every testcase so that if…


,

Parallel WebDriver executions using TestNG

Parallel WebDriver executions using TestNG In this post, we will see how does one make use of TestNG to kick off parallel UI tests using…