Setting a Recordset Value While Debugging a Process

When you are debugging a process in the Process Editor, you can select the value in a recordset to use while testing.

To set a recordset row while debugging a process:

  1. In the Processes Summary pane, double-click on an existing process that is associated with a recordset.

    The Process Editor opens.

  2. In the Process Editor, click the Recordset tab.

  3. To set a value, right-click on a recordset row and select Set Data Pointer.

    The row is highlighted in blue. When you test your process, the value that you selected is used.

To set a value in recordset filters:

If a process or child process is associated with the recordset filter during debugging, the rows that do not match the filter are highlighted in gray in the Recordset tab. These rows cannot be set as the value for testing.

If the Data Pointer is added to the process or child process before it is debugged, a warning appears stating the recordset contains a filter and it cannot be debugged. To force the Process Debug tool to apply the filter, set a breakpoint to any step in this process and execute the parent test step in the parent process.

 

Related Topics Link IconRelated Topics