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 void TC_VerifyGoalCompletionScreen() { cmngoal.ClickConfirmBtn(); is_soft_assert = true; mtfs.VerifyGoalComplete(); softassertions.AssertAll(); }
public List <string[]> VerifyPlanScreen() { cmn.ClickConfirmBtn(); List <string[]> result = ValidatePlanScreen(); return(result); }
//[Test, Order(5)] //[Category("Regression")] public void TC_VerifyGoalCompletionScreen() { CommonGoals cg = new CommonGoals(); cg.ClickConfirmBtn(); Page_ImproveBloodPressureGoal ibpg = new Page_ImproveBloodPressureGoal(softassertions); is_soft_assert = true; ibpg.VerifyGoalComplete(); softassertions.AssertAll(); }
//[Test, Order(5)] //[Category("Regression")] public void TC_VerifyGoalCompletionScreen() { CommonGoals cg = new CommonGoals(); cg.ClickConfirmBtn(); Page_ManageStressGoal stressGoal = new Page_ManageStressGoal(softassertions); is_soft_assert = true; stressGoal.VerifyGoalComplete(); softassertions.AssertAll(); }
public void TC_VerifyGoalCompletionScreen() { CommonGoals cg = new CommonGoals(); cg.ClickConfirmBtn(); Page_DecreaseWeightGoal dwg = new Page_DecreaseWeightGoal(softassertions); is_soft_assert = true; dwg.VerifyGoalComplete(); softassertions.AssertAll(); }
public void TC_VerifyGoalCompletionScreen() { CommonGoals cg = new CommonGoals(); cg.ClickConfirmBtn(); Page_ImproveFitnessLevelGoal fitnessLevelGoal = new Page_ImproveFitnessLevelGoal(softassertions); is_soft_assert = true; fitnessLevelGoal.VerifyGoalComplete(); softassertions.AssertAll(); }
//[Test, Order(5)] //[Category("Regression")] public void TC_VerifyGoalCompletionScreen() { CommonGoals cg = new CommonGoals(); cg.ClickConfirmBtn(); Page_ImproveCholesterolGoal iCholesterolg = new Page_ImproveCholesterolGoal(softassertions); is_soft_assert = true; iCholesterolg.VerifyGoalComplete(); softassertions.AssertAll(); }
//[Test, Order(5)] //[Category("Regression")] public void TC_VerifyGoalCompletionScreen() { CommonGoals cg = new CommonGoals(); cg.ClickConfirmBtn(); Page_ImproveDietaryHabitsGoal dietaryHabitsGoal = new Page_ImproveDietaryHabitsGoal(softassertions); is_soft_assert = true; dietaryHabitsGoal.VerifyGoalComplete(); softassertions.AssertAll(); }