nromanen / pratical_testing_2022

0 stars 2 forks source link

[GC: My habits] Verify the modification of the to-do list for a habit #164

Open khomchuk20 opened 1 year ago

khomchuk20 commented 1 year ago

[TC-100.4] : Verify the modification of the to-do list for a habit

Description

This test case verifies that the user can modify the to-do list for a habit by checking/unchecking items and that the changes are saved successfully.

Precondition

Registered User logged in The user is on the habit page.

Priority

Low

Input data

N/A

Test Steps

Step No. Step description Expected result
1. Locate the to-do list section. The to-do list section is located.
2. Modify the checklist by checking/unchecking items. The checklist is modified as per the user's actions.
3. Save the changes. The changes in the checklist are saved successfully.

Expected Result

The to-do list for the habit is updated with the modified items and saved successfully.

Requirement

Link for corresponding requirements