Configuration & Results

Configuring an Action

On the Configuration tab, set timing and execution parameters at the Action level.

These settings let you run tests several times in a loop.

  • Timing: Specify the wait time before and after execution.  Wait times give a sending or receiving system enough time to initiate. They also add a pause between action executions.
  • Execution: Specify the number of times to execute the action. 
  • Execution probability: Specify the expected execution probability of an action. This feature enables your validation to skip the action from time to time. For instance, at 50% probability over 10 executions, the scenario will run 5 times when the suite is executed.  Use this feature when some of the steps in your action are optional.  You still need to validate both cases (when the optional step is executed and when it isn’t).  Adding execution probability allows you to validate both cases with only one action.
  • Instantiate variables:  Check this box to populate variables with different test values at the Action level. For instance, if you need to execute the test with 100 different patient names, check this box.

 

Results

After the action has been executed once, a new tab will be displayed (Results). The Results tab contains the detailed information about what was executed for any specific execution. If variables were used in configuration or validation, you will see their instantiated values.

Select a result to see the detailed information. You can also perform action (right-click) with a result, such as:

  • Re-Run: The action will be re-executed using the exact same values used for the previous execution.
  • Create Scenario from Result: The action result will be converted as a new action, using the exact same values used for the execution.
  • Save as New Scenario Suite: Save a new Scenario Suite containing the action, using the exact same values used for the execution.