Play in Test Editor Background
Overview
You can run a test from the Test Editor against a selected API endpoint. Verify how the test modifies requests and evaluates responses before saving the test for execution across the API inventory.
Steps
Run Test
Click on Run Test at the Top right. Selecting Run Test opens the Test configuration dialog. The dialog defines the execution context for the test.
Configure the Test Execution
Select the API collection that contains the endpoint used for testing.
Select the API endpoint that Akto will use to execute the test request.
Select the Role that defines the authorisation context for the request.
Select the Testing Module that executes the test request.
(Optional) Enable Use different target for testing and provide a value in Override test app host when the test should run against a different host.

Select Save to start the test execution.
Validate test results
We ran the above test and discovered the vulnerability. In the bottom-right section, you will see the text "HIGH" indicating the severity level of the vulnerability.
Click on the "High vulnerability found" section to view all the attempts made during the test. This will open a pop-up window that looks similar to this:

In this example, we requested a limit of 100 entities from the server, and received 34 in the response, which is much higher than the sample call. If there were more entities, we could have fetched them all in a single call.
Last updated