Beispiel #1
0
            public void Dbd300345()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardChild();

                auto.DashboardInitialize("Automate");

                auto.StackedComparison("Stacked");

                auto.DashboardNameAssert("Drill Down");

                Properties.Driver.Navigate().Back();

                auto.GraphAssert();

                auto.StackedComparison("Comparison");

                auto.DashboardNameAssert("Drill Down");

                Properties.Driver.Navigate().Back();

                auto.GraphAssert();
            }
Beispiel #2
0
            public void Dbd200240()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Drill Down");

                auto.SingleOrPareto("Pareto", "Two");

                auto.ChangeDate("24", "August", "2016");

                auto.GraphAssert();

                auto.SingleOrPareto("Single", "One");

                auto.ChangeDate("25", "October", "2016");

                auto.GraphAssert();

                auto.SingleOrPareto("Pareto", "Three");

                auto.ChangeDate("24", "August", "2016");

                auto.GraphAssert();
            }
Beispiel #3
0
            public void DashboardAdmin()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Default Dashboard");

                auto.DashboardAdmin();
            }
Beispiel #4
0
            public void TrendChart()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Trend Chart & HeatMap");

                auto.TrendChart();

                auto.GraphAssert();
            }
Beispiel #5
0
            public void DashboardShare()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Shared");

                auto.DashboardShare();

                auto.ChangeDate("24", "August", "2016");

                auto.HeatMapAssert();
            }
Beispiel #6
0
            public void ComplianceTable()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Compliance");

                auto.ComplianceTable();

                auto.ChangeDate("24", "August", "2016");

                auto.ComplianceAssert();
            }
Beispiel #7
0
            public void Dbd100125()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Automate Capacity");

                auto.CapacityWidget();

                auto.ChangeDate("24", "October", "2016");

                auto.GraphAssert();

                auto.Delete();
            }