コード例 #1
0
 public void ThenDefaultLoanAmountValueShouldBeSetTo(string _pdfltLnAmt)
 {
     CustomVerification.VerifyEquals(_pdfltLnAmt, STP.getLoanAmtsectionDfltValueDiv.Text, "Default Loan Amount Value");
 }
コード例 #2
0
 public void ThenShortTermLoanPageShouldBeDisplayedWithLoanAmountSection()
 {
     CustomVerification.VerifyElementDisplayed(STP.getLoanAmtsection);
 }