Esempio n. 1
0
        public void ResolveDuplicates_Admin()
        {//Ensure resolve duplicates funcationlity is working.
            RolesMatrix test = new RolesMatrix(driver);

            test.ResolveDuplicates_Admin();
        }
Esempio n. 2
0
        public void EnterSoldReport_Entry()
        {//Uses Tab method to simulate actual entry procedure
            RolesMatrix test = new RolesMatrix(driver);

            test.EnterSoldReport_Entry();
        }
Esempio n. 3
0
        public void ViewAllPages()
        {//Confirms all pages are displayed in the app.
            RolesMatrix test = new RolesMatrix(driver);

            test.ViewAllPages();
        }
Esempio n. 4
0
        public void EditSoldReport_Entry()
        {//Opens a SoldReport from the Report Grid and Adds a Manual Option
            RolesMatrix test = new RolesMatrix(driver);

            test.EditSoldReport_Entry();
        }
Esempio n. 5
0
        public void Calculate_ValuesManager_Editor()
        {//Ensures all pages are visible and editable
            RolesMatrix test = new RolesMatrix(driver);

            test.Calculate_ValuesManager_Editor();
        }