Ejemplo n.º 1
0
        public void ThenICanVerifyTheCreditReportAuthentication()
        {
            CreditReportAuthentication cra = new CreditReportAuthentication(driver);

            cra.CRAPage();
            driver.Quit();
        }
Ejemplo n.º 2
0
        public void WhenISubmitTheAnswersByPressingTheEnterButton()
        {
            CreditReportAuthentication cra = new CreditReportAuthentication(driver);

            cra.SubmittheAnswers();
        }
Ejemplo n.º 3
0
        public void WhenISelectTheCorrectAnswersForTheAuthenticationQuestions()
        {
            CreditReportAuthentication cra = new CreditReportAuthentication(driver);

            cra.AnswertheQuestions();
        }