Read text from the terminal screen

There are several Vuser functions that RTE Vusers can use to read text from the terminal screen. You can use the following functions to check that the terminal emulator is responding correctly, or to enhance the logic in your scripts:

  • TE_find_text
  • TE_get_text_line

For details on the syntax of these functions, see the Function Reference.

After recording, you can manually insert TE_find_text and TE_get_text_line statements directly into your RTE Vuser scripts.