Esempio n. 1
0
            public void TC_015_TestCase_ViewListing()
            {
                // Creates a toggle for the given test, adds all log events under it
                test = extent.StartTest("TC_016: View a Listing");

                // From any account page, navigate to Share Skill page
                AccountBase account = new AccountBase();

                account.NavigateToManageListings();

                // Add new skill exchange entry
                ManageListings listings = new ManageListings();

                listings.ViewListingByTitle();
            }