"# Web_Automation_Selenium" Implementing API testing using Selenium + JUnit + Cucumber

I have automated scenarios : Create customer, create Account together with each validations on the site : https://www.globalsqa.com/angularJs-protractor/BankingProject/#/login

Guide: Ensure that : 1. You have maven installed in your machine and path configured.

Steps

  1. Clone the project.
  2. On the pom.xml file set the tools jar path as per your machines location of the tools.jar file. On latest JDK versions, you can find it on the JDK lib's folder.
  3. Update maven dependencies to ensure all the required jar files on the pom.xml file have been downloaded.
  4. Run the project either via cmd through "mvn clean test" or by Running the testRunner class.
  5. To view reports go to your projects folder/target/cucumber-html-reports
  6. Sample Report :

Alt text