Esempio n. 1
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();
            }
Esempio n. 2
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();
            }
Esempio n. 3
0
            public void TrendChart()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

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

                auto.TrendChart();

                auto.GraphAssert();
            }
Esempio n. 4
0
            public void SparkLine()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.SparkLine();

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

                auto.GraphAssert();
            }
Esempio n. 5
0
            public void Dbd100125()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Automate Capacity");

                auto.CapacityWidget();

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

                auto.GraphAssert();

                auto.Delete();
            }