Page 1 of 1

Testing Webpages which require login and passwords

PostPosted: Mon Feb 06, 2023 10:46 am
by RomeroN
Hello.

How can I test webpages that require a login and password?

Thanks

Re: Testing Webpages which require login and passwords

PostPosted: Tue Feb 07, 2023 10:44 am
by eValid
RomeroN wrote:Hello.

How can I test webpages that require a login and password?

Thanks


Thanks for asking about that RomeroN.

eValid has this command: AuthenticateUser wid "username" "password"

This command is used to handle the Client Authentication processes.

During browsing and recording, eValid displays its own dialog with simple explanations of the problem encountered.

During playback of scripts and during site analysis runs this dialog is not displayed but encounters with Client Authentications are recorded as MESSAGEs.

Note that the first occurring Client Authentication command in a current script is the one that applies; second and subsequent instances in the same script are ignored.

The authentication has "memory" until that instance of eValid is ended.

Note that modal popup suppression preferences do not apply to Client Authentication processes.


-- eValid