ServeRest

Monday, 23 March 2026 10:17:58
Total Iterations

1

Total Assertions

7

Total Failed Tests

0

Total Skipped Tests

0


File Information
Collection: Teste ServeRest
Timings and Data
Total run duration: 216ms
Total data received: 1.6KB
Average response time: 11ms
Summary Item Total Failed
Requests 7 0
Prerequest Scripts 3 0
Test Scripts 6 0
Assertions 7 0
Skipped Tests 0 -



There are no failed tests





There are no skipped tests



1 Iteration available to view
Request Information
Request Method: POST
Request URL: http://localhost:3000/usuarios
Response Information
Response Code: 201 - Created
Mean time per request: 37ms
Mean size per request: 82B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cc4c6d47-cb86-4a79-9b58-382a1f9f8f75
Host localhost:3000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 127
Request Body
{
          "nome": "Admin QAQQQ",
          "email": "admin.1774271877810@qa.com.br",
          "password": "1234",
          "administrador": "true"
        }
        
Response Headers
Header NameHeader Value
Access-Control-Allow-Origin *
x-dns-prefetch-control off
x-frame-options SAMEORIGIN
strict-transport-security max-age=15552000; includeSubDomains
x-download-options noopen
x-content-type-options nosniff
x-xss-protection 1; mode=block
Content-Type application/json; charset=utf-8
Content-Length 82
Date Mon, 23 Mar 2026 13:17:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{
            "message": "Cadastro realizado com sucesso",
            "_id": "Jp6uGbg4LfM0DUGX"
        }
Test Information
NamePassedFailedSkipped
Validar mensagem de sucesso 1 0 0
Status code is 200 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://localhost:3000/login
Response Information
Response Code: 200 - OK
Mean time per request: 7ms
Mean size per request: 265B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 51c55076-6ff7-4af4-8692-d430c0a0c182
Host localhost:3000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 66
Request Body
{ 
            "email":"fulano@qa.com",
            "password":"teste" 
         
         }
        
Response Headers
Header NameHeader Value
Access-Control-Allow-Origin *
x-dns-prefetch-control off
x-frame-options SAMEORIGIN
strict-transport-security max-age=15552000; includeSubDomains
x-download-options noopen
x-content-type-options nosniff
x-xss-protection 1; mode=block
Content-Type application/json; charset=utf-8
Content-Length 265
Date Mon, 23 Mar 2026 13:17:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{
            "message": "Login realizado com sucesso",
            "authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImZ1bGFub0BxYS5jb20iLCJwYXNzd29yZCI6InRlc3RlIiwiaWF0IjoxNzc0MjcxODc3LCJleHAiOjE3NzQyNzI0Nzd9.cb5fNuskILHDXs-KGXKrJdIbGTlfVC8Op3rxT85rq7c"
        }
Test Information
NamePassedFailedSkipped
Status 200 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: GET
Request URL: http://localhost:3000/usuarios
Response Information
Response Code: 200 - OK
Mean time per request: 3ms
Mean size per request: 470B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c4614fb3-9bd6-4916-bcba-3ad295d0c52e
Host localhost:3000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 73
Request Body
{
          "email": "admin.qa+1774271878@qa.com.br",
          "password": "1234"
        }
        
Response Headers
Header NameHeader Value
Access-Control-Allow-Origin *
x-dns-prefetch-control off
x-frame-options SAMEORIGIN
strict-transport-security max-age=15552000; includeSubDomains
x-download-options noopen
x-content-type-options nosniff
x-xss-protection 1; mode=block
Content-Type application/json; charset=utf-8
Content-Length 470
Date Mon, 23 Mar 2026 13:17:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{
            "quantidade": 2,
            "usuarios": [
                {
                    "nome": "Fulano da Silva",
                    "email": "fulano@qa.com",
                    "password": "teste",
                    "administrador": "true",
                    "_id": "0uxuPY0cbmQhpEz1"
                },
                {
                    "nome": "Admin QAQQQ",
                    "email": "admin.1774271877810@qa.com.br",
                    "password": "1234",
                    "administrador": "true",
                    "_id": "Jp6uGbg4LfM0DUGX"
                }
            ]
        }
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://localhost:3000/produtos
Response Information
Response Code: 201 - Created
Mean time per request: 12ms
Mean size per request: 82B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImZ1bGFub0BxYS5jb20iLCJwYXNzd29yZCI6InRlc3RlIiwiaWF0IjoxNzc0MjcxODc3LCJleHAiOjE3NzQyNzI0Nzd9.cb5fNuskILHDXs-KGXKrJdIbGTlfVC8Op3rxT85rq7c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b05b5bb7-c43e-4f4b-9edc-307abea1854e
Host localhost:3000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 117
Request Body
{
          "nome": "Teclado kabum 1774271877926",
          "preco": 350,
          "descricao": "perifericos",
          "quantidade": 381
        }
        
Response Headers
Header NameHeader Value
Access-Control-Allow-Origin *
x-dns-prefetch-control off
x-frame-options SAMEORIGIN
strict-transport-security max-age=15552000; includeSubDomains
x-download-options noopen
x-content-type-options nosniff
x-xss-protection 1; mode=block
Content-Type application/json; charset=utf-8
Content-Length 82
Date Mon, 23 Mar 2026 13:17:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{
            "message": "Cadastro realizado com sucesso",
            "_id": "kAMgd1mINCVT75xX"
        }
Test Information
NamePassedFailedSkipped
Status 201 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: GET
Request URL: http://localhost:3000/produtos
Response Information
Response Code: 200 - OK
Mean time per request: 3ms
Mean size per request: 642B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImZ1bGFub0BxYS5jb20iLCJwYXNzd29yZCI6InRlc3RlIiwiaWF0IjoxNzc0MjcxODc3LCJleHAiOjE3NzQyNzI0Nzd9.cb5fNuskILHDXs-KGXKrJdIbGTlfVC8Op3rxT85rq7c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2c56d44a-4d34-46ae-9f32-d0f1939e4fa4
Host localhost:3000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Access-Control-Allow-Origin *
x-dns-prefetch-control off
x-frame-options SAMEORIGIN
strict-transport-security max-age=15552000; includeSubDomains
x-download-options noopen
x-content-type-options nosniff
x-xss-protection 1; mode=block
Content-Type application/json; charset=utf-8
Content-Length 642
Date Mon, 23 Mar 2026 13:17:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{
            "quantidade": 3,
            "produtos": [
                {
                    "nome": "Logitech MX Vertical",
                    "preco": 470,
                    "descricao": "Mouse",
                    "quantidade": 382,
                    "_id": "BeeJh5lz3k6kSIzA"
                },
                {
                    "nome": "Samsung 60 polegadas",
                    "preco": 5240,
                    "descricao": "TV",
                    "quantidade": 49977,
                    "_id": "K6leHdftCeOJj8BJ"
                },
                {
                    "nome": "Teclado kabum 1774271877926",
                    "preco": 350,
                    "descricao": "perifericos",
                    "quantidade": 381,
                    "_id": "kAMgd1mINCVT75xX"
                }
            ]
        }
Test Information
No Tests for this request
Request Information
Request Method: PUT
Request URL: http://localhost:3000/produtos/kAMgd1mINCVT75xX
Response Information
Response Code: 200 - OK
Mean time per request: 7ms
Mean size per request: 50B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImZ1bGFub0BxYS5jb20iLCJwYXNzd29yZCI6InRlc3RlIiwiaWF0IjoxNzc0MjcxODc3LCJleHAiOjE3NzQyNzI0Nzd9.cb5fNuskILHDXs-KGXKrJdIbGTlfVC8Op3rxT85rq7c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b2ca38d-b616-4c32-a610-16a0b0c40b9c
Host localhost:3000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 127
Request Body
{
          "nome": "Teclado kabum 1774271877926 (editado)",
          "preco": 400,
          "descricao": "perifericos",
          "quantidade": 381
        }
        
Response Headers
Header NameHeader Value
Access-Control-Allow-Origin *
x-dns-prefetch-control off
x-frame-options SAMEORIGIN
strict-transport-security max-age=15552000; includeSubDomains
x-download-options noopen
x-content-type-options nosniff
x-xss-protection 1; mode=block
Content-Type application/json; charset=utf-8
Content-Length 50
Date Mon, 23 Mar 2026 13:17:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{
            "message": "Registro alterado com sucesso"
        }
Test Information
NamePassedFailedSkipped
Status 200/201 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: DELETE
Request URL: http://localhost:3000/produtos/kAMgd1mINCVT75xX
Response Information
Response Code: 200 - OK
Mean time per request: 9ms
Mean size per request: 51B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImZ1bGFub0BxYS5jb20iLCJwYXNzd29yZCI6InRlc3RlIiwiaWF0IjoxNzc0MjcxODc3LCJleHAiOjE3NzQyNzI0Nzd9.cb5fNuskILHDXs-KGXKrJdIbGTlfVC8Op3rxT85rq7c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c9c1fe13-a904-4201-aa3f-ac460a816f38
Host localhost:3000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 104
Request Body
{
          "nome": "Teclado logitech",
          "preco": 350,
          "descricao": "perifericos",
          "quantidade": 381
        }
Response Headers
Header NameHeader Value
Access-Control-Allow-Origin *
x-dns-prefetch-control off
x-frame-options SAMEORIGIN
strict-transport-security max-age=15552000; includeSubDomains
x-download-options noopen
x-content-type-options nosniff
x-xss-protection 1; mode=block
Content-Type application/json; charset=utf-8
Content-Length 51
Date Mon, 23 Mar 2026 13:17:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{
            "message": "Registro excluído com sucesso"
        }
Test Information
NamePassedFailedSkipped
Status 200 1 0 0
Registro removido 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error