Selenium with java Automation Framework Development Basics tutorials.
Git Commands to do configuration:
git --version
git config --global user.name "akashdktyagi"
git config --global user.email "[email protected]"
git config --global http.sslVerify false
git config --global --list
//Open git bash into the Workspace folder
Git Download and installation.
Sign up on Git Hub and let Akash know.
Configure Git on local system.
Open git bash and run command
git clone https://github.com/akashdktyagi/yantr...
Import Project in ur Eclipse using File-Import -maven-Existing maven project