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.
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 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 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
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."