You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fineract-e2e-tests-runner/src/test/resources/features/Loan.feature
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7818,8 +7818,8 @@ Feature: Loan
7818
7818
| 01 January 2025 | 01 January 2025 | 700.0 | |
7819
7819
| 01 January 2025 | 01 January 2025 | 200.0 | |
7820
7820
7821
-
When Loan Pay-off is made on "1 January 2025"
7822
-
Then Loan's all installments have obligations met
7821
+
When Loan Pay-off is made on "01 January 2025"
7822
+
Then Loan is closed with zero outstanding balance and it's all installments have obligations met
7823
7823
7824
7824
@TestRailId:C4029
7825
7825
Scenario: Verify tranche interest bearing progressive loan that expects two tranches at the same date with over expected disb amount in expected order - UC2
@@ -7892,7 +7892,7 @@ Feature: Loan
7892
7892
| 01 January 2025 | 01 January 2025 | 250.0 | |
7893
7893
7894
7894
When Loan Pay-off is made on "1 January 2025"
7895
-
Then Loan's all installments have obligations met
7895
+
Then Loan is closed with zero outstanding balance and it's all installments have obligations met
7896
7896
7897
7897
@TestRailId:C4030
7898
7898
Scenario: Verify tranche interest bearing progressive loan that expects two tranches at the same date with over expected disb amount in not expected order - UC3
@@ -7966,6 +7966,9 @@ Feature: Loan
7966
7966
| 01 January 2025 | 01 January 2025 | 300.0 | |
7967
7967
| 01 January 2025 | 01 January 2025 | 600.0 | |
7968
7968
7969
+
When Loan Pay-off is made on "01 January 2025"
7970
+
Then Loan is closed with zero outstanding balance and it's all installments have obligations met
7971
+
7969
7972
@TestRailId:C4031
7970
7973
Scenario: Verify tranche interest bearing progressive loan that expects two tranches at the same date with diff expected disb amounts in diff order - UC4
7971
7974
When Admin sets the business date to "01 January 2025"
@@ -8038,7 +8041,7 @@ Feature: Loan
8038
8041
| 01 January 2025 | 01 January 2025 | 300.0 | |
8039
8042
8040
8043
When Loan Pay-off is made on "1 January 2025"
8041
-
Then Loan's all installments have obligations met
8044
+
Then Loan is closed with zero outstanding balance and it's all installments have obligations met
8042
8045
8043
8046
@TestRailId:C4032
8044
8047
Scenario: Verify tranche interest bearing progressive loan that expects two tranches at the same date in defined order with over expected 2nd disb amount - UC5
@@ -8111,7 +8114,7 @@ Feature: Loan
8111
8114
| 01 January 2025 | 01 January 2025 | 800.0 | |
8112
8115
8113
8116
When Loan Pay-off is made on "1 January 2025"
8114
-
Then Loan's all installments have obligations met
8117
+
Then Loan is closed with zero outstanding balance and it's all installments have obligations met
8115
8118
8116
8119
@TestRailId:C4033
8117
8120
Scenario: Verify tranche interest bearing progressive loan that expects tranche with added 2nd tranche at the same date and undo disbursement - UC6
@@ -8246,7 +8249,7 @@ Feature: Loan
8246
8249
Then Admin fails to disburse the loan on "01 February 2025" with "50" amount
8247
8250
8248
8251
When Loan Pay-off is made on "1 February 2025"
8249
-
Then Loan's all installments have obligations met
8252
+
Then Loan is closed with zero outstanding balance and it's all installments have obligations met
8250
8253
8251
8254
@TestRailId:C4034
8252
8255
Scenario: Verify tranche interest bearing progressive loan that expects tranches at the same date with repayment and undo last disbursement - UC7
@@ -8357,7 +8360,7 @@ Feature: Loan
8357
8360
Then Admin fails to disburse the loan on "01 January 2025" with "200" amount
8358
8361
8359
8362
When Loan Pay-off is made on "1 January 2025"
8360
-
Then Loan's all installments have obligations met
8363
+
Then Loan is closed with zero outstanding balance and it's all installments have obligations met
8361
8364
8362
8365
@TestRailId:C4035
8363
8366
Scenario: Verify tranche interest bearing progressive loan that expects tranche with added 2 tranches at the same date - UC8
@@ -8485,4 +8488,4 @@ Feature: Loan
8485
8488
Then Admin fails to disburse the loan on "01 February 2025" with "50" amount
8486
8489
8487
8490
When Loan Pay-off is made on "1 February 2025"
8488
-
Then Loan's all installments have obligations met
8491
+
Then Loan is closed with zero outstanding balance and it's all installments have obligations met
0 commit comments