Skip to content

oliveiraleticialopes/testes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Projeto de Testes Automatizados

Olá, este é um projeto de automação de api utilizando robot framework com RequestsLibrary.

Depedencias

Python versão 3.12.1
Robot Framework
Bibliotecas utilizadas :
    Collections
    RequestsLibrary
    String
    akerLibrary   
    yamllibrary

Estrutura de Pastas

├── logs
├── resources   
|   |       
│   ├── bodys
│   |    └── user_body.resource
|   |
│   ├── fixtures
│   │   ├── config.yaml          
│   │   ├── mensagens.yaml           
│   │   └── user.yaml
|   |
│   ├── utils
│   │   ├── keywords_gerar_massa.resource       
│   │   ├── keyworda_utils.resource         
│   │   └── variables.resource
|   |
├   ├──  main.robot
|
├── tests
│   ├── users
│       ├── DELETE_user.robot              
│       ├── GET_user.robot                 
│       ├── POST_user.robot                
│       └── PUT_user.robot                 
└── readme.md



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published