Forum Discussion

andry's avatar
andry
New Contributor
2 years ago

TestComplete REST API

Hi all,

We are wanting to use TC for our CI pipeline (UI / integration testing). As we use a dedicated test PC not connected to internet, we want to use the TC REST API services to run the tests. The problem is that a new user session has always to be created. Is there a way to just launch TC/the tests with the actual user session?

Thanks.

3 Replies

    • andry's avatar
      andry
      New Contributor

      Hi Marsha_R,

      Thanks for answering.

      I've been already through this doc. The situation is: during startup of our test PC, a bunch of programs must be launched. The tests have to be done after this startup with the user session and all those programs opened. So in short: closing the current user session and creating a new one can not work for us. Is there a way to bypass that?