Exemplo n.º 1
0
            public void ComplianceHeatMap()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.ComplianceHeatMap();

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

                auto.HeatMapAssert();
            }
Exemplo n.º 2
0
            public void HeatMap()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.HeatMap();

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

                auto.HeatMapAssert();
            }
Exemplo n.º 3
0
            public void DashboardShare()

            {
                DashboardTestAutomation auto = new DashboardTestAutomation();

                auto.DashboardInitialize("Shared");

                auto.DashboardShare();

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

                auto.HeatMapAssert();
            }