nromanen / crash_course_2024

5 stars 0 forks source link

Test-case to logging #40

Open Paniov-M opened 6 months ago

Paniov-M commented 6 months ago

Objective

The purpose of the test is to verify the functionality of logging into the system using valid credentials.

Environment

Pre-conditions

Ensure that the environment is set up correctly. Run any necessary tests required before executing this test.

Direct URL(s)

  1. {URLs that will be used in the test steps}

Input data

Login with valid credentials: Username: {insert valid username} Password: {insert valid password}

Prerequisites

Follow the instructions for setting up the test environment.

Instructions

Step No.Step descriptionExpected result
1.Open the website.The website should be successfully opened.
2.Enter the valid username into the "Login" field.The username should be entered successfully.
3.Enter the valid password into the "Password" field.The password should be entered successfully.
4.Click on the "Login" or "Sign In" button.The user should be successfully logged into the system and redirected to their personal dashboard or home page.

Notes

Status: Test case passed.