Recording BFlow tests

Alternatively, you can create a BFlow test script by recording user actions in the user interface.

This is a fast and effective way to create an initial version of the test script, which can be developed further to a reusable building block.

To record a test:

  1. Start LN UI.
  2. Start the BFlow Test Script Recorder (tlrgt1290m000) session.
  3. Specify a code and a description for an additional file.
  4. Click Start Recording.
  5. Perform some user actions.
  6. In the BFlow Test Script Recorder (tlrgt1290m000) session, click Stop Recording. An additional file is created.
You can now open and edit the additional file in LN Studio.
Note: The recorder inserts the values specified by the user in the script. Although useful to learn how a specific session operates, it is hard to create a reusable, more generic, test script from such a recording.

The values must be replaced by variables with scope In. Probably some input validation is required.