Using Spreadsheet Formulas
This section describes how to take advantage of working in a spreadsheet editor while creating a test sequence
Using Spreadsheet Formulas to Enhance Test Sequences
Use Cases
Creating Pass/Fail Criteria for a test step
Is Result within Limit?
=IF(AND(L69>=J69,L69<=K69),0,1)
Post-processing Return value for result

Create conditions for step execution


Creating condition for command parameter

Last updated