https://github.com/rangegowdaym/apiassured
https://github.com/rangegowdaym/apiassured
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rangegowdaym/apiassured
- Owner: rangegowdaym
- Created: 2025-06-17T10:25:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-07T05:24:07.000Z (8 months ago)
- Last Synced: 2025-11-07T07:17:01.412Z (8 months ago)
- Language: Java
- Size: 1.37 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APIAssured
APIAssured is a tool designed to enhance the security and reliability of your APIs by automating the generation of test cases based on OpenAPI specifications. It uses the OpenAPI spec to create a comprehensive suite of tests, ensuring that your API behaves as expected across various scenarios.
## Features
- **Automated Test Generation**: Generate test cases automatically from OpenAPI specifications.
- **Security Testing**: Identify potential security vulnerabilities in your API.
- **Reliability Testing**: Ensure your API behaves correctly under different conditions.
- **Comprehensive Coverage**: Test all endpoints, methods, and parameters defined in your OpenAPI spec.
## Installation
To install APIAssured, clone the repository and install the required dependencies:
```bash
git clone