Navigate to Page with Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Browser Element Name. It instructs the Avo Assure Client to navigate to the specified URL and login with given Username and Password in Input Value.
By providing the necessary credentials (username and password) as part of the test script, you can ensure that the login process works correctly and that the user is redirected to the appropriate page after successful authentication.
Note: This Action will be used only for Login and signup page or where the Username and Password needed.
Input: <URL>;<UserName>; <EncryptedPassword>
For this Action user needs provide login page URL (to which URL user wants to navigate and put Username and Password), along with Username and Password (Ensure that the password needs to be encrypted in AES or MD5 method)
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
You are testing a web application that requires users to log in before they can access certain pages. The Navigate to Page with Authentication Action allows you to automate the process of navigating to a page that requires login credentials, handling the authentication automatically as part of the test.
Targeted URL: https://www.example.com/login;User@123;Password@123
Action: Provide valid login credentials to access a protected page, e.g., the user dashboard along with valid Username and Password.
This Action needs to Navigate to the URL (which is given in the Input Value) and login to the desired web Application with the Username and the Password which are provided in the Input Value.
This Navigate to Page with Authentication Action is Navigating to the Login URL and successfully login with the credentials.