spsch / hmw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This test has been created according this instructions:

Test Scenario
Using the “Mortgage Payment Calculator” and given input values as follows:

Loan Amount:	$200,000
Interest rate:	5.0 %
Mortgage term:	30 years
Home Value:	235,000

Annual Taxes:	$2,000 per year
Annual Insurance:	$1,865 per year
PMI:	0.52%

Verify the following data on the results page:

Monthly Principal & Interests:	$1,073.64
Loan To Value Ratio:	85.11%
Total Monthly Payments:	$1,482.39

Your software should do some actual verification of these results, not just print them out when they are found.

You can run this test from maven by "mvn -Dtest=tests.MortgageAndLoanTest test" or from IDE by using TestNG.
Report files should be found in target directory.

About


Languages

Language:Java 100.0%