Forum Discussion
- hkim5Staff
1. set up a CICD framework
2. set up a dedicated (admin) account for the CICD framework
3. set up TestExecute on each of the agents/nodes
4. configure jobs to run in parallel
- IrvingoliveiraOccasional Contributor
I think it not answer my question. What i want to know is if it's possible to use different windows users on the same machine to run tests in parallel. I have a jenkins pipeline that runs three tests in sequence and I have only one machine to run theese tests. What I'm thinking to do is to put each of theese tests to run in parallel in this machine, each one using a distinct user session. It's possible? There are someone that did something similar?
Thanks!
- hkim5Staff
in that case, that is no possible, since testcomplete and testexecute are single threaded applications, so with one machine, only one parallel is possible (regardless of the # of user credentials you want to/ will use)
Related Content
Recent Discussions
- 8 hours ago