Conversation
…o FE-009) Signed-off-by: Pedro Lucas <86320941+PedroLucas1337@users.noreply.github.com>
Adiciona casos de teste atualizados no TESTING.md: - FE-001 a FE-009: casos de frontend revisados para o novo layout (Cand!Date!), incluindo navbar, CTAs e footer - LOG-001 a LOG-006: novos casos cobrindo fluxo de login (frontend e API) Relacionado: BUG-008 (links do footer não redirecionam)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Atualiza o documento TESTING.md para refletir novos cenários de validação no frontend (principalmente navegação/links) e adiciona uma nova seção de casos de teste de Login, além de renumerar as seções subsequentes.
Changes:
- Substitui antigos casos FE-002..FE-010 por casos focados em navegação (Navbar/Footer) e redirecionamentos para Login/GitHub.
- Adiciona a seção 8. Casos de teste de Login (LOG-001..LOG-006), incluindo cenários de UI e de API.
- Renumera seções seguintes (backend/API, integração, responsividade, UX/UI, erros, regressão, critérios, bugs).
| Severidade: media. | ||
|
|
||
| ### FE-003 - Estado vazio na tabela | ||
| ### FE-003 - Botao "Comece Agora" redireciona para Login |
| Severidade: media. | ||
|
|
||
| ### FE-004 - Tratamento de erro no card da tabela | ||
| ### FE-004 - Botao "Como Funciona" redireciona para aba de "Como Funciona" |
| Severidade: media. | ||
|
|
||
| ### FE-005 - Busca local | ||
| ### FE-005 - Botao "Ver Perfil" redireciona ao GitHub |
| Severidade: media. | ||
|
|
||
| ### FE-006 - Filtro por palavra-chave local | ||
| ### FE-006 - Botao "Acessar Dashboard" redireciona para Login |
| Severidade: media. | ||
|
|
||
| ### FE-007 - Paginacao | ||
| ### FE-007 - Botao "Explorar Funcionalidades" redireciona para a aba de funcionalidades |
| Severidade: baixa. | ||
| Severidade: alta. | ||
|
|
||
| ## 8. Caso de testes de Login |
|
|
||
| Severidade: alta. | ||
|
|
||
| ### LOG-005 - Login API com credenciais invalidas |
| 1. POST /api/auth/login com credenciais incorretas. | ||
|
|
||
| Esperado: | ||
| - O sistema informa um erro de não autorizado com o status code 401. |
| Severidade: alta. | ||
|
|
||
| ### FE-010 - Componentes quebrados | ||
| ### LOG-006 - Login API com credenciais validas |
|
|
||
| Esperado: | ||
| - Nenhum componente dispara erro fatal no console. | ||
| - O sistema informa uma mensagem de sucesso com o status code 200. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Novos bugs