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:
- Start LN UI.
- Start the BFlow Test Script Recorder (tlrgt1290m000) session.
- Specify a code and a description for an additional file.
- Click .
- Perform some user actions.
- In the BFlow Test Script Recorder (tlrgt1290m000) session, click . 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.