public void AddShareSkill() { //Check if the user is able to access the "Share-Skill" function Profile ProfilePage = new Profile(); ProfilePage.GoToShareSkill(); //Check if the user is able to fill the "Share-Skill" details ShareSkill ShareSkillPage = new ShareSkill(); ShareSkillPage.FillShareSkill(2); //Check if the user is able to see the Skill in the "Manage Listing" page ManageListings ManageListingPage = new ManageListings(); ManageListingPage.CheckListing(2); }