My Newman Report

Thursday, 18 September 2025 16:47:23
Total Iterations

1

Total Assertions

14

Total Failed Tests

1

Total Skipped Tests

0


File Information
Collection: NTECH ASSIGNMENT 1
Timings and Data
Total run duration: 3.5s
Total data received: 21.09KB
Average response time: 367ms
Summary Item Total Failed
Requests 7 0
Prerequest Scripts 9 0
Test Scripts 14 0
Assertions 14 1
Skipped Tests 0 -



Showing 1 Failure

Failed Test: Response time is less than 500ms

Assertion Error Message
expected 559 to be below 500


There are no skipped tests



1 Iteration available to view
Request Information
Request Method: POST
Request URL: https://crudapi-o7rr.onrender.com/api/auth/login
Response Information
Response Code: 200 - OK
Mean time per request: 559ms
Mean size per request: 393B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 885c3866-7e79-48bb-90fd-6198680c7d08
Host crudapi-o7rr.onrender.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "admin",
            "password": "admin123"
        }
Response Headers
Header NameHeader Value
Date Thu, 18 Sep 2025 10:47:23 GMT
Content-Type application/json; charset=utf-8
Content-Length 311
Connection keep-alive
access-control-allow-origin *
Content-Encoding br
etag W/"189-LziXcbEJuKBaJqk1iGzbwN1WLxg"
rndr-id be91fa91-642c-4afc
vary Accept-Encoding
x-powered-by Express
x-render-origin-server Render
cf-cache-status DYNAMIC
Server cloudflare
CF-RAY 981043d10e16daef-DAC
alt-svc h3=":443"; ma=86400
Response Body
{"success":true,"message":"Login successful","token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AY29tcGFueS5jb20iLCJyb2xlIjoiYWRtaW4iLCJpYXQiOjE3NTgxOTI0NDMsImV4cCI6MTc1ODI3ODg0M30.fOHO4H2_KLsWDin0-1V5FtCb39tPYm8-pvPlKuz3aeE","tokenType":"Bearer","expiresIn":"24h","user":{"id":1,"username":"admin","email":"admin@company.com","role":"admin"}}
Test Information
NamePassedFailedSkipped
Login Successfully with valid credential 1 0 0
Response time is less than 500ms 0 1 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Response time is less than 500ms
expected 559 to be below 500
Request Information
Request Method: POST
Request URL: https://crudapi-o7rr.onrender.com/api/auth/login
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 316ms
Mean size per request: 31B

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 7d427419-527c-45c5-8288-65aa3352ac58
Host crudapi-o7rr.onrender.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 64
Request Body
   {
             "username": "admin",
             "password": "admin3"
           }
Response Headers
Header NameHeader Value
Date Thu, 18 Sep 2025 10:47:23 GMT
Content-Type application/json; charset=utf-8
Content-Length 35
Connection keep-alive
access-control-allow-origin *
Content-Encoding br
etag W/"1f-mRYQ6Yx/raK/ssDeWseqQCiH0yM"
rndr-id 03bc924b-1d3d-4444
vary Accept-Encoding
x-powered-by Express
x-render-origin-server Render
cf-cache-status DYNAMIC
Server cloudflare
CF-RAY 981043d4ba01daef-DAC
alt-svc h3=":443"; ma=86400
Response Body
{"error":"Invalid credentials"}
Test Information
NamePassedFailedSkipped
Login with invalid credential and the code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://crudapi-o7rr.onrender.com/api/employees
Response Information
Response Code: 201 - Created
Mean time per request: 309ms
Mean size per request: 369B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AY29tcGFueS5jb20iLCJyb2xlIjoiYWRtaW4iLCJpYXQiOjE3NTgxOTI0NDMsImV4cCI6MTc1ODI3ODg0M30.fOHO4H2_KLsWDin0-1V5FtCb39tPYm8-pvPlKuz3aeE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 530b27d9-bb19-4d7e-9565-2bce77f31268
Host crudapi-o7rr.onrender.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 346
Request Body
{
            "firstName": "Brannon",
            "lastName": "Rice",
            "email": "Kristian@company.com",
            "phone": "00018111112",
            "department": "HR",
            "position": "Senior Manager",
            "salary": 85000,
            "hireDate": "2022-01-15",
            "status": "active",
            "createdAt": "2022-01-15T09:00:00Z",
            "updatedAt": "2022-01-15T09:00:00Z"
        }
Response Headers
Header NameHeader Value
Date Thu, 18 Sep 2025 10:47:24 GMT
Content-Type application/json; charset=utf-8
Content-Length 241
Connection keep-alive
access-control-allow-origin *
Content-Encoding br
etag W/"171-wWCWtjXU3hxrpURskd05ygNGjEQ"
rndr-id 868be16a-a6ac-476b
vary Accept-Encoding
x-powered-by Express
x-render-origin-server Render
cf-cache-status DYNAMIC
Server cloudflare
CF-RAY 981043d76cefdaef-DAC
alt-svc h3=":443"; ma=86400
Response Body
{"success":true,"message":"Employee created successfully","data":{"id":51,"firstName":"Brannon","lastName":"Rice","email":"Kristian@company.com","phone":"00018111112","department":"HR","position":"Senior Manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:47:24.219Z","updatedAt":"2025-09-18T10:47:24.219Z"},"createdBy":"admin"}
Console Logs
Log Messages
00011111111
Generated Department:Marketing
Test Information
NamePassedFailedSkipped
Login Successfully with Status code is 201 1 0 0
Employee Created Successfully with Name 1 0 0
Content-Type is present 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: PUT
Request URL: https://crudapi-o7rr.onrender.com/api/employees/51
Response Information
Response Code: 200 - OK
Mean time per request: 317ms
Mean size per request: 371B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AY29tcGFueS5jb20iLCJyb2xlIjoiYWRtaW4iLCJpYXQiOjE3NTgxOTI0NDMsImV4cCI6MTc1ODI3ODg0M30.fOHO4H2_KLsWDin0-1V5FtCb39tPYm8-pvPlKuz3aeE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f7adb577-be1e-497f-989d-5141836b6670
Host crudapi-o7rr.onrender.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{
            "salary": "95000"
        }
Response Headers
Header NameHeader Value
Date Thu, 18 Sep 2025 10:47:24 GMT
Content-Type application/json; charset=utf-8
Content-Length 247
Connection keep-alive
access-control-allow-origin *
Content-Encoding br
etag W/"173-VD2+ghl/KcY1/v5kvxH7VnZm8WU"
rndr-id d9814453-b318-401e
vary Accept-Encoding
x-powered-by Express
x-render-origin-server Render
cf-cache-status DYNAMIC
Server cloudflare
CF-RAY 981043da3835daef-DAC
alt-svc h3=":443"; ma=86400
Response Body
{"success":true,"message":"Employee updated successfully","data":{"id":51,"firstName":"Brannon","lastName":"Rice","email":"Kristian@company.com","phone":"00018111112","department":"HR","position":"Senior Manager","salary":"95000","hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:47:24.219Z","updatedAt":"2025-09-18T10:47:24.675Z"},"updatedBy":"admin"}
Console Logs
Log Messages
Generated Department:Sales
Test Information
NamePassedFailedSkipped
Salary Updated Successfully 1 0 0
Status code is 200 1 0 0
First name exists in the response 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: GET
Request URL: https://crudapi-o7rr.onrender.com/api/employees?limit=46
Response Information
Response Code: 200 - OK
Mean time per request: 437ms
Mean size per request: 13.54KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AY29tcGFueS5jb20iLCJyb2xlIjoiYWRtaW4iLCJpYXQiOjE3NTgxOTI0NDMsImV4cCI6MTc1ODI3ODg0M30.fOHO4H2_KLsWDin0-1V5FtCb39tPYm8-pvPlKuz3aeE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ad198e96-c648-4a84-8b08-8f0ee3fd7d17
Host crudapi-o7rr.onrender.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Thu, 18 Sep 2025 10:47:25 GMT
Content-Type application/json; charset=utf-8
Content-Length 2436
Connection keep-alive
access-control-allow-origin *
Content-Encoding br
etag W/"362b-eIO6m+RN5OOsUs1l1ABc6DX2fcE"
rndr-id 85640a3f-560c-4981
vary Accept-Encoding
x-powered-by Express
x-render-origin-server Render
cf-cache-status DYNAMIC
Server cloudflare
CF-RAY 981043dcfaeddaef-DAC
alt-svc h3=":443"; ma=86400
Response Body
{"success":true,"message":"Employees fetched successfully","data":[{"id":1,"firstName":"John","lastName":"Doe","email":"john.doe@company.com","phone":"+1-555-0101","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2022-01-15T09:00:00Z","updatedAt":"2022-01-15T09:00:00Z"},{"id":2,"firstName":"Jane","lastName":"Smith","email":"jane.smith@company.com","phone":"+1-555-0102","department":"Marketing","position":"Marketing Manager","salary":75000,"hireDate":"2021-08-20","status":"active","createdAt":"2021-08-20T10:30:00Z","updatedAt":"2021-08-20T10:30:00Z"},{"id":3,"firstName":"Mike","lastName":"Johnson","email":"mike.johnson@company.com","phone":"+1-555-0103","department":"Sales","position":"Sales Representative","salary":55000,"hireDate":"2023-03-10","status":"active","createdAt":"2023-03-10T14:15:00Z","updatedAt":"2023-03-10T14:15:00Z"},{"id":4,"firstName":"Randal Schoen","lastName":"Raynor","email":"Nicola@company.com","phone":"00181111111","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:32:19.096Z","updatedAt":"2025-09-18T09:32:19.096Z"},{"id":5,"firstName":"{{Fuzayel}}","lastName":"Mayert","email":"Maiya47@gmail.com@company.com","phone":"01783775-440-8257","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:34:42.316Z","updatedAt":"2025-09-18T09:34:42.316Z"},{"id":6,"firstName":"Fuzayel","lastName":"Larson","email":"Elliott.Keebler@yahoo.com@company.com","phone":"01783419-550-0591","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:34:57.523Z","updatedAt":"2025-09-18T09:34:57.523Z"},{"id":7,"firstName":"Fuzayel","lastName":"Bernier","email":"Gisselle76@yahoo.com","phone":"01783931-770-1560","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:35:09.904Z","updatedAt":"2025-09-18T09:35:09.904Z"},{"id":8,"firstName":"Fuzayel","lastName":"Jerde","email":"Sunny.Deckow88@yahoo.com","phone":"789-676-1179","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:35:26.090Z","updatedAt":"2025-09-18T09:35:26.090Z"},{"id":9,"firstName":"Fuzayel","lastName":"Waters","email":"Magali74@gmail.com","phone":"861-900-5490","department":"Beauty","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:35:43.464Z","updatedAt":"2025-09-18T09:35:43.464Z"},{"id":10,"firstName":"Fuzayel","lastName":"Blick","email":"Vivien.Thiel@hotmail.com","phone":"827-778-1005","department":"Music","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:37:01.226Z","updatedAt":"2025-09-18T09:37:01.226Z"},{"id":11,"firstName":"Fuzayel","lastName":"Waelchi","email":"Maria9@hotmail.com","phone":"604-367-4062","department":"Shoes","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:37:54.246Z","updatedAt":"2025-09-18T09:37:54.246Z"},{"id":12,"firstName":"Fuzayel","lastName":"Morissette","email":"Marlene.Beier@hotmail.com","phone":"854-819-1713","department":"{{$department}}","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:38:40.342Z","updatedAt":"2025-09-18T09:38:40.342Z"},{"id":13,"firstName":"Fuzayel","lastName":"Kuhic","email":"Katrine3@gmail.com","phone":"628-542-6394","department":"Computers","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:39:35.374Z","updatedAt":"2025-09-18T09:39:35.374Z"},{"id":14,"firstName":"Fuzayel","lastName":"Hettinger","email":"Marguerite63@yahoo.com","phone":"546-600-5164","department":"Books","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:41:21.620Z","updatedAt":"2025-09-18T09:41:21.620Z"},{"id":15,"firstName":"Fuzayel","lastName":"Parker","email":"Kali.Williamson@yahoo.com","phone":"373-802-1590","department":"$randomdepartmen","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:42:49.100Z","updatedAt":"2025-09-18T09:42:49.100Z"},{"id":16,"firstName":"Fuzayel","lastName":"Schulist","email":"Marianne_Leuschke2@gmail.com","phone":"901-568-3112","department":"Garden","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:43:58.553Z","updatedAt":"2025-09-18T09:43:58.553Z"},{"id":17,"firstName":"Fuzayel","lastName":"Price","email":"Fiona54@hotmail.com","phone":"531-803-8037","department":"{{$randomdepartmen}}","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:44:18.522Z","updatedAt":"2025-09-18T09:44:18.522Z"},{"id":18,"firstName":"Fuzayel","lastName":"Greenfelder","email":"Eryn.Wisoky16@gmail.com","phone":"852-260-2724","department":"{{$randomDepartmen}}","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:44:47.558Z","updatedAt":"2025-09-18T09:44:47.558Z"},{"id":19,"firstName":"Fuzayel","lastName":"Stamm","email":"Lysanne.Jones56@hotmail.com","phone":"231-295-2810","department":"Shoes","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:45:12.838Z","updatedAt":"2025-09-18T09:45:12.838Z"},{"id":20,"firstName":"Fuzayel","lastName":"Powlowski","email":"Esta_Pfannerstill9@gmail.com","phone":"422-856-3769","department":"Clothing","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:45:48.778Z","updatedAt":"2025-09-18T09:45:48.778Z"},{"id":21,"firstName":"Fuzayel","lastName":"Cormier","email":"Jerad92@yahoo.com","phone":"706-367-3177","department":"Grocery","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:46:54.846Z","updatedAt":"2025-09-18T09:46:54.846Z"},{"id":22,"firstName":"Fuzayel","lastName":"Konopelski","email":"Jamie_Pouros68@gmail.com","phone":"266-247-3584","department":"Health","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:47:47.977Z","updatedAt":"2025-09-18T09:47:47.977Z"},{"id":23,"firstName":"Fuzayel","lastName":"Blanda","email":"Stan_Schoen@yahoo.com","phone":"246-962-3093","department":"Tools","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:48:03.695Z","updatedAt":"2025-09-18T09:48:03.695Z"},{"id":24,"firstName":"Fuzayel","lastName":"Bernier","email":"Lenore_Botsford81@gmail.com","phone":"629-337-4159","department":"Sports","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:48:55.864Z","updatedAt":"2025-09-18T09:48:55.864Z"},{"id":25,"firstName":"Leonardo","lastName":"Jast","email":"Jaden@company.com","phone":"00014810318","department":"Clothing","position":"Senior manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:50:05.887Z","updatedAt":"2025-09-18T09:50:05.887Z"},{"id":26,"firstName":"FUZAYEL","lastName":"Roberts","email":"Lauriane86@gmail.com","phone":"358-417-6543","department":"developer","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:53:12.123Z","updatedAt":"2025-09-18T09:53:12.123Z"},{"id":27,"firstName":"FUZAYEL","lastName":"Leannon","email":"Don.Wisoky62@hotmail.com","phone":"868-242-6227","department":"developer","position":"Senior Developer","salary":8700,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:54:05.786Z","updatedAt":"2025-09-18T09:54:05.786Z"},{"id":28,"firstName":"FUZAYEL","lastName":"Langworth","email":"Constance.Rohan@yahoo.com","phone":"618-790-7828","department":"developer","position":"Senior Developer","salary":8700,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:55:05.439Z","updatedAt":"2025-09-18T09:55:05.439Z"},{"id":29,"firstName":"Emerald","lastName":"Wiza","email":"Abbigail@company.com","phone":"00018223083","department":"Shoes","position":"Senior manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:56:17.894Z","updatedAt":"2025-09-18T09:56:17.894Z"},{"id":30,"firstName":"Bernard","lastName":"Mayert","email":"Vern@company.com","phone":"00011316340","department":"Computers","position":"Senior manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:56:58.064Z","updatedAt":"2025-09-18T09:56:58.064Z"},{"id":31,"firstName":"Maiya","lastName":"Donnelly","email":"Guy@company.com","phone":"00015232630","department":"Industrial","position":"Senior manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:57:40.803Z","updatedAt":"2025-09-18T09:57:40.803Z"},{"id":32,"firstName":"Morgan","lastName":"Goldner","email":"Fanny@company.com","phone":"00016752457","department":"Grocery","position":"Senior manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:58:46.615Z","updatedAt":"2025-09-18T09:58:46.615Z"},{"id":33,"firstName":"Catharine","lastName":"Borer","email":"Tressie@company.com","phone":"00013321623","department":"Jewelery","position":"Senior manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:59:08.821Z","updatedAt":"2025-09-18T09:59:08.821Z"},{"id":34,"firstName":"FUZAYEL","lastName":"Schmeler","email":"Joanne62@yahoo.com","phone":"943-633-7064","department":"developer","position":"Senior Developer","salary":"{{$randomSalary}}","hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:59:14.113Z","updatedAt":"2025-09-18T09:59:14.113Z"},{"id":35,"firstName":"FUZAYEL","lastName":"Schmeler","email":"Bret.Mayer47@yahoo.com","phone":"902-907-3568","department":"developer","position":"Senior Developer","salary":"{{randomSalary}}","hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:59:24.491Z","updatedAt":"2025-09-18T09:59:24.491Z"},{"id":36,"firstName":"FUZAYEL","lastName":"Bruen","email":"Kaycee.Smitham70@hotmail.com","phone":"499-389-2311","department":"developer","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:00:16.158Z","updatedAt":"2025-09-18T10:00:16.158Z"},{"id":37,"firstName":"Forrest","lastName":"Douglas","email":"Stephania@company.com","phone":"00018146559","department":"Health","position":"Senior manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:00:22.631Z","updatedAt":"2025-09-18T10:00:22.631Z"},{"id":38,"firstName":"Clifford","lastName":"Kerluke","email":"Skylar@company.com","phone":"00016010569","department":"Shoes","position":"Senior manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:04:16.817Z","updatedAt":"2025-09-18T10:04:16.817Z"},{"id":39,"firstName":"Jamison","lastName":"Weissnat","email":"Rey@company.com","phone":"00015998261","department":"Kids","position":"Senior manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:04:19.227Z","updatedAt":"2025-09-18T10:04:19.227Z"},{"id":40,"firstName":"Priscilla","lastName":"Green","email":"Nikko@company.com","phone":"00017330218","department":"Tools","position":"Senior manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:05:26.056Z","updatedAt":"2025-09-18T10:05:26.056Z"},{"id":41,"firstName":"Madie","lastName":"McCullough","email":"Carmen@company.com","phone":"00018111112","department":"developer","position":"Senior Manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:06:37.018Z","updatedAt":"2025-09-18T10:08:46.642Z"},{"id":44,"firstName":"Edison","lastName":"Howe","email":"Darrion@company.com","phone":"00018111112","department":"developer","position":"Senior Manager","salary":[34221,33902,67354,83154,33357],"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:19:33.369Z","updatedAt":"2025-09-18T10:19:33.369Z"},{"id":45,"firstName":"Morton","lastName":"Hand","email":"Dylan@company.com","phone":"00018111112","department":"developer","position":"Senior Manager","salary":[34221,33902,67354,83154,33357],"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:21:08.451Z","updatedAt":"2025-09-18T10:21:08.451Z"},{"id":46,"firstName":"Aryanna","lastName":"Ondricka","email":"Frederick@company.com","phone":"00018111112","department":"developer","position":"Senior Manager","salary":"95000","hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:25:04.492Z","updatedAt":"2025-09-18T10:26:39.862Z"},{"id":48,"firstName":"Tiara","lastName":"Shanahan","email":"Darrick@company.com","phone":"00018111112","department":"developer","position":"Senior Manager","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:29:17.737Z","updatedAt":"2025-09-18T10:29:17.737Z"},{"id":51,"firstName":"Brannon","lastName":"Rice","email":"Kristian@company.com","phone":"00018111112","department":"HR","position":"Senior Manager","salary":"95000","hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T10:47:24.219Z","updatedAt":"2025-09-18T10:47:24.675Z"}],"pagination":{"currentPage":1,"totalPages":1,"totalEmployees":46,"limit":46},"requestedBy":"admin"}
Test Information
NamePassedFailedSkipped
Employees fetched successfully 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: DELETE
Request URL: https://crudapi-o7rr.onrender.com/api/employees/51
Response Information
Response Code: 200 - OK
Mean time per request: 316ms
Mean size per request: 396B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AY29tcGFueS5jb20iLCJyb2xlIjoiYWRtaW4iLCJpYXQiOjE3NTgxOTI0NDMsImV4cCI6MTc1ODI3ODg0M30.fOHO4H2_KLsWDin0-1V5FtCb39tPYm8-pvPlKuz3aeE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 50639991-df5a-47d3-8751-5787f931e606
Host crudapi-o7rr.onrender.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Thu, 18 Sep 2025 10:47:25 GMT
Content-Type application/json; charset=utf-8
Content-Length 270
Connection keep-alive
access-control-allow-origin *
Content-Encoding br
etag W/"18c-Ce1Z3Ul53DVXACHhQgvPcTCSpeQ"
rndr-id c1db7ad2-b008-4c85
vary Accept-Encoding
x-powered-by Express
x-render-origin-server Render
cf-cache-status DYNAMIC
Server cloudflare
CF-RAY 981043e08f00daef-DAC
alt-svc h3=":443"; ma=86400
Response Body
{"success":true,"message":"Employee deactivated (soft delete)","data":{"id":51,"firstName":"Brannon","lastName":"Rice","email":"Kristian@company.com","phone":"00018111112","department":"HR","position":"Senior Manager","salary":"95000","hireDate":"2022-01-15","status":"inactive","createdAt":"2025-09-18T10:47:24.219Z","updatedAt":"2025-09-18T10:47:25.684Z"},"deletedBy":"admin","permanent":false}
Test Information
NamePassedFailedSkipped
Employee Delete Successfully 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: GET
Request URL: https://crudapi-o7rr.onrender.com/api/employees?limit=20
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 6.03KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AY29tcGFueS5jb20iLCJyb2xlIjoiYWRtaW4iLCJpYXQiOjE3NTgxOTI0NDMsImV4cCI6MTc1ODI3ODg0M30.fOHO4H2_KLsWDin0-1V5FtCb39tPYm8-pvPlKuz3aeE
Content-Type text/plain
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5ebbd078-62df-488b-a629-e2ed2ed55264
Host crudapi-o7rr.onrender.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 347
Request Body
{
            "firstName": "Asia",
            "lastName": "Homenick",
            "email": "Ellie@company.com",
            "phone": "00018111112",
            "department": "Sales",
            "position": "Senior Manager",
            "salary": 85000,
            "hireDate": "2022-01-15",
            "status": "active",
            "createdAt": "2022-01-15T09:00:00Z",
            "updatedAt": "2022-01-15T09:00:00Z"
        }
Response Headers
Header NameHeader Value
Date Thu, 18 Sep 2025 10:47:26 GMT
Content-Type application/json; charset=utf-8
Content-Length 1263
Connection keep-alive
access-control-allow-origin *
Content-Encoding br
etag W/"181b-+9jhKmbby3RroDjDNyUhJeezqXI"
rndr-id 9952fb46-92f3-4a1d
vary Accept-Encoding
x-powered-by Express
x-render-origin-server Render
cf-cache-status DYNAMIC
Server cloudflare
CF-RAY 981043e349f2daef-DAC
alt-svc h3=":443"; ma=86400
Response Body
{"success":true,"message":"Employees fetched successfully","data":[{"id":1,"firstName":"John","lastName":"Doe","email":"john.doe@company.com","phone":"+1-555-0101","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2022-01-15T09:00:00Z","updatedAt":"2022-01-15T09:00:00Z"},{"id":2,"firstName":"Jane","lastName":"Smith","email":"jane.smith@company.com","phone":"+1-555-0102","department":"Marketing","position":"Marketing Manager","salary":75000,"hireDate":"2021-08-20","status":"active","createdAt":"2021-08-20T10:30:00Z","updatedAt":"2021-08-20T10:30:00Z"},{"id":3,"firstName":"Mike","lastName":"Johnson","email":"mike.johnson@company.com","phone":"+1-555-0103","department":"Sales","position":"Sales Representative","salary":55000,"hireDate":"2023-03-10","status":"active","createdAt":"2023-03-10T14:15:00Z","updatedAt":"2023-03-10T14:15:00Z"},{"id":4,"firstName":"Randal Schoen","lastName":"Raynor","email":"Nicola@company.com","phone":"00181111111","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:32:19.096Z","updatedAt":"2025-09-18T09:32:19.096Z"},{"id":5,"firstName":"{{Fuzayel}}","lastName":"Mayert","email":"Maiya47@gmail.com@company.com","phone":"01783775-440-8257","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:34:42.316Z","updatedAt":"2025-09-18T09:34:42.316Z"},{"id":6,"firstName":"Fuzayel","lastName":"Larson","email":"Elliott.Keebler@yahoo.com@company.com","phone":"01783419-550-0591","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:34:57.523Z","updatedAt":"2025-09-18T09:34:57.523Z"},{"id":7,"firstName":"Fuzayel","lastName":"Bernier","email":"Gisselle76@yahoo.com","phone":"01783931-770-1560","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:35:09.904Z","updatedAt":"2025-09-18T09:35:09.904Z"},{"id":8,"firstName":"Fuzayel","lastName":"Jerde","email":"Sunny.Deckow88@yahoo.com","phone":"789-676-1179","department":"Engineering","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:35:26.090Z","updatedAt":"2025-09-18T09:35:26.090Z"},{"id":9,"firstName":"Fuzayel","lastName":"Waters","email":"Magali74@gmail.com","phone":"861-900-5490","department":"Beauty","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:35:43.464Z","updatedAt":"2025-09-18T09:35:43.464Z"},{"id":10,"firstName":"Fuzayel","lastName":"Blick","email":"Vivien.Thiel@hotmail.com","phone":"827-778-1005","department":"Music","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:37:01.226Z","updatedAt":"2025-09-18T09:37:01.226Z"},{"id":11,"firstName":"Fuzayel","lastName":"Waelchi","email":"Maria9@hotmail.com","phone":"604-367-4062","department":"Shoes","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:37:54.246Z","updatedAt":"2025-09-18T09:37:54.246Z"},{"id":12,"firstName":"Fuzayel","lastName":"Morissette","email":"Marlene.Beier@hotmail.com","phone":"854-819-1713","department":"{{$department}}","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:38:40.342Z","updatedAt":"2025-09-18T09:38:40.342Z"},{"id":13,"firstName":"Fuzayel","lastName":"Kuhic","email":"Katrine3@gmail.com","phone":"628-542-6394","department":"Computers","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:39:35.374Z","updatedAt":"2025-09-18T09:39:35.374Z"},{"id":14,"firstName":"Fuzayel","lastName":"Hettinger","email":"Marguerite63@yahoo.com","phone":"546-600-5164","department":"Books","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:41:21.620Z","updatedAt":"2025-09-18T09:41:21.620Z"},{"id":15,"firstName":"Fuzayel","lastName":"Parker","email":"Kali.Williamson@yahoo.com","phone":"373-802-1590","department":"$randomdepartmen","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:42:49.100Z","updatedAt":"2025-09-18T09:42:49.100Z"},{"id":16,"firstName":"Fuzayel","lastName":"Schulist","email":"Marianne_Leuschke2@gmail.com","phone":"901-568-3112","department":"Garden","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:43:58.553Z","updatedAt":"2025-09-18T09:43:58.553Z"},{"id":17,"firstName":"Fuzayel","lastName":"Price","email":"Fiona54@hotmail.com","phone":"531-803-8037","department":"{{$randomdepartmen}}","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:44:18.522Z","updatedAt":"2025-09-18T09:44:18.522Z"},{"id":18,"firstName":"Fuzayel","lastName":"Greenfelder","email":"Eryn.Wisoky16@gmail.com","phone":"852-260-2724","department":"{{$randomDepartmen}}","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:44:47.558Z","updatedAt":"2025-09-18T09:44:47.558Z"},{"id":19,"firstName":"Fuzayel","lastName":"Stamm","email":"Lysanne.Jones56@hotmail.com","phone":"231-295-2810","department":"Shoes","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:45:12.838Z","updatedAt":"2025-09-18T09:45:12.838Z"},{"id":20,"firstName":"Fuzayel","lastName":"Powlowski","email":"Esta_Pfannerstill9@gmail.com","phone":"422-856-3769","department":"Clothing","position":"Senior Developer","salary":85000,"hireDate":"2022-01-15","status":"active","createdAt":"2025-09-18T09:45:48.778Z","updatedAt":"2025-09-18T09:45:48.778Z"}],"pagination":{"currentPage":1,"totalPages":3,"totalEmployees":45,"limit":20},"requestedBy":"admin"}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Employee list contains 20 employees 1 0 0
Content-Type is present 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error