Exemple #1
0
        public void ApplicantPortal_Page_ZeroSubsidy()
        {
            CHICK_ApplicantPortal_Page Ap = new CHICK_ApplicantPortal_Page(_driver);

            _driver.Navigate().GoToUrl(URLConfig.ApplicantPortal_TestURL);
            string url = _driver.Url;

            _test.Log(Status.Pass, "Applicant Portal -URL :" + "    " + _driver.Url + "           " + "PASSED");

            AJAXCall.CheckPageIsLoaded(_driver);
            Ap.Chick_UniversalApplication_NoSubsidy();
        }
Exemple #2
0
        public void ApplicantPortal_Page_ValidSubsidy_Asylum_Seeker()
        {
            CHICK_ApplicantPortal_Page Ap = new CHICK_ApplicantPortal_Page(_driver);

            _driver.Navigate().GoToUrl(URLConfig.ApplicantPortal_TestURL);
            string url = _driver.Url;

            _test.Log(Status.Pass, "Applicant Portal -URL :" + "    " + _driver.Url + "           " + "PASSED");

            AJAXCall.CheckPageIsLoaded(_driver);
            Ap.Chick_UniversalApplication_Subsidy(Constant.Constant_functions.Key_Asylum_Seeker_RefugeeCitizen);
        }
Exemple #3
0
        public void NCS_Awards_Detail()
        {
            CHICK_ApplicantPortal_Page Ap = new CHICK_ApplicantPortal_Page(_driver);

            _driver.Navigate().GoToUrl(URLConfig.ApplicantPortal_TestURL);
            string url = _driver.Url;

            _test.Log(Status.Pass, "Applicant Portal -URL :" + "    " + _driver.Url + "           " + "PASSED");

            AJAXCall.CheckPageIsLoaded(_driver);
            Ap.AwardPage();

            _test.Log(Status.Pass, "Child Award Details" + "    " + _driver.Url + "           " + "PASSED");
        }