Exemple #1
0
            public void CancelShareSkill()
            {
                // Creates a toggle for the given test, adds all log events under it
                test = extent.StartTest("Cancel a share skill");

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

                obj.ClickonShareSkillBtn();
                obj.ShareProfile("Cancel");
            }
Exemple #2
0
            public void EditManageListings()
            {
                // Creates a toggle for the given test, adds all log events under it
                test = extent.StartTest("Cancel a share skill");

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

                obj.EditManageListings();
                //ssobj.ClickonShareSkillBtn();
                ssobj.ShareProfile("Save");
            }