Quantcast
Channel: Silk Performer
Viewing all articles
Browse latest Browse all 4084

Wiki Page: Can I use TrueLog Explorer to customize input values in my script for Terminal Emulation testing?

$
0
0
Currently you need to customize the script manually if you wish to change the input value. Typically a WebTelnetSendRecord function is used to specify the value being sent to the server. In the example below we are passing a value of 12 to the server. WebTelnetSendRecord(hWeb0, "\h7D5B6F115B6F" + StrToHostCP( "12" )); If you wished to customize this and pass, for example 13 to the server then simply replace the 12 with 13 as shown below. WebTelnetSendRecord(hWeb0, "\h7D5B6F115B6F" + StrToHostCP( "13" ));

Viewing all articles
Browse latest Browse all 4084

Trending Articles