public void Test8Sprint3()
        {
            var sprint3PageActions = new Sprint3PageActions(Driver);

            GotoSampleApplicationPage(sprint3PageActions.Sprint3Page, PageConstants.Sprint3Url, PageConstants.Sprint3Title);
            SetGenderType(Gender.Female);
            sprint3PageActions.FillOutFormWithRadioButtonAndSubmit(TestUser);
            ValidatePageTitle(sprint3PageActions.Sprint3Page, PageConstants.UltimateQaHomePageTitle);
        }
Beispiel #2
0
 public Sprint3Steps(ScenarioContext scenarioContext)
 {
     m_sprint3PageActions = new Sprint3PageActions(scenarioContext);
 }