Forum Discussion
tristaanogre
9 years agoEsteemed Contributor
Not directly via commandline, no. You can access the parameters of the commandline for executing TestComplete/TestExecute but you'd have to write some custom code to read the parameters and set project variable values accordingly.
One thing I've done in the past for similar situations is write a bit of code that reads from an INI file and populates variables based upon those values. This I've found is easier than messing with command line parameters.
Ashcutus
9 years agoOccasional Contributor
Thanks for the quick response Robert - I'll take a look at this and hopefully this will resolve my issue.
Cheers!