.. _example_service_telnet_escapechar_escapechar: ########## Escapechar ########## Tests the functionality of telnet escape characters including the default escape character (Ctrl+]) and custom escape characters. The escape character allows users to return to the telnet command prompt without closing the connection, enabling various telnet commands. ******************************* Telnet Default Escape Character ******************************* Description =========== Test telnet connection using the default escape character ``Ctrl+]``. After establishing the connection, pressing ``Ctrl+]``, should display the telnet prompt. Scenario ======== .. include:: escapechar/telnetdefaultescapecharacter .. raw:: html
****************************** Telnet Custom Escape Character ****************************** Description =========== Test telnet connection using a custom escape character ``L``. After establishing the connection, pressing ``L``, should display the telnet prompt. Scenario ======== .. include:: escapechar/telnetcustomescapecharacter .. raw:: html