06-08-2017 09:02 AM
hii,
I want to disable result recording for steps that are skipped (due to Precondition selection) .
I tried in SequenceFilePostResultListEntry callback but did not find any elegant solution. I want to avoid using "SequenceFilePostStep" callback.
any easy ideas to implement the same.
regards,
Akshay Parab
Solved! Go to Solution.
06-08-2017 09:47 AM - edited 06-08-2017 09:47 AM
Hi Akshay,
I think you were on the right path with using the SequenceFilePostResultListEntry callback; I would use that callback with the following Statement Step:
Pre-Condition:
Parameters.Step.Result.Status == "Skipped"
Post-Expression:
Parameters.DiscardResult = True
I've attached an example.
I hope this helps,
Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)
Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor
06-09-2017 02:10 AM
thanks
06-09-2017 06:07 AM
06-09-2017 06:09 AM
No problem
Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)
Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor