Forum Discussion

hunternemitz's avatar
hunternemitz
New Contributor
12 years ago

Changing project variables from the command line.

I have two variables (boolean) that allow me to launch two additional versions of my application (the base version is if both are false). I want to be able to run my tests on a schedule, launching them from the command line, but so far I only know how to change the variables by going to the Project file in Test complete.



Is there any way I can pass a command line argument that sets these booleans?



Thanks in advance for any help!

1 Reply

  • gid_216's avatar
    gid_216
    Frequent Contributor
    Try whether it is working or not.



    Create a procedure that will call the driver. 

    Add the procedure as test item parameterize with one version

    Repeate the same to add another item and prameterize with second version.



    in schedule command line parameter, specify the testitem to run.