コード例 #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();
            }