public void ManageListings() { // Creates a toggle for the given test, adds all log events under it test = extent.StartTest("ManageListings"); // Because of application problem we need to click Skill button first, then ManageListings Link //Create a Class & an Object to call the Shareskill method ShareSkill SK = new ShareSkill(); //Create a Class & an Object to call the ManageListings method ManageListings ML = new ManageListings(); ML.ClickOnmanageListingsLink(); ML.Clickdelete(); ML.Clickedit(); }