nromanen / pratical_testing_2022

0 stars 2 forks source link

[GC: My habits] Verify the modification of duration for a habit #163

Open khomchuk20 opened 1 year ago

khomchuk20 commented 1 year ago

[TC-100.3] : Verify the modification of duration for a habit

Description

This test case verifies that the user can modify the duration of a habit within the specified limits and that the changes are saved successfully.

Precondition

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

Priority

Medium

Input data

New duration value (e.g., 10 days)

Test Steps

Step No. Step description Expected result
1. Locate the duration field. The duration field is located.
2. Modify the duration value to be within the allowed limits (e.g., 10 days). The duration value is updated to the new value (e.g., 10 days).
3. Save the changes. The changes are saved successfully.

Expected Result

The duration for the habit is updated to the new value and saved successfully.

Requirement

Link for corresponding requirements