🧞‍♂ī¸Create API Test

Conektto's Autonomous API Test Studio

Upload API specification, connect data store, let Conektto's NLP engine does the magic of attributes to entity mapping, you are now ready to publish and create your API test harness.

Log in to Conektto

  1. Go to www.conektto.io. The Conektto page displays.

  2. Select Sign up/Login.The Conektto Login/Sign up page displays.

  3. Select Continue with Linkedin. The Linkedin Login page displays.

  4. Enter Email ID and Password, and select Sign in. The Conektto Authenticator page displays.

  5. Select Allow. The Conektto API project page displays that allows you to create an API project.

Create a Test API Project

  1. Follow instructions from 1 to 6 in the Log in to Conektto section.

  2. Select Test Studio. The Test API Project page displays.

  3. Select Create New API Project. The Create API Project page displays.

  4. Enter the API Name and select Upload to upload the specification file.

  5. Select the Connect Database tab.

  6. Select SQL Server as the Server Type.

  7. Enter 34.82.24.189 in the Host field and 1433 in Port field.

  8. Enter Username, Password, and Database.

    Note: Select Over SSL checkbox to upload Key, Certificate, and CA Certificate.

  9. Select the Invite Collaborators tab to enter name of people in the Invite users to collaborate.

    Note: Select skip for now if you do not want to enter any collaborator's name.

  10. Select Next.

Video Overview

Check out a video overview of our product below.

Create your API tests

Upload Spec

Upload your desired API Specification for which you would like to build tests.

If you would like to try out our examples, select "Use default BikeStore Spec" and click Next to add collaborators.

Connect Database

Select Database Server Type, and provide host credentials for the desired database under test. You may also choose to connect to your database through SSL. You are required to upload your SSL certificates if you choose to do so. Click "Test" to test the database connection. If you have trouble in connecting the database, check "Support" section for additional details.

Invite Collaborators

APIs are no good designed, built or tested in silos. Invite your desired users or stakeholders that you would like to share the API test project by providing their email id. The respective users will get an email with a link for collaboration.

How Conektto's matching logic works?

Conektto scans:

Conektto NLP based matcher:

User override

Examine Schema and Simulate payload

Inspect the operations pre-loaded from the Schema and examine for correctness and completeness of RestAPI operations and contracts.

Pre-Publish: Validations and Mapping

After confirming the contracts, click "Publish"

Publish action prepares your API contracts, schema and entities selected for validation against OpenAPI standards as well as mapping complex business logic.

Conektto assures thorough validation of API standards. The following are various levels of validations if not addressed, your publish would fail:

  1. Naming conventions

  2. Descriptions, optional and mandatory parameters

  3. Correctness of Operations and components

  4. Completeness of Operations Status codes

  5. Bare minimum structure of a RestAPI contract (Header, Request Body, Response Body)

Last updated