コード例 #1
0
        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();
        }
コード例 #2
0
ファイル: HomePageTest.cs プロジェクト: minadangal1/Framework
        public void VerifyLogIn()
        {
            HomePageView pageView = new HomePageView();

            pageView.LoginAccount("mngr318486", "UrYgYpA");
        }