Shaswat
Shaswat

Reputation: 51

Selecting between karate and Rest assured

Trying to select between the Karate framework and Rest Assured for API automation which includes Rest APIs and GraphQL. Also we can enhance the framework to execute the UI automation

I have gone through the general process of finding:

Karate is designed for GraphQL: https://stackoverflow.com/a/47469363/143475

For a comparison of Karate and REST-assured: https://github.com/intuit/karate#comparison-with-rest-assured

UI automation: https://github.com/intuit/karate/tree/master/karate-core

For UI automation, can it be done in the hybrid framework with Rest Assured.

Need to understand what will be the result in long term handling of both the frameworks

Moved the discussion to QA group unless it is ok to discuss here. https://sqa.stackexchange.com/questions/44538/selecting-between-karate-and-rest-assured

Upvotes: 0

Views: 5813

Answers (1)

Peter Thomas
Peter Thomas

Reputation: 58098

Karate is designed for GraphQL: https://stackoverflow.com/a/47469363/143475

For a comparison of Karate and REST-assured: https://github.com/intuit/karate#comparison-with-rest-assured

And it already supports UI automation: https://github.com/intuit/karate/tree/master/karate-core

Upvotes: 1

Related Questions