Skip to content
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

Add chocotea #459

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions java-test-automation.md
Expand Up @@ -125,6 +125,7 @@ Also:
* [Karate-DSL](https://github.com/intuit/karate) - Karate is a BDD javascript framework which enables you to script a sequence of calls to any kind of web-service and assert that the responses are as expected. It makes it really easy to build complex request payloads, traverse data within the responses, and chain data from responses into the next request. Karate's payload validation engine can perform a 'smart compare' of two JSON or XML documents without being affected by white-space or the order in which data-elements actually appear, and you can opt to ignore fields that you choose.
* [Retrofit](http://square.github.io/retrofit/) - A type-safe HTTP client for Android and Java.
* [REST-Assured](https://github.com/rest-assured/rest-assured) - A library for testing and validation of REST services in Java.
* [Chocotea](https://github.com/cleopatra27/chocotea) - A library that generates postman collection, environment and integration tests from java code for REST-API.


## Windows UI test automation
Expand Down