public List <string[]> VerifySetupScreen() { cmn.ClickStep2NextBtn(); List <string[]> result = ValidateSetUpScreen(); return(result); }
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_VerifyGoalSetUpScreen() { cmngoal.ClickStep2NextBtn(); is_soft_assert = true; mtfs.VerifySetUpScreen(); softassertions.AssertAll(); }
public void TC_VerifyGoalSetUpScreen() { is_soft_assert = true; System.Threading.Thread.Sleep(3000); cmngoal.ClickStep2NextBtn(); qt.VerifySetUpScreen(); softassertions.AssertAll(); }
//[Test,Order(4)] //[Category("Regression")] public void TC_VerifyGoalSetUpScreen() { CommonGoals cg = new CommonGoals(); cg.ClickStep2NextBtn(); Page_ImproveBloodPressureGoal ibpg = new Page_ImproveBloodPressureGoal(softassertions); is_soft_assert = true; ibpg.VerifySetUpScreen(); softassertions.AssertAll(); }
//[Test, Order(4)] //[Category("Regression")] public void TC_VerifyGoalSetUpScreen() { CommonGoals cg = new CommonGoals(); cg.ClickStep2NextBtn(); Page_ManageStressGoal stressGoal = new Page_ManageStressGoal(softassertions); is_soft_assert = true; stressGoal.VerifySetUpScreen(); softassertions.AssertAll(); }
public void TC_VerifyGoalSetUpScreen() { CommonGoals cg = new CommonGoals(); cg.ClickStep2NextBtn(); Page_ImproveFitnessLevelGoal fitnessLevelGoal = new Page_ImproveFitnessLevelGoal(softassertions); is_soft_assert = true; fitnessLevelGoal.VerifySetUpScreen(); softassertions.AssertAll(); }
//[Test, Order(4)] //[Category("Regression")] public void TC_VerifyGoalSetUpScreen() { CommonGoals cg = new CommonGoals(); cg.ClickStep2NextBtn(); Page_ImproveDietaryHabitsGoal dietaryHabitsGoal = new Page_ImproveDietaryHabitsGoal(softassertions); is_soft_assert = true; dietaryHabitsGoal.VerifySetUpScreen(); softassertions.AssertAll(); }
//[Test,Order(4)] //[Category("Regression")] public void TC_VerifyGoalSetUpScreen() { CommonGoals cg = new CommonGoals(); cg.ClickStep2NextBtn(); Page_ImproveCholesterolGoal iCholesterolg = new Page_ImproveCholesterolGoal(softassertions); is_soft_assert = true; iCholesterolg.VerifySetUpScreen(); softassertions.AssertAll(); }
public void TC_VerifyGoalSetUpScreen() { CommonGoals cg = new CommonGoals(); System.Threading.Thread.Sleep(3000); cg.ClickStep2NextBtn(); Page_DecreaseWeightGoal dwg = new Page_DecreaseWeightGoal(softassertions); is_soft_assert = true; dwg.VerifySetUpScreen(); softassertions.AssertAll(); }