Back to Index.
Steps for testing APIs

Steps for testing APIs

This feature provides examples on how to use the steps for testing REST or GRAPHQL APIs. All steps make use of the library rest-assured in the background


  1. Set up initial base URI for future requests


  2. Set up initial base URI for future graphql requests


  3. Set up initial swagger spec for future requests


  4. Specifying Request Data


  5. Swagger Spec Specifying Request Data


  6. REST APIs Specifying Request Data


  7. GRAPHQL APIs Specifying Request Data


  8. Verifying Response Data


  9. Authentication


  10. Proxy configuration


  11. Miscellaneous and examples