コード例 #1
0
            public void TC_009_01_CheckShareskillClickable()
            {
                test = extent.StartTest("Share Skill Button visible test");
                ServiceListing skillObj = new ServiceListing();

                if (skillObj.IsShareSkillBtnClickable())
                {
                    Base.test.Log(LogStatus.Info, "Share skill button is clickable");
                    Assert.IsTrue(true);
                }
                else
                {
                    Base.test.Log(LogStatus.Fail, "Test failed");
                    Assert.Fail();
                }
            }