All0ne13 / All0ne13/CrashCourse

Review (equivalence partitioning testing)

未關閉
#49 0 則留言 0 個 reaction 已指派 1 人 已被 @masudi0988 認領 在 GitHub 檢視
testing techniques
主要語言
沒有語言資料
星號
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。