|
Scenarios
- Scenario
- Given a loan with rolling loan policy, renew from: due date, and a fixed due date schedule (due date limit), and a due date not falling within the range(s) in the fixed due date schedule
- When a renewal is attempted
- Fail the renewal
- Failure message: Renewal date falls outside date ranges in rolling loan policy
- Allow override (with date picker)
- Scenario
- Given a loan with rolling loan policy, renew from: system date, and a fixed due date schedule (due date limit), and a system date not falling within the range(s) in the fixed due date schedule
- When a renewal is attempted
- Fail the renewal
- Failure message: Renewal date falls outside date ranges in rolling loan policy
- Allow override (with date picker)
- Scenario
- Given a loan with rolling loan policy, renew from: system date, and a fixed due date schedule (due date limit), and a loan date not falling within the range(s) in the fixed due date schedule, and a system date falling within the range(s) in the fixed due date schedule
- When a renewal is attempted on the system date
- Allow the renewal
- Scenario
- Given a loan with rolling loan policy, renew from: due date, and a fixed due date schedule (due date limit), and a loan date not falling within the range(s) in the fixed due date schedule, and a due date falling within the range(s) in the fixed due date schedule
- When a renewal is attempted
- Allow the renewal
- Scenario
- Given a loan with rolling loan policy, renew from: due date, and an alternate fixed due date schedule (due date limit) for renewal, and a due date not falling within the range(s) in the alternate fixed due date schedule
- When a renewal is attempted
- Fail the renewal
- Failure message: Renewal date falls outside date ranges in rolling loan policy
- Allow override (with date picker)
- Scenario
- Given a loan with rolling loan policy, renew from: system date, and an alternate fixed due date schedule (due date limit) for renewal, and a system date not falling within the range(s) in the alternate fixed due date schedule
- When a renewal is attempted
- Fail the renewal
- Failure message: Renewal date falls outside date ranges in rolling loan policy
- Allow override (with date picker)
- Scenario
- Given a loan with rolling loan policy, renew from: system date, and an alternate fixed due date schedule (due date limit) for renewal, and a loan date not falling within the range(s) in the alternate fixed due date schedule, and a system date falling within the range(s) in the alternate fixed due date schedule
- When a renewal is attempted on the system date
- Allow the renewal
- Scenario
- Given a loan with rolling loan policy, renew from: due date, and an alternate fixed due date schedule (due date limit) for renewal, and a loan date not falling within the range(s) in the alternate fixed due date schedule, and a due date falling within the range(s) in the alternate fixed due date schedule
- When a renewal is attempted
- Allow the renewal
Notes Currently, the system is failing renewals for rolling loan policies when the loan date does not fall within the ranges in the due date schedule.
|