ContributionsMost RecentMost LikesSolutionsCannot open the .mds file because it is not a valid project suite or project file Dear Forum, We have developed a TC framework using V12. However, we have to migrate our machines and we can only have V11 on the new machines. And now we cannot open the TC framework developed before. Do we know if it is related to TC version or the migration to new machines? Thanks and Regards, Sara SolvedRe: Is it possible to run Test Item with Parameters from command line (TestExecute) Could you please be more specific? Run TestComplete from Command Line and include routine variables? Dear Community, I was wondering if below are possible. 1) Pass script routine variables in the command line? For example, I have a script called Unit1 and there is a method called getDataFromDatabase(String databaseConnection) Is it possible to call this method and pass the databaseConnection string? "C:\Program Files (x86)\SmartBear\TestComplete 11\Bin\TestComplete.exe" [Project Path]\xxxxx.pjs /r /p:[project name] /u:Unit1 /rt:getDataFromDatabase (variables?) 2)In fact I want to execute several scripts within one go. If I call TestComplete.exe, i need to start Test Complete application multiple times. Is it possible that i just manually start TC application, and just call the scripts from the command line? Solved