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.
-
Updated
Sep 25, 2019 - Java
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.
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.
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.
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
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.
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
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.
Add a description, image, and links to the restassured-library topic page so that developers can more easily learn about it.
To associate your repository with the restassured-library topic, visit your repo's landing page and select "manage topics."