Step 1: Add API Steps to a Scenario
You can add API steps to your Gherkin scenarios to validate API responses and perform checks on response fields. This guide will walk you through adding an API call within a scenario using the BlinqIO API app.
Before you begin
- Ensure that you are logged into your BlinqIO account.
- Have a scenario ready where the API call will be added.
Launching the API App
To Add API Tests:
Log in to your BlinqIO account and navigate to the desired Gherkin scenario where you want to add an API step.
Edit the scenario by adding a new step. You can name the step anything relevant to your test, but ensure that it starts with either
Given
orWhen
.Select the newly added Step and click Add API.
The App launcher page displays.
Click Continue in the app to open the BlinqIO API app in your system.