public void CreateTMnValidate() { var tmPage = new TMPage(driver); tmPage.createTM(); tmPage.ValidateTM(); }
public void CreateTM() { TMPage tmObj = new TMPage(); //tmObj.CrtTM(driver); tmObj.ValidateTM(driver); }