Filtering Recorded Transactions

All recorded requests ReadyAPI has sent during the recording appear on the Transactions page:

REST Discovery: Transactions page overview

View Transactions Details

To examine details of the recorded transactions, click the recorded request or response.

Filter Requests

To narrow down the list, you can filter them. Use the following parameters to display only the requests you need:

Parameter

Description

Method

The HTTP methods of the response messages. For example, you can display only GET messages.

Content Type

The content ReadyAPI received. For example: text/html. For the responses with absent content, ReadyAPI will use the (no content type) option.

Response Code

The HTTP response code ReadyAPI received. For example: 200 OK or 302 Found.

URL

The URL text. Enter the full or partial URL to show the requests with URL text.

Select Requests to Generate

To not use a recorded transaction when generating definitions, deselect it. You can use Select All and Deselect All if needed.

Generate Service Definitions

To generate a service definition for the requests ReadyAPI has recorded:

  1. Make sure to select only the requests you need. Otherwise, ReadyAPI will create API definitions for all available requests.

  2. Click Generate services.

    Clicking Generate Services in the Recording Overview dialog
  3. In the Generate Services dialog, select Generate Test Case or Generate Load Test to create a simple Functional or Performance test.

    Generating services
  4. Click OK.

ReadyAPI will generate service definitions and, if selected, ask you to name the functional test suite and performance test respectively. Then, it will inform you of the success and offer to close the Recording Overview dialog.

Important

Make sure to deselect the Close REST Discovery option if you want to create more API definitions from requests ReadyAPI has recorded.

API Discovery: Closing API Discovery

See Also

Publication date: