public void TC_VerifyPlanScreen()
 {
     cmngoal.ClickStep1NextBtn();
     is_soft_assert = true;
     mtfs.VerifyPlanScreen();
     softassertions.AssertAll();
 }
Пример #2
0
        public void TC_MaintainWeightGoal()
        {
            coachingEnabled = cmn.GetConfig("CoachingEnabled").ElementAt(0)[1].ToLower();
            if (coachingEnabled.Equals("false"))
            {
                Assert.Ignore("Coaching not available for client");
            }
            CommonGoals             cmngoal = new CommonGoals(softassertions);
            Page_MaintainWeightGoal mt      = new Page_MaintainWeightGoal(softassertions);

            //cmn.ClickGoalMenu();
            mt.InputWeight();
            cmngoal.ClickStep1NextBtn();
            is_soft_assert = true;
            mt.VerifyPlanScreen();
            mt.VerifyActionsAdded();
            System.Threading.Thread.Sleep(3000);
            cmngoal.ClickStep2NextBtn();
            mt.VerifySetUpScreen();
            cmngoal.ClickConfirmBtn();
            mt.VerifyGoalComplete();
            cmngoal.ClickRemoveBtn();
            cmngoal.VerifyRemovePopUp();
            cmngoal.ClickRemoveScreenYesBtn();
            Page_HAPrompt haprompt = new Page_HAPrompt();

            haprompt.GoToDashboard();
            Page_Dashboard dashbrd = new Page_Dashboard();

            Assert.IsTrue(dashbrd.AtDashboard(), "Not Navigated to Dashboard");
        }
        public List <String[]> ValidateActionItems()
        {
            InputWeight();
            cmn.ClickStep1NextBtn();
            System.Threading.Thread.Sleep(5000);
            List <string[]> result = VerifyActions();

            return(result);
        }
        public void TC_InputBPStatus()
        {
            cmn.ClickGoalMenu();
            Page_ImproveBloodPressureGoal ibpg = new Page_ImproveBloodPressureGoal();

            ibpg.InputBPValues();
            CommonGoals cg = new CommonGoals();

            cg.ClickStep1NextBtn();
        }
Пример #5
0
        //[Test, Order(2)]
        //[Category("Regression")]

        public void TC_VerifyPlanScreen()
        {
            CommonGoals cg = new CommonGoals();

            cg.ClickStep1NextBtn();
            Page_ManageStressGoal stressGoal = new Page_ManageStressGoal(softassertions);

            is_soft_assert = true;
            stressGoal.VerifyPlanScreen();
            softassertions.AssertAll();
        }
        public void TC_VerifyPlanScreen()
        {
            CommonGoals cg = new CommonGoals();

            cg.ClickStep1NextBtn();
            Page_DecreaseWeightGoal dwg = new Page_DecreaseWeightGoal(softassertions);

            is_soft_assert = true;
            dwg.VerifyPlanScreen();
            softassertions.AssertAll();
        }
        public void TC_VerifyPlanScreen()
        {
            CommonGoals cg = new CommonGoals();

            cg.ClickStep1NextBtn();
            Page_ImproveFitnessLevelGoal fitnessLevelGoal = new Page_ImproveFitnessLevelGoal(softassertions);

            is_soft_assert = true;
            fitnessLevelGoal.VerifyPlanScreen();
            softassertions.AssertAll();
        }
        //[Test,Order(2)]
        //[Category("Regression")]

        public void TC_VerifyPlanScreen()
        {
            CommonGoals cg = new CommonGoals();

            cg.ClickStep1NextBtn();
            Page_ImproveCholesterolGoal iCholesterolg = new Page_ImproveCholesterolGoal(softassertions);

            is_soft_assert = true;
            iCholesterolg.VerifyPlanScreen();
            softassertions.AssertAll();
        }