ContributionsMost RecentMost LikesSolutionsRe: TestComplete and Device Cloud Add On hkim5 have you used selenium grid? Re: SessionCreator (TestExecute) - PrjVar is not an option hkim5 We had a question from Devops For the session creator run machines, is it possible to put them behind a LoadBalancer so that the call just executes against a single endpoint, but the tests are distributed across machines? Re: SessionCreator (TestExecute) - PrjVar is not an option hkim5 I tried for Version: 14.74.437.11 dint work. I get this Flag could not be matched: arg SessionCreator.exe RunTest {OPTIONS} Run the specified TestComplete test. OPTIONS: Re: SessionCreator (TestExecute) - PrjVar is not an option hkim5 I dont see any options to pass prj var .I tried in 14.74. Can you share your command line scripts? Re: SessionCreator (TestExecute) - PrjVar is not an option manicfiddler I havent tried 14.74 but tried 14.71 it wont support.So I am passing values to a file and reading that files through the script and saving it in Tabledata. Re: SessionCreator (TestExecute) - PrjVar is not an optionThank you !! I will try this. Right now I created a file In files folder and update the file with parameter values and reads the file using JavaScript.I implemented this for my project it’s working.Re: SessionCreator (TestExecute) - PrjVar is not an option I had the same issue and came to know that prjvar we cant pass through command line fir session creator. What alternate have you used to pass? I am creating file with data which I need to get into the project and reading the file .will you be able to share the batch file? Re: Integrate TestComplete Tests into Gitlab CI/CD Pipeline I am using session creator .I have an issue I have a project variable and needs to pass the value the option is not in session creator have you come across any? SolvedRe: Re: Integrate TestComplete Tests into Gitlab CI/CD Pipeline I am trying to put my testcomplete project to CI/CD(Bamboo).I am using session creator for this and my project is in network drive. So we have different envs (qa,uat etc) so when I look into I dont see any option to send variables through command line sessioncreator.exe Is there any other way I can achieve this? What if I directly use Testcomplete I read in docs that because its not an interactive session it will fail in CI/CD. Can someone help me on this? Thanks Siji