| CalculateLoanTest | ||
| open | /web/guest/home/ | |
| waitForVisible | link=Loan Calculator Test Page | |
| clickAtAndWait | link=Loan Calculator Test Page | |
| type | _61_loanAmount | 1,000 |
| type | _61_interest | 4.75 |
| type | _61_years | 20 |
| clickAt | //input[@value='Calculate'] | |
| waitForText | //tr[6]/td[2]/strong | 1,551 |
| assertText | //tr[6]/td[2]/strong | 1,551 |