Skip to content

TCases vs ReadyAPI #205

Discussion options

You must be logged in to vote

I've never used ReadyAPI. But after looking over the ReadyAPI web site, here is how I would compare it to Tcases for OpenAPI.

  • RA is big. TFOA is small. RA has lots of features for building API tests. TFOA just does one thing: generate functional tests for API requests.
  • RA offers lots of ways to build tests. TFOA offers just one: generate them from an OpenAPI definition
  • Converts an OpenAPI definition into executable tests? TFOA: yes, RA: ? I couldn't find any details on if or how RA might do this.
  • RA measures coverage. TFOA guarantees coverage. Tests generated by TFOA automatically provide a strong type of coverage: every request is executed with every significant variation of values for …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kerrykimbrough
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants