public void verifyNewCuntumer() { HomePageView homePage = new HomePageView(); homePage.LoginAccount("mngr318643", "pArehEt"); NewcustomerView newcustomer = new NewcustomerView(); newcustomer.clickNewCustomer(); var allData = ExcelHelper.GetTestData <RegisterTestDataObject>("New Microsoft Excel Worksheet", "sheet1"); newcustomer.RegisterAccount(allData); // newcustomer.SubmitAccount(); newcustomer.Clicklogout(); }
public void VerifyLogIn() { HomePageView pageView = new HomePageView(); pageView.LoginAccount("mngr318486", "UrYgYpA"); }