コード例 #1
0
        public void TC_CompleteManagingStressCourse()
        {
            //To call the Page Login Method
            //Page_Login plogin = new Page_Login();
            //plogin.Login();
            //Page_HAPrompt haprompt = new Page_HAPrompt();
            //haprompt.GoToDashboard();
            Common coursemenu = new Common();

            coursemenu.ClickCourseMenu();
            Page_ManageStressCourse pcourse = new Page_ManageStressCourse(softassertions);

            is_soft_assert = true;
            pcourse.CompleteManagingStressCourse();
            softassertions.AssertAll();
            cmn.LogOut();
        }
コード例 #2
0
        //[Category("ProdSanity")]
        public void TC_FillProgressCheckin()
        {
            //To call the Page Login Method
            Page_Login plogin = new Page_Login();

            plogin.Login();
            Page_HAPrompt haprompt = new Page_HAPrompt();

            haprompt.GoToDashboard();
            // points = cmn.GetPoints();
            Common coursemenu = new Common();

            coursemenu.ClickCourseMenu();
            //Page_WeightManagementCourse pcourse = new Page_WeightManagementCourse();
            Page_ManageStressCourse pcourse = new Page_ManageStressCourse();

            pcourse.NavigateToCourse();
            CommonCourses cmnc = new CommonCourses();

            cmnc.GoToProgressCheckin();
            Page_ManagingStressProgressCheckIn pc = new Page_ManagingStressProgressCheckIn(softassertions);

            pc.FillProgresscheckinFromCourse();
            is_soft_assert = true;
            softassertions.AssertAll();
            ////List<string[]> result = pc.VerifyProgressCheckIn();
            //is_soft_assert = false;
            //Assert.Multiple(() =>
            //{
            //    for (int i = 0; i < result.Count; i++)
            //    {
            //        bool textmatchresult = Convert.ToBoolean(result.ElementAt(i)[1]);
            //        string msg = result.ElementAt(i)[0];
            //        Assert.IsTrue(textmatchresult, msg);
            //    }
            //}
            //);
            //cmn.LogOut();
        }