I want to know if we can add numerical ranges in a Manual Verification point in Rational Functional Tester.
I have to verify a premium price which falls under a certain range every time. I know we can verify exact value using :
IFtVerificationPoint vp = vpManual(vp_name, expected, actual); vp.performTest();
But is there a way to give a numerical range here.
The expected field comes from a datapool that is why I can not use the RFT verification point which allows numerical range as well