nromanen / pratical_testing_2022

0 stars 2 forks source link

Checking the operation and counting of the canter #186

Open lizanosach opened 1 year ago

lizanosach commented 1 year ago

[TC-6] : Checking the operation and counting of the canter

Description

This test case checks that if the user already has 2 habits and wants to add a new habit, the habit is added to the list of habits and under the word "In Progress" the canter displays the number 3

Precondition

User is registered and logged in. 'My habits' tab in user's 'Profile' page is opened User has 2 habits.

Priority

Medium

Input data

Required test data

Test Steps

Step No. Step description Expected result
1. Click "Add New Habit" button "All habits" page is opened
2. Select any habit from the list and click on the "Add habit" button The habit has been successfully added to the 'My habits' list. A message is displayed on the user's screen "You have successfully added a new habit to your list". Under the word "In Progress" the Habit Count Canter displays the number 3

Expected Result

Habit counting canter counts correctly

Requirement

Link for corresponding requirements https://github.com/ita-social-projects/GreenCity/issues/1000