Hi,
Ok,
TestStand 1.0.x evaluated the Pass/Fail Step as 'Step.Result.PassFail ? "Passed" : "Failed"'
Teststand 2.0.x evaluates the Pass/Fail Step as
'Step.DataSource != "Step.Result.PassFail" ? Step.Result.PassFail = Evaluate(Step.DataSource): False, Step.Result.PassFail ? "Passed" : "Failed"'.
Therefore for TestStand 1.0.x Step Type the result must be in Step.Result.PassFail.
If you as using a TestStand 2.0.x Step type you will be able to use another data source because the result will be obtained from the Evaluate(Step.DataSource).
Eg If your result was in a string variable Locals.MyResult = "False" and your DataSource was set to Locals.MyResult. The Evaluate(Ste.DataSource) would give a result as False in the boolean Step.Result.Pa
ssFail.
Check whats in the Status Expression in the property of your step.
Regards
Ray Farmer
Regards
Ray Farmer
