API Suite:
- API test suite feature helps you manage automated testing of an application and also frequent testing of your API. You can select the saved API tests to create a group and schedule them.
To add and schedule the API test please refer to the test suite link:
http://doc.cloudqa.io/testsuite.html
Sample API hosted by CloudQA for practice
POST - https://um5fdww2pj.execute-api.us-east-1.amazonaws.com/dev/todos
GET - https://um5fdww2pj.execute-api.us-east-1.amazonaws.com/dev/todos
GET - https://um5fdww2pj.execute-api.us-east-1.amazonaws.com/dev/todos/{id}
PUT - https://um5fdww2pj.execute-api.us-east-1.amazonaws.com/dev/todos/{id}
DELETE - https://um5fdww2pj.execute-api.us-east-1.amazonaws.com/dev/todos/{id}