Esempio n. 1
0
        public void PretendTestNumber2()
        {
            SampleAppPage.GoTo();
            SampleAppPage.FillOutEmergencyContactForm(EmergencyContactUser);
            var ultimateQAHomePage = SampleAppPage.FillOutPrimaryContactFormAndSubmit(TheTestUser);

            AssertPageVisibleVariation2(ultimateQAHomePage);
        }
Esempio n. 2
0
        public void TestTwo()
        {
            SampleAppPage.GoTo();

            var UltimateQAHomePage = SampleAppPage.FilloutFormandSubmit(TheTestUser);

            Assert.IsTrue(UltimateQAHomePage.IsVisible, "UltimateQA home page was not visible");
        }
Esempio n. 3
0
        public void Test1()
        {
            SetGenderTypes(Gender.Female, Gender.Female);

            SampleAppPage.GoTo();
            SampleAppPage.FillOutEmergencyContactForm(EmergencyContactUser);
            var ultimateQAHomePage = SampleAppPage.FillOutPrimaryContactFormAndSubmit(TheTestUser);

            AssertPageVisible(ultimateQAHomePage);
        }
Esempio n. 4
0
        public void Test3()
        {
            ((IJavaScriptExecutor)Driver).ExecuteScript("sauce:job-tags=Test3,EmergencyContactForm");
            SetGenderTypes(Gender.Other, Gender.Other);

            SampleAppPage.GoTo();
            SampleAppPage.FillOutEmergencyContactForm(EmergencyContactUser);
            var ultimateQAHomePage = SampleAppPage.FillOutPrimaryContactFormAndSubmit(TheTestUser);

            AssertPageVisibleVariation2(ultimateQAHomePage);
        }