Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atulkrsharma/restassuredwithjava
API Testing - Rest Assured With Java
https://github.com/atulkrsharma/restassuredwithjava
Last synced: 28 days ago
JSON representation
API Testing - Rest Assured With Java
- Host: GitHub
- URL: https://github.com/atulkrsharma/restassuredwithjava
- Owner: AtulKrSharma
- Created: 2022-09-22T05:18:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T04:11:12.000Z (over 2 years ago)
- Last Synced: 2024-11-05T15:13:42.919Z (3 months ago)
- Language: HTML
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RestAssuredWithJava
![image](https://user-images.githubusercontent.com/49794348/191846253-c32b2428-292e-44c1-8568-bdc8da2be2f4.png)
API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. This API framework is developed using REST Assured and Cucumber. REST Assured is a Java library that provides a domain-specific language (DSL) for writing powerful, maintainable tests for RESTful APIs. Cucumber is an open source library, which supports behavior driven development. To be more precise, Cucumber can be defined as a testing framework, driven by plain English text. It serves as documentation, automated tests, and a development aid – all in one.