Hi there ,
I am wondering if there are any additional flow controls available in opentap.
Test Stand and TMS sequencer has flow controls like Goto a particular step in case of an error or based on a conditional statement.
Hi there ,
I am wondering if there are any additional flow controls available in opentap.
Test Stand and TMS sequencer has flow controls like Goto a particular step in case of an error or based on a conditional statement.
Hi @bharathkumar539,
There are no such general steps, but they can be built either as regular test steps or with mixins.
Generally creating an error will cause a break in the flow of execution and that error can be handled by a parent step in the test plan.
Thank you @rolf_madsen .
We will try to create a test step for this .