foysal619 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Java 100.0%