RTE Protocol in Loadrunner 12
Question ID: 105989
0
0

Hi,

I am trying to use the RTE protocol to connect to Linux server,I am able to capture the username and unable to capture the password of Linux server.Please refer below script

vuser_init()
{

/* *** The terminal type is LINUX. */
TE_connect(
"comm-type = telnet;"
"host-name = sdf.org;"
"telnet-port = 22;"
"terminal-id = sdf;"
"set-window-size = true;"
"security-type = ssh;"
"ssh-type = ssh2;"
"ssh-show-info = true;"
"ssh-show-login-dialog = true;"
"ssh-cipher = 3DES;"
"ssh-enable-compression = false;"
"ssh-enable-x11 = false;"
"ssh-attempt-tis = false;"
"ssh-allow-agent = false;"
"ssh-keyboard-interactive = true;"
"ssh-key-file = ;"
"ssh-username = sumi;" // Want to capture the Password also
"terminal-type = linux;"
"terminal-model = vt100;"
"login-command-file = ;"
"terminal-setup-file = ;"
, 60000);
}

Coould anyone help me on this.your reply is Highly appreciated

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on April 6, 2015 6:40 pm
266 views
Answers (1)
0
Private answer

Did you enter the password when attempting to login during the recording? It will not show until you actually enter the password during the login.

Marked as spam
Posted by (Questions: 4, Answers: 41)
Answered on April 29, 2015 8:29 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top