public void ThenDefaultLoanAmountValueShouldBeSetTo(string _pdfltLnAmt)
 {
     CustomVerification.VerifyEquals(_pdfltLnAmt, STP.getLoanAmtsectionDfltValueDiv.Text, "Default Loan Amount Value");
 }
 public void ThenShortTermLoanPageShouldBeDisplayedWithLoanAmountSection()
 {
     CustomVerification.VerifyElementDisplayed(STP.getLoanAmtsection);
 }