-
Type: Sprint Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Works as Designed
-
Affects Version/s: CFA 2019R4
-
Fix Version/s: None
-
Component/s: EOM
-
Labels:
-
TestRail Run Link:
-
Sprint:CFAMX 2019R4 Hardening
The test states that "the ARC service will send a POST for both Save and Complete."
To reproduce:
- Ensure Swagger endpoint is configured for Expense Transfer EOM section:
update tbExternalApi set ApiURi = 'http://testapi.inform.jatesting.cfahome.com/api/expenseTransfer', UserName = 'test', [Password] = '1234' where [Description] = 'EndOfMonthExpenseTransfer'
- Get an Expenses to be Transferred EOM section ready to complete, but don't complete it just yet.
- Navigate to http://testapi.inform.jatesting.cfahome.com/swagger/ui/index#!/ExpenseTransfer/ExpenseTransfer_Get and do a GET => check that the response is null. (If it's not null, just to a POST of "null")
- Now click Complete on the Expenses to be Transferred EOM section.
- Do another GET of the Swagger endpoint. If a POST happens upon clicking Complete, I would expect to see a non-null Response Body...?