TC01 ‐ Login - denhoefel/EcommerceSeleniumProject GitHub Wiki

Description

This test case verifies the login functionality for a registered user in the system. The steps outline the process of signing in and validating the successful login by checking for a specific welcome message on the homepage.

Environment

http://www.automationpractice.pl/index.php

Test Data

User: [email protected]

Test Script

Given the user "test_user" is registered And the user is on the Sign in page When the user enters the email address"[email protected]" And the user enters the password "abc.123" And the user clicks the Sign in button Then the user should be redirected to the homepage And the user should see a welcome message "My account."

🔙 Return to the List of Test Cases Page