Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

Bq Platform provides its user with the below methods to create their tests :

  • switch between web and mobile

  • use API in tests

Here’s how you can use API in your test.

Instructions :

  1. Navigate to the test case screen.

  2. Create an API Business Component by selecting ‘Type’ as API instead of UI.

  3. Click on Test Steps tab.

  4. Add appropriate details in the API component like :

    1. Group Name

    2. Request Type

    3. Request URL

    4. Authentication (if any)

    5. meta data under Header Parameters tab

    6. meta data under Query Parameters tab

    7. meta data under Body Parameters tab

    8. meta data under Extract & Store tab

    9. meta data under Assertions tab

  5. Save the component.

  6. Create a test case (Web or Mobile) like you normally do.

  7. Click on Test Steps tab.

  8. Call the API component in the test case wherever required, just like you call a UI type business component.

  9. Save the test.

  10. Execute the test.

Watch a video :

Related articles :

How to make API Requests?

API Testing

API Test

  • No labels