Web::WebLoginTest | ||
Description | ||
Test
if it's possible to login to a website and measure how long the login
process takes (in ms). The status of the login can be saved to a variable: 0=login failed, 1=login was successfull The time take for the login process can be saved to a variable (time is milliseconds). |
||
Options | ||
URL |
The
URL of the login page. |
|
Username
formfield |
The variable name to use for the username part. | |
Username
|
The actual username to use for the login. | |
Password
formfield |
The variable name to use for the password part. | |
Password |
The actual password. | |
Save
Result to Variable |
If
enabled, the result of the login-test will be saved to the configured variable: 0=login failed 1= login OK |
|
Save
Duration to Variable |
If
enabled, the duration of the login-test will be saved to the configured
variable: duration is in milliseconds. |