https://github.com/andrehora/teste-de-software-aulas-praticas
Simple TDD project - based on TDD with Python
https://github.com/andrehora/teste-de-software-aulas-praticas
Last synced: about 1 year ago
JSON representation
Simple TDD project - based on TDD with Python
- Host: GitHub
- URL: https://github.com/andrehora/teste-de-software-aulas-praticas
- Owner: andrehora
- Created: 2020-03-11T18:10:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T18:15:59.000Z (about 4 years ago)
- Last Synced: 2025-04-03T08:51:25.170Z (about 1 year ago)
- Homepage:
- Size: 229 KB
- Stars: 13
- Watchers: 1
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teste de Software: Aulas Práticas
## ATENÇÃO: LEIA OS DOIS DOCUMENTOS ABAIXO ANTES DE INICIAR
1. [Antes de começar](antes.md)
2. [Comandos úteis](comandos-uteis.md)
## Aulas Práticas
- [Aula Prática 1](aula1.md): Introdução ao TDD, Testes Funcionais e Testes de Unidade
- [Aula Prática 2](aula2.md): Testando Interações do Usuário, Regressão e Banco de Dados
- [Aula Prática 3](aula3.md): Melhorando Testes Funcionais e Expandindo a Aplicação
- [Aula Prática 4](aula4.md): Melhorando o Layout e Implementando Validação
- [Aula Prática 5](aula5.md): Autenticação e Test Doubles