Ejemplo n.º 1
0
            public void Enter_Volume_Unsaved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.EnterVolume();
            }
Ejemplo n.º 2
0
            public void Add_Same_Resource_Unasaved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddSameResource();
            }
Ejemplo n.º 3
0
            public void Add_New_Task_LogMode_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddNewTask4();
            }
Ejemplo n.º 4
0
            public void Add_New_Task_Unsaved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddNewTask1();
            }
Ejemplo n.º 5
0
            public void Delete_Resource()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.DeleteResource();
            }
Ejemplo n.º 6
0
            public void Add_Resource_LogMod_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.ResourceAdd4();
            }
Ejemplo n.º 7
0
            public void Add_Multiple_Resouirces_Unsaved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddMultipleResource();
            }
Ejemplo n.º 8
0
            public void Add_Existing_Task_LogMode_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddExTask4();
            }
Ejemplo n.º 9
0
            public void View_Check()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.ViewChecking();
            }
Ejemplo n.º 10
0
            public void Remove_Barrier()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.BarrierRemove();
            }
Ejemplo n.º 11
0
            public void Enter_Volume_Saved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.EnterVolume2("400");
            }
Ejemplo n.º 12
0
            public void Approve_Log()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.LogApprove();
            }
Ejemplo n.º 13
0
            public void Add_Favorite_Task_Saved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddFavoriteTask2();
            }
Ejemplo n.º 14
0
            public void Add_Resource_Saved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.ResouceAdd2();
            }
Ejemplo n.º 15
0
            public void Add_Existing_Task_Saved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddExTask2();
            }
Ejemplo n.º 16
0
            public void Save_Plan_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.PlanSave2();
            }
Ejemplo n.º 17
0
            public void Delete_Task_1()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.DeleteTask1();
            }
Ejemplo n.º 18
0
            public void Add_Barrier_3()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.BarrierAdd3();
            }
Ejemplo n.º 19
0
            public void Approve_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.PlanApprove("automationuser2");
            }
Ejemplo n.º 20
0
            public void Enter_Volume_LogMode_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.EnterVolume4();
            }
Ejemplo n.º 21
0
            public void Save_Log()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.LogSave();
            }
Ejemplo n.º 22
0
            public void Check_TimeVolume_Calculation_5()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.CheckTimeCalc5();
            }
Ejemplo n.º 23
0
            public void Add_Favorite_Task_LogMode_2()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddFavoriteTask4();
            }
Ejemplo n.º 24
0
            public void Add_Favortie_Task_Unsaved_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.AddFavoriteTasks1();
            }
Ejemplo n.º 25
0
            public void Fav_RE_Correct()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.FavReCorrect();
            }
Ejemplo n.º 26
0
            public void Favorties_R_Present()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.FavPresent();
            }
Ejemplo n.º 27
0
            public void Save_Plan_1()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.PlanSave();

//                DbOperation operation = new DbOperation();
//
//                operation.StoreSnap();
            }
Ejemplo n.º 28
0
            public void Copy_Existing_Plan()

            {
                PlanLogTestAutomation automate = new PlanLogTestAutomation();

                automate.CopyPlan();

                DbOperation operation = new DbOperation();

                operation.ReStoreSnap();
            }
Ejemplo n.º 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();
            }
Ejemplo n.º 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");
            }