Example #1
0
        public static void MyClassInitialize(TestContext testContext)
        {
            FeedTests.UserData     = DataHelper.RandomString(20);
            FeedTests.UserPassword = DataHelper.RandomString(20);

            BusinessHelper.CreateUserWithFullControl(
                FeedTests.UserData,
                FeedTests.UserPassword);
        }
Example #2
0
        public static void MyClassInitialize(TestContext testContext)
        {
            NoteTests.UserName     = DataHelper.RandomString(20);
            NoteTests.UserPassword = DataHelper.RandomString(20);

            BusinessHelper.CreateUserWithFullControl(
                NoteTests.UserName,
                NoteTests.UserPassword);
        }