Open vicdelacruz opened 6 years ago
From SmartTest 7.1.3 and later of Advantest, we have the option to set “Group Bypass” property of the Group node testflow component.
{ run_and_branch(TestA) then { } else { if @Alarm then { binout; } else { } } run_and_branch(TestB) then { } else { if \@Alarm then { binout; } else { } } }, groupbypass, open,"DataCollectionTests", ""
The current workaround is described in this stackoverflow entry
Related to #79
From SmartTest 7.1.3 and later of Advantest, we have the option to set “Group Bypass” property of the Group node testflow component.
The current workaround is described in this stackoverflow entry