-
Type: Sprint Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: CFA 2019R4
-
Fix Version/s: None
-
Component/s: EOM
-
Labels:
-
TestRail Run Link:
-
Sprint:CFAMX 2019R4 Hardening
The test states that "When an Unpaid expense row is Added And the Save button is clicked then the ARC service will send a POST..."
To reproduce:
- Ensure Swagger endpoint is configured for EndOfMonthExpenseUnpaid EOM section:
update tbExternalApi set ApiURi = 'http://testapi.inform.jatesting.cfahome.com/api/unpaidInvoiceExpense', UserName = 'test', [Password] = '1234' where [Description] = 'EndOfMonthExpenseUnpaid'
- Add a new item to the Unpaid Invoices/Expenses EOM section and click Save
- Navigate to http://testapi.inform.jatesting.cfahome.com/swagger/ui/index#!/UnpaidInvoiceExpense/UnpaidInvoiceExpense_Get and do a GET.
- The Response Body is null.