Execution in LN Studio

In LN Studio, you can run and debug test scripts and test cases.

The generated log is displayed in the LN Studio console.

Note: 
  • You can define log levels for BFlow events.

    See the Infor LN Studio Application Development Guide.

  • In a multi-tenant environment you cannot run or debug BFlows with LN Studio. You can run BFlows in the LN UI to see the result.
  • To run a BFlow test, right-click the test in the Activity Explorer and select Run As > BFlow Test.
  • To debug a BFlow test:
    1. Set the breakpoints.
    2. Right-click the test in the Activity Explorer and select Debug As > BFlow Test.
      The execution is paused each time a breakpoint is hit. You can then inspect the variables, continue the execution step-by-step, or resume the execution.
    For more information about setting breakpoints and debugging, see the Infor LN Studio Application Development Guide.