All0ne13 / All0ne13/CrashCourse

Create an account [Boundary Value Technique]

Open
#23 0 comments 0 reactions 1 assignee Claimed by @All0ne13 View on GitHub
testing techniques
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

This technique tests values that fall within the range of acceptable values, as well as values that fall outside this range.

Test Scenario | Input Data | Expected Result
-- | -- | --
Creating an account with a minimum-length password | An 8-character password | Successful account creation
Creating an account with a password shorter than the minimum | A 7-character password | Display of an error message
Creating an account with a minimum-length password but with invalid characters | An 8-character password with invalid characters | Display of an error message

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.