From 2cf2654aed2ef77d16d68c3115ed9f1d11cb8df8 Mon Sep 17 00:00:00 2001 From: cleopatra douglas Date: Fri, 20 Jan 2023 14:03:44 -0800 Subject: [PATCH] Add chocotea --- java-test-automation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/java-test-automation.md b/java-test-automation.md index d2624ad..1b0318a 100644 --- a/java-test-automation.md +++ b/java-test-automation.md @@ -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