Forum Discussion

shejuti's avatar
shejuti
Occasional Contributor
2 years ago

Posting testcomplete run results to Teams channel

Hi all,

We are planning to run scheduled automation tests on a machine and after completion, want to post the test results on a Microsoft Teams channel. Have anyone tried to do this? is there any way we can do it?

1 Reply

  • Hi shejuti!

     

    While we do not have native integration at this time for Teams, we do have an API for TC that can be used to retrieve test results. We can also handle API calls within the IDE of TC as well. 

     

    You could either create an API call in a script that would send results to Teams or have an external script that would retrieve results from the execution machine then push them over into Teams. 

     

    Below is documentation on our REST TestComplete API;

    https://support.smartbear.com/testcomplete/docs/reference/apis/index.html

     

    I hope this helps!