The TestStand API doesn't provide a simple, robust mechanism allowing developers to programatically run sequences outside of the ActiveX UIs.
On many an occasion I've wanted to wrap the following basic functionality:
It's something I've needed to do in all of the following situations:
The solution I've ended up defaulting to in the past has been some variation on:
The approach above is time-consuming, error-prone, and feels like a hack -- but given that TestStand does not expose any easy mechanism for simply running a sequence, this is what I've ended up having to resort to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.