示例#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");
            }