Selenium Grid on Mac OS

selenium webdriver

Selenium grid on mac article describes how to install the selenium grid on your MAC. I will also share a very basic test code to test the selenium grid on your MAC operating system. Let’s start! What is Selenium Grid? … Read more

JUnit 5 Extensions

junit5

Junit 5 Extensions makes the Junit 5 much more powerful and extensible. In this article, we will learn JUnit Extensions.  By using JUnit Extensions we will enhance and extend JUnit capabilities. By extending the behavior of our tests classes and … Read more