1. Introduction In this article, we are going to show how you can write automations tests by Selenium and JUnit. Selenium is tools for building automations tests. Selenium can be used only for testing web applications. When Selenium executes the test, it injects the JavaScript codes to browser or it uses the native browser API. ...