Exemple #1
0
        public void TestMethod1()
        {
            signUp su = new signUp();

            su.loadPage();
            su.fill_1stStage();
            su.fill_2ndStage();
            su.fill_3rdStage();
            su.fill_4thStage();
            //Assert.
        }
Exemple #2
0
        public void payoneerSignUp()
        {
            signUp su = new signUp();

            su.loadPage();
            su.fill_1stStage();
            su.fill_2ndStage();
            su.fill_3rdStage();
            su.fill_4thStage();
            //wait in order to view the end on the registration process
            //no actual need for the wait
            //can be removed once the assert is fixed
            System.Threading.Thread.Sleep(30000);
            Assert.Fail();
        }