Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.1 KB

File metadata and controls

42 lines (27 loc) · 1.1 KB

DMoney-Rest-Assured-Basic-API-Automation-using-Selenium-Junit

In this repository, I have automated a simple api automation steps for login and getting user info by using Rest Assured, Selenium and JUnit.

How to run this project

  • Clone This project
  • open build.gradle file in IntelliJ IDEA
  • Type gradle clean test in Terminal and Hit Enter
  • Then Hit the follwing command in terminal
  allure generate allure-results --clean -o allure-report
  allure serve allure-results

Tools and Tech

  • Java
  • IntelliJ IDEA
  • Selenium
  • Rest Assured
  • Junit Framework
  • Allure
  • Gradle Build System

Work Scenario

  • Do login using username and password
  • Store the token in the config.properties file
  • Get a user info using Get Method

Allure report Screenshots

image

Demonstration

DMoney-Rest-Assured-Basic-API-Automation-using-Selenium-Junit.mp4