Skip to content

Commit

Permalink
📝 Documentaçao testes API
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliamartimon committed Nov 6, 2023
1 parent b8ece88 commit dcd85f8
Show file tree
Hide file tree
Showing 17 changed files with 137 additions and 0 deletions.
137 changes: 137 additions & 0 deletions docs/Estudos/TesteapiNatalia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
# Testes da API para a Categoria A

Categoria A: Testes de Sistema para navegar do Ponto de Origem ao Destino com um único ônibus.

A seguir, estão listados os casos de teste executados:

| Origem | Destino | Coordenadas Origem | Coordenadas Destino |
|-----------------|-----------------|---------------------------|---------------------------|
| FGA | Recanto Q.801 |-15.989444964529529, -48.044418962814866 |-15.919392602743956, -48.051763232078855 |
| FGA | Riacho Fundo 2 | -15.989444964529529, -48.044418962814866| -15.905081947923286, -48.05133180235249 |
| Recanto | Nucleo Bandeirante | -15.902369945850355, -48.06114590425264 | -15.87053919722047, -47.970845583947956 |
| Recanto | Taguatinga shopping | -15.902369945850355, -48.06114590425264 | -15.838687092189542, -48.043740029911895 |
| Vicente Pires | taguatinga Shopping | -15.803336993126374, -48.01783002446128 | -15.838687092189542, -48.043740029911895 |


## Teste 1 - FGA - Recanto Q.801

<div style="display: flex; justify-content: space-between;">
<div style="text-align: center;">
<img src="./assets/Testes/FGA-rec801G.png" alt="Google Maps" style="width: 45%;" />
<p>Google Maps</p>
</div>
<div style="text-align: center;">
<img src="./assets/Testes/FGA-rec801API.png" alt="API" style="width: 45%;" />
<p>API</p>
</div>
</div>

## Teste 2 - FGA - Riacho fundo 2

<div style="display: flex; justify-content: space-between;">
<div style="text-align: center;">
<img src="./assets/Testes/FGA-riacho2G.png" alt="Google Maps" style="width: 45%;" />
<p>Google Maps</p>
</div>
<div style="text-align: center;">
<img src="./assets/Testes/FGA-riacho2API.png" alt="API" style="width: 45%;" />
<p>API</p>
</div>
</div>

## Teste 3 - Recanto - Nucleo Bandeirante

<div style="display: flex; justify-content: space-between;">
<div style="text-align: center;">
<img src="./assets/Testes/Rec-nbandG.png" alt="Google Maps" style="width: 45%;" />
<p>Google Maps</p>
</div>
<div style="text-align: center;">
<img src="./assets/Testes/rec-nbandAPI.png" alt="API" style="width: 45%;" />
<p>API</p>
</div>
</div>

# Teste 4 - Recanto - Taguatinga shopping

<div style="display: flex; justify-content: space-between;">
<div style="text-align: center;">
<img src="./assets/Testes/Rec-TshopG.png" alt="Google Maps" style="width: 45%;" />
<p>Google Maps</p>
</div>
<div style="text-align: center;">
<img src="./assets/Testes/Rec-TshopAPI.png alt="API" style="width: 45%;" />
<p>API</p>
</div>
</div>

# Teste 5 - Vicente Pires - Taguatinga shopping

<div style="display: flex; justify-content: space-between;">
<div style="text-align: center;">
<img src="./assets/Testes/Vic-tshopG.png" alt="Google Maps" style="width: 45%;" />
<p>Google Maps</p>
</div>
<div style="text-align: center;">
<img src="./assets/Testes/Vic-tshopAPI.png alt="API" style="width: 45%;" />
<p>API</p>
</div>
</div>


# Testes da API para a Categoria B

Categoria B.

A seguir, estão listados os casos de teste executados:

| Origem | Destino | Coordenadas Origem | Coordenadas Destino |
|-----------------|-----------------|---------------------------|---------------------------|
| FGA | Recanto Q.102 |-15.989444964529529, -48.044418962814866 |-15.919392602743956, -48.051763232078855 |
| Recanto | Sobradinho | -15.902369945850355, -48.06114590425264 | -15.649050315402839, -47.79407366681607 |
| Recanto | Planaltina | -15.902369945850355, -48.06114590425264 | -15.586737032575579, -47.68191991430089 |

## Teste 1 - FGA - Recanto Q.102

<div style="display: flex; justify-content: space-between;">
<div style="text-align: center;">
<img src="./assets/Testes/FGA-rec102G.png alt="Google Maps" style="width: 45%;" />
<p>Google Maps</p>
</div>
<div style="text-align: center;">
<img src="./assets/Testes/FGA-recQ102API.png" alt="API" style="width: 45%;" />
<p>API</p>
</div>
</div>

## Teste 2 - Recanto - Sobradinho

<div style="display: flex; justify-content: space-between;">
<div style="text-align: center;">
<img src="./assets/Testes/rec-sobraG.png" alt="Google Maps" style="width: 45%;" />
<p>Google Maps</p>
</div>
<div style="text-align: center;">
<img src="./assets/Testes/rec-sobAPI.png" alt="API" style="width: 45%;" />
<p>API</p>
</div>
</div>

## Teste 3 - Recanto - Planaltina

<div style="display: flex; justify-content: space-between;">
<div style="text-align: center;">
<img src="./assets/Testes/REC-planG.png" alt="Google Maps" style="width: 45%;" />
<p>Google Maps</p>
</div>
<div style="text-align: center;">
<img src="./assets/Testes/Rec-planalAPI.png" alt="API" style="width: 45%;" />
<p>API</p>
</div>
</div>

| Autor: | Data: | Versão: |
|----------------|-----------------|-----------------|
| [Natália] | [6 nov] | [1.0] |


Binary file added docs/Estudos/assets/Testes/FGA-rec102G.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/FGA-rec801API.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/FGA-rec801G.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/FGA-recQ102API.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/FGA-riacho2API.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/FGA-riacho2G.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/REC-planG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/Rec-TshopAPI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/Rec-TshopG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/Rec-nbandG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/Rec-planalAPI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/Vic-tshopAPI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/Vic-tshopG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/rec-nbandAPI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/rec-sobAPI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Estudos/assets/Testes/rec-sobraG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dcd85f8

Please sign in to comment.