An open API service indexing awesome lists of open source software.

https://github.com/karynaaliushkevich14/spotify-api-restassured-tests

This project provides an infrastructure for automated API testing to verify the API of Spotify API using Java, Spring, RestAssured, Selenium, Maven, Junit.
https://github.com/karynaaliushkevich14/spotify-api-restassured-tests

java junit5 maven restassured selenium spring

Last synced: about 2 months ago
JSON representation

This project provides an infrastructure for automated API testing to verify the API of Spotify API using Java, Spring, RestAssured, Selenium, Maven, Junit.

Awesome Lists containing this project

README

          

# Automated API testing framework for Spotify API using RestAssured
This project provides an infrastructure for automated API testing to verify the API of Spotify API using Java, Spring, RestAssured, Selenium, Maven, Junit.

## Technologies
- **Java**: Programming language used for writing the tests.
- **Spring**: Lifecycle management of objects
- **RestAssured**: Library for API testing.
- **Selenium WebDriver**: Browser automation tool.
- **JUnit**: Framework for running the tests.
- **Maven**: Build automation tool.