Posts

Showing posts from August, 2020

Prerequisite/Setup for Automation-Selenium/Appium/API using JAVA Maven Project

Image
                           Automation Setup Contents: Objective How to install java and environment setup in windows machine Install Maven in windows and environment setup in windows machine Setup JAVA IDE- Eclipse Install TestNG in Eclipse Create Maven Project Objective : Details regarding JAVA and MAVEN setup along with environment path setup in windows which will help us when we will start writing automation scripts using JAVA either in SELENIUM - Web Automation, APPIUM -Mobile Automation and WEB Services automation using REST Assured . We will be using TestNG framework to write our automation scripts and also we will see how we can setup TestNG in our eclipse IDE(this IDE we will be using to write our scripts). How to install java and environment setup in windows machine Go to this Dow...