Julyuk / requirements-practice-2023

0 stars 0 forks source link

#4 Log in to system as registered user #16

Open trollidze opened 1 year ago

trollidze commented 1 year ago

[TC-04]: Log in to the system as a registered user

Description

Verify if a registered user is able to log in to the system using the 'Log in' pop-up window.

Precondition

  1. Index page is opened https://www.demoblaze.com
  2. The 'Log in' pop-up window was implemented.
  3. The 'Log in' pop-up window was added to the application interface.
  4. The user exists in the database

Priority

Medium

Input data

Username: test_user_01 Password: 123abc@test

Test Steps

Step No. Step description Expected result
1. Click the 'Log in' button at the header of the page The 'Log in' pop-window is displayed
2. Fill in the 'Username' text field using 'Input data' credentials
3. Fill in the 'Password' text field using 'Input data' credentials
4. Click the 'Log in' blue button The welcome message is displayed at the top of the page, and the 'Log out' button is next to this message

Execution Result

Pass

Requirement

User story for logging into the system: https://github.com/Julyuk/requirements-practice-2023/issues/7