Forum Discussion
SmartBearDan
Alumni
10 years agoHi dhirendranaga,
There's no way to pass a variable directly through a command line, but you can use a data source outside of TestComplete to set a variable value. This could be an Excel file, CSV, or any ODBC compliant database. Essentially, your Project could read that data source and set the Project level variables as the first step in the test set.
Some reference links on this below.
Data Driving a Test Case in TestComplete
-Dan