CFMS 'Enter Interest Amount For Daily Posting' form is modified to disallow future dates.
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Enter Interest Amount For Daily Posting
Scenario 1: Enter Interest Amount For Daily Posting - validate fields
Specific Setup:
- 'Enter Interest Posting Method' option must be set to 'Daily (Compound) Interest'.
Steps
- Open the 'Enter Interest For Daily Posting' form.
- Set the 'Through Date' field to a future date.
- Ensure the message 'No Future Dates Allowed' displays.
- Click [OK] on the message.
- Set the 'Through Date' field to a past date (note the date must be the last day of the month).
- Set the 'Interest Amount' field to any dollar value.
- Click [Submit]. The form will close.
- Open Crystal Reports or any SQL reporting tool.
- Create a report against SYSTEM.cf_interest_daily_posting_amount table.
- Include 'month_year'
- Include 'monthly_interest_amount'
- Run the report.
- Verify the 'month_year' field is populated correctly.
- Verify the 'monthly_interest_amount' is populated correctly.
- Close the report.