示例#1
0
            public void UserSharesSkill()
            {
                // Creates a toggle for the given test, adds all log events under it
                // Create an class and object to call the method
                string     titleRead = "Test Analyst";
                ShareSkill skill     = new ShareSkill();

                skill.ClickSkillsShare();
                skill.ShareSkillsPage(titleRead);
            }