{"collection":{"info":{"_postman_id":"dd99dc48-0771-4c1b-97e3-32e2773546db","name":"API_TESTING","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2026-03-26T19:22:10.000Z","updatedAt":"2026-03-26T20:02:43.000Z","lastUpdatedBy":"51379608","uid":"51379608-dd99dc48-0771-4c1b-97e3-32e2773546db"},"item":[{"name":"Candidate List","event":[{"listen":"test","script":{"id":"1c7492be-6452-465a-a4d9-75239ec600e5","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Có dữ liệu trả về\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.users.length).to.be.above(0);\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f146087c-91ca-49c1-b6bc-ed2a73982e0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/users","host":["{{baseUrl}}"],"path":["users"]}},"response":[],"createdAt":"2026-03-26T19:26:45.000Z","updatedAt":"2026-03-26T19:39:16.000Z","uid":"51379608-f146087c-91ca-49c1-b6bc-ed2a73982e0d"},{"name":"Candidate New","event":[{"listen":"test","script":{"id":"c6822a60-5b1a-4f5b-9902-e02ea5924df2","exec":["// Kiểm tra xem Server có báo tạo thành công không (mã 200 hoặc 201)\r","pm.test(\"Tạo thành công (Status 200/201)\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);\r","});\r","\r","// Kiểm tra xem Server có ghi nhận đúng tên Hanh không\r","pm.test(\"Tên ứng viên khớp với dữ liệu gửi lên\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.firstName).to.eql(\"Hanh\");\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f6a46bf9-0418-47a1-a77d-c4a5faacafdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\"firstName\": \"Hanh\", \"lastName\": \"Nguyen\", \"age\": 22, \"email\": \"hanh.nguyen@example.com\", \"role\": \"QA/QC Engineer\" }","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/users/add","host":["{{baseUrl}}"],"path":["users","add"]}},"response":[],"createdAt":"2026-03-26T19:32:00.000Z","updatedAt":"2026-03-26T19:45:11.000Z","uid":"51379608-f6a46bf9-0418-47a1-a77d-c4a5faacafdd"},{"name":"Candidate ID","event":[{"listen":"test","script":{"id":"836956e2-6ccd-45b3-b410-919482976972","exec":["pm.test(\"Xác nhận đúng ID ứng viên\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.id).to.eql(1);\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"83167081-b0c8-41ee-9283-32310b7c4e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":" {\"firstName\": \"Hanh\", \"lastName\": \"Nguyen\", \"age\": 22, \"email\": \"hanh.nguyen@example.com\", \"role\": \"QA/QC Engineer\" }"},"url":{"raw":"{{baseUrl}}/users/209","host":["{{baseUrl}}"],"path":["users","209"]}},"response":[],"createdAt":"2026-03-26T19:53:35.000Z","updatedAt":"2026-03-26T20:03:51.000Z","uid":"51379608-83167081-b0c8-41ee-9283-32310b7c4e3a"},{"name":"Candidate Update","id":"5f3af94e-3977-4bf8-8b45-6aabc8fab26b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\"lastName\": \"Hanh New Name\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/users/1","host":["{{baseUrl}}"],"path":["users","1"]}},"response":[],"createdAt":"2026-03-26T19:56:02.000Z","updatedAt":"2026-03-26T19:57:46.000Z","uid":"51379608-5f3af94e-3977-4bf8-8b45-6aabc8fab26b"},{"name":"Test lỗi","id":"998442cc-b0bf-4fcd-97d5-7258486dd233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/users/add","host":["{{baseUrl}}"],"path":["users","add"]}},"response":[],"createdAt":"2026-03-26T19:58:00.000Z","updatedAt":"2026-03-26T20:05:23.000Z","uid":"51379608-998442cc-b0bf-4fcd-97d5-7258486dd233"},{"name":"Delete candidate","event":[{"listen":"test","script":{"id":"d7bada96-da5e-4b86-9281-7a23949e98ce","exec":["pm.test(\"Xóa thành công\", function () {\r","    pm.response.to.have.status(200);\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.isDeleted).to.eql(true);\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d777f973-5b19-4716-af74-8751621f747c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/users/1","host":["{{baseUrl}}"],"path":["users","1"]}},"response":[],"createdAt":"2026-03-26T20:02:43.000Z","updatedAt":"2026-03-26T20:10:02.000Z","uid":"51379608-d777f973-5b19-4716-af74-8751621f747c"}],"variable":[{"key":"baseUrl","value":"","type":"default"}]}}