Azure APIM Testing with bulk records

Azure Engineer 41 Reputation points
2020-09-10T16:34:44.717+00:00

Hi

I have used Azure APIM Open API spec to integrate my API, do we have any easier way of testing if i have to test n number of records with more than 5 parameters

for example if i want to test an endpoint with 50 different records and the endpoint has 10 parameters i am manually giving input to each parameter and testing

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,896 questions
{count} votes

Accepted answer
  1. ChaitanyaNaykodi-MSFT 24,231 Reputation points Microsoft Employee
    2020-09-11T22:53:07.413+00:00

    Hello @Azure Engineer ,
    Below are some of the ways you can automate the API testing.

    1. You can utilize the multi-step web test using the Visual Studio Enterprise and execute the test using App Insights.
    2. You can also leverage Azure Function App to write a code and test your API. The schedule run functionality of the Function App will be helpful in periodically testing your API.
    3. You can also automatically test your API using Postman.

    Awareness about general API testing practices will be helpful in choosing the right approach.
    Please let me know if you need any additional help, I will be happy to continue with our discussion.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful