You can trigger the consent screen in various ways depending on the environment and integration type.
Verify that SIWK button appears in the right places, for example login component or the myaccount page.
Verify that the button is clickable and is not covered by any other elements or not blocked by cookie prompts or other toggles.
Verify that the button is accessible, e.g. can be clicked with keyboard-only setup.
Verify that the flow is accessible to users with disabilities, following WCAG standards.
Verify that clicking on the button starts the flow without delay.
Verify that the redirect uri is provided to the script.
Verify that redirect flow starts if popups are blocked in the browser.
Verify that popup flow starts if you do not support redirect flow.
Verify that the SIWK flow appears in a correct language.
Verify that in case of an error, error messages are displayed clearly and accurately throughout the flow, providing actionable information to the user.