I'm attemping to call testexec.exe from the command line with the following call:
testexec.exe /runEntryPoint "Execute Test" "C:\Test Sequence.seq" /quit
Our custom process model contains the "Execute Test" entry point. However, when I run this code I get the following error:
"Entry point 'Execute Test' does not exist
Value Invalid or out of range. [Error Code: -17300]"
The error goes away if I set the Station process model to be the custom process model we have, rather than SequentialModel.seq.
The preferred behavior would be to have testexec.exe use the process model defined in the client sequence file rather than be forced to set the station model in order to run sequences from the command line.
Free CAR?