Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglascarlos-dev/robot-framework-clientes-gestor
Teste de Software usando o Robot Framework, BDD e Python
https://github.com/douglascarlos-dev/robot-framework-clientes-gestor
bdd python robot-framework
Last synced: 5 days ago
JSON representation
Teste de Software usando o Robot Framework, BDD e Python
- Host: GitHub
- URL: https://github.com/douglascarlos-dev/robot-framework-clientes-gestor
- Owner: douglascarlos-dev
- License: mpl-2.0
- Created: 2021-03-21T20:05:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T13:59:45.000Z (about 3 years ago)
- Last Synced: 2024-11-01T15:44:03.033Z (about 2 months ago)
- Topics: bdd, python, robot-framework
- Language: RobotFramework
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teste de software do projeto Clientes Gestor
Teste de Software usando o Robot Framework para automatizar os testes de aceitação (ATDD) no software Clientes Gestor.
![Teste Cadastro Cliente](./teste_cadastro_cliente.png)
## Recursos usados no desenvolvimento:
- Robot Framework
- BDD
- Python## Instalação:
Para começar, você deve simplesmente clonar o repositório do projeto na sua máquina, instalar os pre-requisitos.
### Pre-requisitos:
Antes de instalar o projeto, você precisa já ter instalado na sua máquina:
- Projeto [Clientes Gestor](https://github.com/douglascarlos-dev/Clientes-Gestor)
- Python,
- Robot Framework
- psycopg2### Obtendo uma cópia:
```shell
# Antes de tudo, clone o projeto
$ git clone https://github.com/douglascarlos-dev/Robot-Framework-Clientes-Gestor
```### Execução:
```shell
# Execute o projeto
# Teste WEB
$ robot -d logs web\tests
```