Пример #1
0
            public void DashboardPrint()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardPrint();
            }
Пример #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();
            }
Пример #3
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();
            }
Пример #4
0
            public void DashboardAdmin()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Default Dashboard");

                auto.DashboardAdmin();
            }
Пример #5
0
            public void ComplianceHeatMap()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.ComplianceHeatMap();

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

                auto.HeatMapAssert();
            }
Пример #6
0
            public void HeatMap()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.HeatMap();

                auto.ChangeDate("28", "July", "2016");

                auto.HeatMapAssert();
            }
Пример #7
0
            public void TrendChart()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

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

                auto.TrendChart();

                auto.GraphAssert();
            }
Пример #8
0
            public void SparkLine()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.SparkLine();

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

                auto.GraphAssert();
            }
Пример #9
0
            public void DashboardShare()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Shared");

                auto.DashboardShare();

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

                auto.HeatMapAssert();
            }
Пример #10
0
            public void ComplianceTable()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Compliance");

                auto.ComplianceTable();

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

                auto.ComplianceAssert();
            }
Пример #11
0
            public void Dbd100125()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Automate Capacity");

                auto.CapacityWidget();

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

                auto.GraphAssert();

                auto.Delete();
            }
Пример #12
0
            //[Test, Order(0)]


            public void Dashboard()
            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.Login("admin", "eMos123!");

                //operation.StoreSnap();

                //operation.ReStoreSnap();

                //automate.Login("superuser", "Ru55el.");

                //automate.Login("teammember1", "Ru55el.");

                //auto.ChangeDate("31", "August", "2016");
            }