Skip to content

Commit

Permalink
Merge pull request #306 from automation-dojo/issue-186
Browse files Browse the repository at this point in the history
Fix #186 - Retrofit
  • Loading branch information
poliarush committed Oct 2, 2018
2 parents 5473455 + 4709e85 commit c5aea00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java-test-automation.md
Expand Up @@ -109,6 +109,7 @@ Also:
## API test automation

* [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.


## Windows UI test automation
Expand Down

0 comments on commit c5aea00

Please sign in to comment.