wats .net api - numeric limit test - repeat test
Hi,
this creates a step that is validated as failed:
NumericLimitStep tVreg3V3 = powerOn.AddNumericLimitStep("Vreg 3V3");
tVreg3V3.AddTest(3.6, CompOperatorType.GELE, 3.15, 3.45, "V");
How can I tell the UUTreport that this teststep was repeated for instance with this values and passed :
tVreg3V3.AddTest(3.3, CompOperatorType.GELE, 3.15, 3.45, "V");
thanks!
BR
Gerhard
Please sign in to leave a comment.
Comments
0 comments