Skip to content
#

restassured-framework

Here are 22 public repositories matching this topic...

This github provides a common platform to run rest assured framework project using various methods and API. It also helps in generation of reports using Allure. Maven repositories used are restassured, testng, allure and apachepoi. Data driven & keyword driven framework. User needs to just change API Endpoint, Request Parameters & modify validator

  • Updated Apr 5, 2023
  • HTML

This is my demo Repository where a RestAssured API Project is there (AuthTest), some of my java practice (Java Concepts), Demo of my framework that I have designed (PageObjectModelProject). A complete Page Object Model Framework along with reporting, screen shots, Log4J implemnetation can be seen under the dRSTinV3_Automation folder. Spring boot…

  • Updated May 9, 2023
  • HTML

This REST Assured API Automation Framework is designed to simplify API testing by providing a robust, scalable, and easy-to-maintain structure. Built using Java, REST Assured, TestNG, and Maven, the framework supports both functional and regression testing for RESTful APIs. Key features include configurable properties, dynamic request/response hand

  • Updated Jan 8, 2025
  • HTML

RestAssured_framework design using Data driven,TestNG,Maven,Allure.Framework which runs test case multiple times with different input and validation values.These values shouls be in external source file i.e. Excel.With this framework whenever we need to automate API we would not need to start from scratch,and begin with developing the test cases.

  • Updated Apr 6, 2023
  • HTML

My framework is Data Driven Framework which is automation testing framework in which input values are read from data files and stored into variables in test scripts. It enables testers to build positive test cases into a single test. Input data in data driven framework can be stored in single or multiple data sources like .xlsx .

  • Updated Apr 30, 2023
  • HTML

Automate CRUD operations (create, read, update, delete) for managing users in a Pet Store using RestAssured with Java, parameterized by TestNG DataProvider sourced from Excel. This project simplifies setup with Maven dependency management. Features include logging with Log4j for detailed request/response insights & Extent Report for test summaries.

  • Updated Jul 22, 2024
  • HTML

Improve this page

Add a description, image, and links to the restassured-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the restassured-framework topic, visit your repo's landing page and select "manage topics."

Learn more