コード例 #1
0
            public void Enter_Volume_Unsaved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.EnterVolume();
            }
コード例 #2
0
            public void Add_Same_Resource_Unasaved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddSameResource();
            }
コード例 #3
0
            public void Add_New_Task_LogMode_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddNewTask4();
            }
コード例 #4
0
            public void Add_New_Task_Unsaved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddNewTask1();
            }
コード例 #5
0
            public void Delete_Resource()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.DeleteResource();
            }
コード例 #6
0
            public void Add_Resource_LogMod_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.ResourceAdd4();
            }
コード例 #7
0
            public void Add_Multiple_Resouirces_Unsaved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddMultipleResource();
            }
コード例 #8
0
            public void Add_Existing_Task_LogMode_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddExTask4();
            }
コード例 #9
0
            public void View_Check()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.ViewChecking();
            }
コード例 #10
0
            public void Remove_Barrier()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.BarrierRemove();
            }
コード例 #11
0
            public void Enter_Volume_Saved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.EnterVolume2("400");
            }
コード例 #12
0
            public void Approve_Log()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.LogApprove();
            }
コード例 #13
0
            public void Add_Favorite_Task_Saved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddFavoriteTask2();
            }
コード例 #14
0
            public void Add_Resource_Saved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.ResouceAdd2();
            }
コード例 #15
0
            public void Add_Existing_Task_Saved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddExTask2();
            }
コード例 #16
0
            public void Save_Plan_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.PlanSave2();
            }
コード例 #17
0
            public void Delete_Task_1()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.DeleteTask1();
            }
コード例 #18
0
            public void Add_Barrier_3()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.BarrierAdd3();
            }
コード例 #19
0
            public void Approve_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.PlanApprove("automationuser2");
            }
コード例 #20
0
            public void Enter_Volume_LogMode_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.EnterVolume4();
            }
コード例 #21
0
            public void Save_Log()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.LogSave();
            }
コード例 #22
0
            public void Check_TimeVolume_Calculation_5()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.CheckTimeCalc5();
            }
コード例 #23
0
            public void Add_Favorite_Task_LogMode_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddFavoriteTask4();
            }
コード例 #24
0
            public void Add_Favortie_Task_Unsaved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddFavoriteTasks1();
            }
コード例 #25
0
            public void Fav_RE_Correct()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.FavReCorrect();
            }
コード例 #26
0
            public void Favorties_R_Present()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.FavPresent();
            }
コード例 #27
0
            public void Save_Plan_1()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.PlanSave();

//                DbOperation operation = new DbOperation();
//
//                operation.StoreSnap();
            }
コード例 #28
0
            public void Copy_Existing_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.CopyPlan();

                DbOperation operation = new DbOperation();

                operation.ReStoreSnap();
            }
コード例 #29
0
            public void Plan_Log()
            {
                WebDriverWait wait = new WebDriverWait(Properties.Driver, TimeSpan.FromSeconds(10));

                PlanLogTestAutomation automate = new PlanLogTestAutomation();

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

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

                automate.PlanLog();
            }
コード例 #30
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");
            }