Forum Discussion

Emilija's avatar
Emilija
Occasional Contributor
4 years ago
Solved

Call REST API from TESTCOMPLETE

Hi, We are using TestComplete for Desktop (Version 12.60). Now we should add API calls in some of our tests. First, should we buy the web module too? Does the Send Request operation work without ...
  • hkim5's avatar
    4 years ago

    Hi,

     

    The aqHttp object is included in TestComplete by default, and you can use this to make REST api calls as needed. https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqhttp/index.html

    You will not need the web module to use this object.

     

    With that said, you will not be able to create assertions or any other backend type of tests using this, but you will be able to view the http responses codes and bodies.