blog.cloudnloud.comHow to create first project in java for Selenium Automation TestingCreating a New Project First, open the IntelliJ editor click on “Create New Project” and select Maven archetype option as shown in the below pic. Next, give the name for the project and set the location (where you want your project to be stored) For...Oct 11, 2022·3 min read
blog.cloudnloud.comHow to set-up environment for selenium Automation TestingLet's start! Resources required.. To get started, Install/ Download the following java SE 8 or higher IntelliJ/eclipse chrome driver chrome browser programming language - java 8 or higher Editor - IntelliJ/eclipse or any of your choice Se...Oct 11, 2022·3 min read