# TEST Sequence Tab

<figure><img src="https://3835935664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F10lD1MSN8sl0KAFokfI3%2Fuploads%2Fn5reo5WAPJAxdim3iEuU%2Fsequencer.png?alt=media&#x26;token=1d4aa91b-7577-4b73-8938-a7dea01918fc" alt=""><figcaption></figcaption></figure>

<div data-full-width="true"><figure><img src="https://3835935664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F10lD1MSN8sl0KAFokfI3%2Fuploads%2F1rokFprovnarsffbWT7w%2F2023-10-18_15h49_01.png?alt=media&#x26;token=2b6b70cd-d9b7-4227-908c-b9d301cf3a7d" alt=""><figcaption><p>Example of Test Sequence</p></figcaption></figure></div>

###

### TEST tab has the following columns

<table><thead><tr><th width="236">Column Name</th><th>Description</th></tr></thead><tbody><tr><td>Label</td><td>Identifier associated with the step. <br>This label can be called by the command #call or #goto</td></tr><tr><td>Exec</td><td>Indicates if the test step will get executed or not.<br>1 means it will get executed and 0 means it will not.</td></tr><tr><td>BP</td><td>Use to set breakpoints for debugging or pausing execution. <br>1 means breakpoint is enabled.</td></tr><tr><td>Progress</td><td>This is used to display progress of certain test sequences on the user interface</td></tr><tr><td>Step Name</td><td>Specifies the name or description of the step.</td></tr><tr><td>Comment</td><td>Provides additional comments associated with a step.</td></tr><tr><td>Judge</td><td>Pertains to judging or evaluating the step's result.<br>1 means fail and 0 means pass This cell includes spreadsheet formula so the value will display if some conditions are met such as result is within limits or results is equal to something.</td></tr><tr><td>Target Value</td><td>Expected result of a step</td></tr><tr><td>Unit</td><td>Unit of measurement for a step</td></tr><tr><td>Lo Limit</td><td>Low limit of a step</td></tr><tr><td>Hi Limit</td><td>High limit of a step</td></tr><tr><td>Result</td><td>Result of a step. Often formatted value of Return Value cell</td></tr><tr><td>Show Result</td><td>Displays or shows the result of the step in the operator interface. <br>0 not displayed. 1 it will be displayed.</td></tr><tr><td>Return Status</td><td>Display if a step was successfully executed</td></tr><tr><td>Return Value</td><td>The specific value returned by the step.</td></tr><tr><td>Delay</td><td>For adding a time delay to a step in ms</td></tr><tr><td>IO</td><td>Control or read digital I/O</td></tr><tr><td>MX</td><td>Setting test points for measurements</td></tr><tr><td>Command/Device</td><td>Specifying funTEST command or device plugin to be executed</td></tr><tr><td>Parameter</td><td>Any parameters associated with command/device</td></tr></tbody></table>
