Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 908 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 908 Bytes

Rest Assured API testing with Java and TestNG runner

Build Status

Java CI with Maven

This is a Rest Assured testing framework using Java, testNG, POJO, concepts

Installation

Just do a maven install (usually IDE take care of dowloading dependancies when you import eg: Eclipse)

mvn install 
mvn test

Project Structure

API_Framework
	src.main.java
		api `To have all End Points `
		pojo `To have easy access to properties or fields, and methods that you can use to access and modify the values `
        utils `T0 have supporting scripts for reports, reading property file`
    src.test.java
        Test cases