automation

Managing Webdrivers in Selenium

Selenium Webdriver management approach

Vasav

3 minute read

Selenium webdriver is one of the most popular open-source libraries for performing UI automation. Selenium Webdriver supports major high level programming languages like Java,Python,C#,Ruby,Javascript. Selenium allows companies and teams to automate all major/popular browsers. In this article I am going to cover the best approach for managing the webdrivers.

Vasav

2 minute read

pytest is a testing framework for the python programming language. Based on the official documentation - pytest makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.