示例#1
0
        public void CreateTMnValidate()
        {
            var tmPage = new TMPage(driver);

            tmPage.createTM();
            tmPage.ValidateTM();
        }
示例#2
0
        public void CreateTM()
        {
            TMPage tmObj = new TMPage();

            //tmObj.CrtTM(driver);
            tmObj.ValidateTM(driver);
        }