Skip to content

Basic structure of a Rest-Assured with Java project

Notifications You must be signed in to change notification settings

Mayukh2693/myRestAssured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install all the dependencies from MVN Repository(Here all of them are included in pom.xml):

  • TestNG
  • Rest Assured
  • Hamcrest Matchers

test/java:

  • Contains all the real tests

main/java:

This section been divided into 3 components:

  • config: Contains the required configs to run the tests like username,password, endpoints
  • POJO: Contains classes which help in building JSON objects that need to be sent as body in requests
  • Utils: Contains Basetest class which initializes the baseURI and Utilites need to run the test

About

Basic structure of a Rest-Assured with Java project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published