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

Selenium Grid on Windows

selenium

In this post, I will describe how to use Selenium Grid. You will learn how to install a selenium grid and how to configure it. For Mac users, you can check here: https://www.swtestacademy.com/selenium-grid-on-mac/ First of all, you can access the … 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