UNPKG

upload-test-manual

Version:

CLI tool untuk mengolah file CSV dan upload ke ReportPortal

64 lines (63 loc) 2.52 kB
Test Case ID,Level,Title,Priority,Automation Status,Data,Steps,Expected Result,Create Date,Actual Result,Status,Test Date,Re-test Date,Test Note,Owner TC-IT-BARANG-001-3,Test Case,Get detail barang not found,High,Manual,Endpoint : /admin/barangs/990,"1. pilih request body raw 2. klik send","Status code : 404 Not Found Response body : { ""message"": ""resource not found"" }",5/23/2025,"Status code : 404 Not Found Response body : { ""message"": ""resource not found"" }",Passed,5/23/2025,,,Wulan TC-IT-BARANG-002-2,Test Case,Tambah barang invalid,High,Manual,"Endpoint : /admin/barangs {nama_barang: """", kode_barang: ""LT014"", harga_barang: ""15000000""}","1. pilih request body raw 2. masukan request 3. klik send","Status code : 200 OK Response body : { ""message"": ""Nama barang cannot be null"" }",5/23/2025,"Status code : 200 OK Response body : html view",Passed With Notes,5/23/2025,,Response body berupa error html,Wulan TC-IT-BARANG-004-2,Test Case,Hapus barang invalid,High,Manual,Endpoint : /admin/barangs/990,"1. pilih request body raw 2. masukan request 3. klik send","Status code : 404 Not Found Response body : { ""message"": ""resource not found"" }",5/23/2025,"Status code : 404 Not Found Response body : { ""message"": ""resource not found"" }",Passed,5/23/2025,,,Wulan TC-IT-PELANGGAN-001-3,Test Case,Get detail pelanggan not found,High,Manual,Endpoint : /admin/pelanggans/990,"1. pilih request body raw 2. klik send","Status code : 404 Not Found Response body : { ""message"": ""resource not found"" }",5/23/2025,"Status code : 404 Not Found Response body : { ""message"": ""resource not found"" }",Passed,5/23/2025,,,Wulan TC-IT-PELANGGAN-002-2,Test Case,Tambah pelanggan invalid,High,Manual,"Endpoint : /admin/pelanggans {nama: """", alamat: ""Buah Batu, Bandung"", nomor_hp: ""081234567890""}","1. pilih request body raw 2. masukan request 3. klik send","Status code : 200 OK Response body : { ""message"": ""Nama barang cannot be null"" }",5/23/2025,"""Status code : 200 OK Response body : html view",Passed With Notes,5/23/2025,,Response body berupa error html,Wulan TC-IT-PELANGGAN-004-2,Test Case,Hapus pelanggan invalid,High,Manual,Endpoint : /admin/pelanggans/990,"1. pilih request body raw 2. masukan request 3. klik send","Status code : 404 Not Found Response body : { ""message"": ""resource not found"" }",5/23/2025,"Status code : 404 Not Found Response body : { ""message"": ""resource not found"" }",Passed,5/23/2025,,,Wulan