ContributionsMost RecentMost LikesSolutionsParallel Testing with Multithreaded Execution while running on VM through Jenkin. Hello , We have been observed that TestComplete/TestExecute does not have Multithreaded execution facility for parallel test execution which ultimately impacting on below area. 1) No. of Virtual machine required to configure for large number of test execution. 2) Reduces the execution time. An organization with big test team create large number of regression test cases ( 4k - 5k ) which required to run very frequently via Jenkin , As "Testexecute" can only execute the test cases sequentially ( One after another) . to increase the execution speed ,we have only one option that to increase the number of Virtual machines and which is not an optimal option to use. So we would like to have a feature for Parallel Testing with Multithreaded Execution while running on VM through Jenkin. To integrate CBT ( Cross Browser Testing)with with Test complete and test execute. HI, As we part of Big Organization , we use to execute 3k to 4k Regression test cases , looking to this requirement we just wanted to know how test complete can help in execution with CBT ( to test on different Browser) As I went through the documentation on CBT it's a cloud service ..so if we want to execute the TC created on Test complete through Jenkin , how we can integrate ? I found one diagram ( attached ) , but not sure about the configuration required. Below is the flow we want to set up TC ( Create test Complete ) ---> Check in into BitBucket ---> Trigger Jenkin ---> TC will execute on VM ( Agent /Test Complete/ Test Execute ) + CBT --> Report on above flow where will CBT need to set up or we have to take care while preparing TC in Test complete. Re: Infra setup for Testcomplete and ReadyAPI Thanks mikef is there any alternative solution that your customer using to use more agents with less VM's for test suit execution. Re: Infra setup for Testcomplete and ReadyAPI mikef is Test Execute is a part of Tetcomplte license tool ? Regarding the Docker : what we are thinkg to Use one vm with Multiple Windows container ..so it will reduce the const of VM ( eg... 1 Vm per 1 TC agent ..insted 1 vm with 4 agnet using Docker Windows Container) https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/containers-vs-vm Infra setup for Testcomplete and ReadyAPI Hi, Just wanted to understand Licencing model for Testcomplete. for Below Scenario. Scenario: 1) Team of 20 People wanted to use Test complete for Test creation and execution through Jenkin. we have below queries Can we setup Agents (VMs) for execution ? if yes can you explain the infra set up. Can we execute multiple test parallel on single agent? if not the can we assign multiple agents in Jenkin to run the same. Can we use Docker image of test complete ..just to avoid multiple Agents ( VM ) for execution? Solved