Skip to content

Add HttpMaster #494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions general-purpose-test-automation-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Also:
* [Insomnia](https://insomnia.rest/) provides workflows and tools to make API Development Easier.
* [Apitest](https://github.com/sigoden/apitest) - Apitest is declarative api testing tool with JSON-like DSL for easy testing of REST services.
* [vREST NG](https://vrest.io) is a zero code API automation solution for functional and regression testing of your APIs. It will help you to efficiently develop your test suites using record/replay, excel sheets (data driven testing) and allow you to derive your API testing using Swagger or OpenAPI specs.
* [HttpMaster](https://www.httpmaster.net) - HttpMaster is a free tool for debugging and testing of RESTful web services and API applications. Its main features are dynamic data parameters, response data validations, flexible request chaining, command-line interface, cURL integration, and more.

## Performance and load testing
* [Apache Jmeter](https://jmeter.apache.org/) - The most popular Open Source tool for load testing for web and other protocols.
Expand Down