nromanen / pratical_testing_2022

0 stars 2 forks source link

[UI testing] Verify displaying elements on 'Habit page' #188

Open khomchuk20 opened 1 year ago

khomchuk20 commented 1 year ago

[TC-1] : Verify displaying elements on 'Habit page'

Description

The purpose of the test is to check whether all elements of the 'Habit page' are displayed correctly.

Precondition

Registered User logged in My habits page is open User clicked Add New habit button on My habits page User clicked More button on All habits page

Priority

Medium

Test Steps

Step No. Step description Expected result
1. Check that all page elements are displayed correctly The page contain follow elements:
• habit category
• how many users acquired this specific habit (Acquired by #)
• rating (stars)
• description of a habit
• calendar with the highlighted current date
• duration (within days limits (min – 7 days, max – 56 days))
• to do list

Expected Result

All elements are displayed correctly

Requirement

Link for corresponding requirements #5407