Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages