API Calls with HTTPS Requests and Responses
Autonomous allows you to add API steps to your tests so you can:
- Prepare test data – set your application’s state before a scenario starts.
- Clean up – remove data that a test created so it does not accumulate over time.
- Cross‑check back‑end behaviour – verify results that are not exposed in the UI (e.g., submit a form in the UI, then call the back‑end to confirm the record was created correctly).
- Validate your APIs – confirm that each endpoint accepts the correct inputs and returns the expected status, headers, cookies, and body.
- Validate your backend - validate the backend business logic behaves as expected.