Skip to content

3.0

Compare
Choose a tag to compare
@Baraujo25 Baraujo25 released this 19 May 22:23
· 16 commits to master since this release

In this third major release, we have added support for the VT-420 protocol!
For further information check the documentation.
Supported functionalities for this protocol:

  • Input by Navigation
  • Wait conditions:
    • Wait for text
    • Wait for silent
    • Wait for cursor
  • Attention keys
  • Test plan recording support:
    • Create your test plan just by interacting with an emulator!

WARNING: Input by Position and Input by Label are not supported in this release.

What's new:

  • Input by Navigation
    • This new input is adding the possibility to navigate through the screen via a sampler. This input consists of a navigation type which could be: up, down, left, right arrows or even a tabulator

      Navigation input is also supported for tn3270 and tn5250 protocols.

  • Recorder default input:
    • Previously when using the recorder and no Input by Label was specified, an input by position was created on the sampler. This behavior has been changed, now an input by navigation is added as default recorder input

      This change was done in order to prioritize the test plan maintainability and its robustness. As an example, if you have recorded a flow using a Coordinates Input, and for some reason, the screen moves a little bit the field position, then the test will fail. But if you use a Navigation Input and more precisely a tabulator one, even if the position of the fields has changed, you would still run the test without any issue.