forked from varajan/web.test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
38 lines (31 loc) · 1.1 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
FROM: [email protected]
SUBJECT: New project - deposit calculator
---
Hi all,
Let's create a web calculator for our clients. All of them will be happy to have such functionality.
First screen - Sign In. Add next fields&buttons:
* Login filed, labeled 'User'
* Password filed, labeled 'Password'
* Login button
* Remind password button (use [email protected] email)
You can use your test account:
* user: test
* pass: newyork1
Second screen - Deposit calculator itself.
* Deposit amount. Users can put up to 100,000 on deposit.
* Interest rate: up to 100%
* Investment term: maximum term is equal to financial year length.
* Financial year: two options available (360 and 365 days)
* Start date.
* Income: (output) should be the sum of 'Deposit amount' and 'Interest earned'
* Interest earned: (output) all money are payed on the end date in single transaction.
* End date (output)
Third screen: Setting.
Let our customers to choose dates and number formats, and currency.
---
With best regards,
Serg d'Mitre
Product Owner
mailto:[email protected]
cell:+123-000-456-78-90