Skip to content

This repository contains a base framework for API testing using Java, POJO and TestNG concepts

Notifications You must be signed in to change notification settings

yasserfaraazkhan/Rest-Assured-Java-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains a base framework for API testing using Java, POJO and TestNG concepts

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages