public void ThenIShouldBeAbleToCreateMaterialWithValidDetailsSuccessfully() { //Create TM TMPage tmObj = new TMPage(); tmObj.createTM(CommonDriver.driver); }
public void testcreateTM() { //TMpage object and create new record TMPage tmpage = new TMPage(); tmpage.createTM(); }
public void CreateTMnValidate() { var tmPage = new TMPage(driver); tmPage.createTM(); tmPage.ValidateTM(); }
public void testCreateTM() { //TMPage object and Creating a record TMPage tMPage = new TMPage(); tMPage.createTM(); }
public void CreateTMTest() { // home page object HomePage homeObj = new HomePage(); homeObj.navigateToTM(driver); // tm page object TMPage tmObj = new TMPage(driver); tmObj.createTM(driver); }
public void WhenCreateNewRecordInTimeMaterialPage() { _TMPage.createTM(); }
public void testDeleteTM() { var tmPage = new TMPage(driver); tmPage.createTM(); }