An open API service indexing awesome lists of open source software.

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

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