restassured-library
There are 7 repositories under restassured-library topic.
mayank-kapoor/api-test
This project provides an example of how to use open source tools like RESTAssured library to write black-box, functional tests for REST APIs in Java.
hiltas73/Bookit-ui-db-api
This Java Selenium framework automates UI, PostgreSQL database, and API testing for the Bookit demo app. It integrates Tabnine AI for code completion as well. It provides comprehensive testing across all layers, ensuring robust functionality and data integrity, making it an ideal resource for developers looking to enhance their automation skills.
hiltas73/DEMO_UI_DB_API
This Java Selenium framework automates UI, database, and API testing for the LibraryApp demo. It provides a comprehensive solution by integrating UI interactions with backend database validations and API calls. This framework is ideal for developers looking to enhance their testing processes across multiple layers of the application
hiltas73/marvel
This Java Selenium framework automates both UI and API testing for the Marvel.com web page. It initially focuses on UI automation and has been expanded to include API testing, providing a comprehensive solution for developers to enhance their testing processes and ensure robust functionality across the site.
HKNT/TestAPI-RestAssured
Projeto de teste de API utilizando o framework RestAssured para o JAVA. Utilizei de um desafio encontrado na internet para criar este portfolio, assim demonstrando o meu conhecimento. OBS: A solução apresentada é uma das possiveis soluções que cabe neste projeto.
siddoji/sid_restAPI
This project focuses on automating REST APIs using Rest Assured libraries, incorporating concepts like JSONPath and TestNG assertions. The aim is to streamline the process of testing and validating APIs by leveraging Rest Assured's capabilities for making API requests, extracting data using JSONPath, and performing assertions using TestNG
siddoji/sidDynamicdriverclassFramework
This project follows a Dynamic approach, where data is organized into different classes and methods. By invoking these methods in the test class, we have created a code that allows us to call the test class method in the driver class and execute it here we are using java.lang.reflect package for driver.