All0ne13 / All0ne13/CrashCourse

Review (equivalence partitioning testing)

Aberta
#49 0 comentários 0 reações 1 responsável Reivindicada por @masudi0988 Ver no GitHub
testing techniques
Linguagem predominante
Sem dados de linguagem
Estrelas
0
Forks
0
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

**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.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.