Example #1
0
        //Update profile
        public void EditProfile()
        {
            TestUtlity Utlity = new TestUtlity();

            Utlity.Login(driver);
            Utlity.UpdateProfile(driver, test, extent);
        }
Example #2
0
        //Create new profile
        public void CreateNewProfile()
        {
            TestUtlity Utlity = new TestUtlity();

            Utlity.Login(driver);
            Utlity.NewProfile(driver, test, extent);
        }
Example #3
0
        //Create new profile
        public void ClickEmailVerificationLink()
        {
            TestUtlity Utlity = new TestUtlity();

            Utlity.Login(driver);
            EmailVerification Email = new EmailVerification();

            Email.ClickVerificationLink(driver, test, extent);
        }