All0ne13 / All0ne13/CrashCourse
Review (equivalence partitioning testing)
- 主要语言
- 没有语言数据
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
**Review (equivalence partitioning testing)**
All information in the text folders "Nickname", "Summary", "Review" should be checked by valid. "Nickname" should contain from 1 to 30 letters of latin alphabet, "Summary" should contain from 1 to 30 letters and characters of latin alphabet, "Review" should contain from 1 to 300 letters and characters of latin alphabet.
**The "Nickname" field**:
| Invalid | Valid | Invalid
-- | -- | -- | --
Class | 0 letters | 1 - 30 letters | >30
EP | 0 | 10 | 31
№ | Condition | Expected result
-- | -- | --
1 | Write down 0 letters to the text field | The borders of the text field became red and there is red error message "This is a required field." down the field.
2 | Write down 10 letters to the text field | The borders of the text field became blue.
3 | Write down 31 letters to the text field | The borders of the text field became red and there is red error message "Nickname can`t have more 30 letters." down the field.
**The "Summary" field**:
| Invalid | Valid | Invalid
-- | -- | -- | --
Class | 0 letters | 1 - 30 letters | >30
EP | 0 | 15 | 31
№ | Condition | Expected result
-- | -- | --
1 | Write down 0 letters and characters to the text field | The borders of the text field became red and there is red error message "This is a required field." down the field.
2 | Write down 15 letters and characters to the text field | The borders of the text field became blue.
3 | Write down 31 letters and characters to the text field | The borders of the text field became red and there is red error message "Summary can`t have more 30 letters." down the field.
**The "Review" field**:
| Invalid | Valid | Invalid
-- | -- | -- | --
Class | 0 letters | 1 - 300 letters | >300
EP | 0 | 50 | 301
№ | Condition | Expected result
-- | -- | --
1 | Write down 0 letters and characters to the text field | The borders of the text field became red and there is red error message "This is a required field." down the field.
2 | Write down 50 letters and characters to the text field | The borders of the text field became blue.
3 | Write down 301 letters and characters to the text field | The borders of the text field became red and there is red error message "Review can`t have more 300 letters" down the field.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。