Esempio n. 1
0
            public void EndtoEnd()
            {
                // Creates a toggle for the given test, adds all log events under it
                test = extent.StartTest("Add Skill Test");

                // Create an class and object to call the method
                ShareSkill obj = new ShareSkill();

                obj.AddSkill();
                obj.EditSkill();
                obj.DeleteSkill();
            }