示例#1
0
            public void TC_009_TestCase_SelectAvailableDaysOfTheWeek()
            {
                // Creates a toggle for the given test, adds all log events under it
                test = extent.StartTest("TC_007: Edit the Start Date by selecting a date in the calendar");

                // From any account page, navigate to Share Skill page
                AccountBase account = new AccountBase();

                account.NavigateToShareSkill();

                // Add new skill exchange entry
                ShareSkill shareSkill = new ShareSkill();

                shareSkill.SelectAvailableDaysOfTheWeek();
            }