TestComplete REST API
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here are the requirements for running the REST API.
https://support.smartbear.com/testcomplete/docs/reference/apis/test-runner.html
What have you tried and which part is not working for you?
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SessionCreator has the option to use either the active session or new session by providing credentials.
