Report Test Signup - ERP

Wednesday, 06 September 2023 14:57:09
Total Iterations

1

Total Assertions

18

Total Failed Tests

0

Total Skipped Tests

0


File Information
Collection: AutomacaoSignup
Environment: Signup
Timings and Data
Total run duration: 3.1s
Total data received: 1.36KB
Average response time: 421ms
Summary Item Total Failed
Requests 7 0
Prerequest Scripts 6 0
Test Scripts 7 0
Assertions 18 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: https://postman-treinamento.qacoders-academy.com.br/api/signup
Response Information
Response Code: 200 - OK
Mean time per request: 1307ms
Mean size per request: 1.05KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.29.0
Accept */*
Cache-Control no-cache
Postman-Token 1ef34a5d-ce2c-4405-a041-8adef3135bf9
Host postman-treinamento.qacoders-academy.com.br
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 209
Request Body
{
            "fullName": "Isadora Rocha",
            "mail": "isadorarocha@yahoo.com.cn",
            "password": "#7pPOoSxBGkZ",
            "confirmPassword": "#7pPOoSxBGkZ",
            "accessProfile": "ADMIN",
            "idCompany": "12345679009"
        }
Response Headers
Header NameHeader Value
Server nginx/1.18.0 (Ubuntu)
Date Wed, 06 Sep 2023 14:57:10 GMT
Content-Type application/json; charset=utf-8
Transfer-Encoding chunked
Connection keep-alive
X-Powered-By Express
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, OPTIONS, PUT, PATCH, DELETE
Access-Control-Allow-Headers Origin, X-Requested-With, Content-Type, Accept, Authorization
ETag W/"438-V/uRUVjgttLOXtpAouWTsmWrRBU"
Content-Encoding gzip
Response Body
{"user":{"_id":"64f893465e2747e04ee6e7f1","registration":"QaCoders-000183","fullName":"Isadora Rocha","mail":"isadorarocha@yahoo.com.cn","password":"$2b$10$HQozxXUkyYEkXlCV8fjiaedxA1CwBuwB8qqjMytAmAJoKSMtldTLO","accessProfile":"ADMIN","idCompany":"12345679009","status":true,"audit":[{"registrationDate":"Wed Sep 06 2023 11:57:10 GMT-0300 (Brasilia Standard Time)","_id":"64f893465e2747e04ee6e7f2"}],"__v":0},"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NGY4OTM0NjVlMjc0N2UwNGVlNmU3ZjEiLCJyZWdpc3RyYXRpb24iOiJRYUNvZGVycy0wMDAxODMiLCJmdWxsTmFtZSI6IklzYWRvcmEgUm9jaGEiLCJtYWlsIjoiaXNhZG9yYXJvY2hhQHlhaG9vLmNvbS5jbiIsInBhc3N3b3JkIjoiJDJiJDEwJEhRb3p4WFVreVlFa1hsQ1Y4ZmppYWVkeEExQ3dCdXdCOHFxak15dEFtQUpvS1NNdGxkVExPIiwiYWNjZXNzUHJvZmlsZSI6IkFETUlOIiwiaWRDb21wYW55IjoiMTIzNDU2NzkwMDkiLCJzdGF0dXMiOnRydWUsImF1ZGl0IjpbeyJyZWdpc3RyYXRpb25EYXRlIjoiV2VkIFNlcCAwNiAyMDIzIDExOjU3OjEwIEdNVC0wMzAwIChCcmFzaWxpYSBTdGFuZGFyZCBUaW1lKSIsIl9pZCI6IjY0Zjg5MzQ2NWUyNzQ3ZTA0ZWU2ZTdmMiJ9XSwiX192IjowLCJpYXQiOjE2OTQwMTIyMzAsImV4cCI6MTY5NDA5ODYzMH0.hFiyqVKVBU3IrAbYz7DD9nj1gSvVsjJzgxzv3J_RYLM"}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Token is True 1 0 0
check FullName is true 1 0 0
check Email is true 1 0 0
check Password is true 1 0 0
check accessProfile 1 0 0
check idCompany 1 0 0
Total 7 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://postman-treinamento.qacoders-academy.com.br/api/signup
Response Information
Response Code: 400 - Bad Request
Mean time per request: 452ms
Mean size per request: 50B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.29.0
Accept */*
Cache-Control no-cache
Postman-Token ab41ee60-8321-41c9-ac4b-9f5bfe733e5e
Host postman-treinamento.qacoders-academy.com.br
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 197
Request Body
{
            "fullName": "",
            "mail": "isadorarocha@yahoo.com.cn1",
            "password": "#7pPOoSxBGkZ",
            "confirmPassword": "#7pPOoSxBGkZ",
            "accessProfile": "ADMIN",
            "idCompany": "12345679009"
        }
Response Headers
Header NameHeader Value
Server nginx/1.18.0 (Ubuntu)
Date Wed, 06 Sep 2023 14:57:11 GMT
Content-Type application/json; charset=utf-8
Content-Length 50
Connection keep-alive
X-Powered-By Express
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, OPTIONS, PUT, PATCH, DELETE
Access-Control-Allow-Headers Origin, X-Requested-With, Content-Type, Accept, Authorization
ETag W/"32-t66msvj3Kw/QLFBeVlwv04nzTdQ"
Response Body
{"errors":["O campo 'fullName' é obrigatório."]}
Test Information
NamePassedFailedSkipped
Status code is 400 1 0 0
check FullName is false 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://postman-treinamento.qacoders-academy.com.br/api/signup
Response Information
Response Code: 400 - Bad Request
Mean time per request: 185ms
Mean size per request: 48B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.29.0
Accept */*
Cache-Control no-cache
Postman-Token d6cced03-8439-46b1-907e-8caf865e7c5a
Host postman-treinamento.qacoders-academy.com.br
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 184
Request Body
{
            "fullName": "Isadora Rocha",
            "mail": "",
            "password": "#7pPOoSxBGkZ",
            "confirmPassword": "#7pPOoSxBGkZ",
            "accessProfile": "ADMIN",
            "idCompany": "12345679009"
        }
Response Headers
Header NameHeader Value
Server nginx/1.18.0 (Ubuntu)
Date Wed, 06 Sep 2023 14:57:11 GMT
Content-Type application/json; charset=utf-8
Content-Length 48
Connection keep-alive
X-Powered-By Express
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, OPTIONS, PUT, PATCH, DELETE
Access-Control-Allow-Headers Origin, X-Requested-With, Content-Type, Accept, Authorization
ETag W/"30-m6Mh6jaeEPZZ1tnA3cpHQ+3wiKo"
Response Body
{"alert":["O e-mail informado está inválido"]}
Test Information
NamePassedFailedSkipped
Status code is 400 1 0 0
check Email is false 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://postman-treinamento.qacoders-academy.com.br/api/signup
Response Information
Response Code: 400 - Bad Request
Mean time per request: 186ms
Mean size per request: 138B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.29.0
Accept */*
Cache-Control no-cache
Postman-Token fdcf56c3-ae82-477c-bc51-68abc8fb23b8
Host postman-treinamento.qacoders-academy.com.br
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 196
Request Body
{
            "fullName": "Isadora Rocha",
            "mail":"isadorarocha@yahoo.com.cn",
            "password": "",
            "confirmPassword": "#7pPOoSxBGkZ",
            "accessProfile": "ADMIN",
            "idCompany": "12345679009"
        }
Response Headers
Header NameHeader Value
Server nginx/1.18.0 (Ubuntu)
Date Wed, 06 Sep 2023 14:57:11 GMT
Content-Type application/json; charset=utf-8
Content-Length 138
Connection keep-alive
X-Powered-By Express
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, OPTIONS, PUT, PATCH, DELETE
Access-Control-Allow-Headers Origin, X-Requested-With, Content-Type, Accept, Authorization
ETag W/"8a-cMDH0dRchhIk9JQsd3l9AjLqgzg"
Response Body
{"alert":["Senha precisa ter: uma letra maiúscula, uma letra minúscula, um número, um caractere especial(@#$%) e tamanho entre 6-12."]}
Test Information
NamePassedFailedSkipped
Status code is 400 1 0 0
check Senha is false 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://postman-treinamento.qacoders-academy.com.br/api/signup
Response Information
Response Code: 400 - Bad Request
Mean time per request: 186ms
Mean size per request: 40B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.29.0
Accept */*
Cache-Control no-cache
Postman-Token 599a4d70-273b-4b66-b946-2db94d5266bc
Host postman-treinamento.qacoders-academy.com.br
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 211
Request Body
{
            "fullName": "Isadora Rocha",
            "mail":"isadorarocha@yahoo.com.cn",
            "password": "#7pPOoSxBGkZ",
            "confirmPassword": "LorenaTestes28!",
            "accessProfile": "ADMIN",
            "idCompany": "12345679009"
        }
Response Headers
Header NameHeader Value
Server nginx/1.18.0 (Ubuntu)
Date Wed, 06 Sep 2023 14:57:11 GMT
Content-Type application/json; charset=utf-8
Content-Length 40
Connection keep-alive
X-Powered-By Express
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, OPTIONS, PUT, PATCH, DELETE
Access-Control-Allow-Headers Origin, X-Requested-With, Content-Type, Accept, Authorization
ETag W/"28-XhBA4Jbi2AIEyVjgvTCqCtUiasY"
Response Body
{"alert":["As senhas não conferem a."]}
Test Information
NamePassedFailedSkipped
Status code is 400 1 0 0
check Confirmation Senha is false 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://postman-treinamento.qacoders-academy.com.br/api/signup
Response Information
Response Code: 400 - Bad Request
Mean time per request: 444ms
Mean size per request: 38B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.29.0
Accept */*
Cache-Control no-cache
Postman-Token a378af9a-fb7b-407d-b43d-cb62cc319f48
Host postman-treinamento.qacoders-academy.com.br
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 209
Request Body
{
            "fullName": "Isadora Rocha",
            "mail": "isadorarocha@yahoo.com.cn",
            "password": "#7pPOoSxBGkZ",
            "confirmPassword": "#7pPOoSxBGkZ",
            "accessProfile": "ADMIN",
            "idCompany": "12345679009"
        }
Response Headers
Header NameHeader Value
Server nginx/1.18.0 (Ubuntu)
Date Wed, 06 Sep 2023 14:57:12 GMT
Content-Type application/json; charset=utf-8
Content-Length 38
Connection keep-alive
X-Powered-By Express
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, OPTIONS, PUT, PATCH, DELETE
Access-Control-Allow-Headers Origin, X-Requested-With, Content-Type, Accept, Authorization
ETag W/"26-9PY2FjXTrQBlrbTA1aFpJTJDhJg"
Response Body
{"alert":["Usuário já cadastrado."]}
Test Information
NamePassedFailedSkipped
Status code is 400 1 0 0
check Usuário Cadastrado is True 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.29.0
Accept */*
Cache-Control no-cache
Postman-Token b489a8e3-11c5-4215-a9c5-fa580454d3b1
Host postman-treinamento.qacoders-academy.com.br
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Server nginx/1.18.0 (Ubuntu)
Date Wed, 06 Sep 2023 14:57:12 GMT
Connection keep-alive
X-Powered-By Express
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, OPTIONS, PUT, PATCH, DELETE
Access-Control-Allow-Headers Origin, X-Requested-With, Content-Type, Accept, Authorization
ETag W/"2-vyGp6PvFo4RvsFtPoIWeCReyIC8"
Response Body
No Response Body for this request
Test Information
NamePassedFailedSkipped
Status code is 204 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error