Example #1
0
        public void SetupTest()
        {
            AutomatedLogger.Log("TestMain : SetupTest");

            //Create a new test entry for this test in the report
            AutomationReport.CreateTest();

            //Setup the Test Commons
            OpenApplication();

            //Simple Assert at the beginning of each test. It checks the loading of the entry page of the test.
            IsEntryPageLoaded();
        }