Пример #1
0
        public void test02()
        {
            UltimateQA test = new UltimateQA(this);

            test.populateName(name);       //populate filed [NAME]
            test.populateMessage(message); //populate filed [MESSAGE]
            test.sumNumbers("");           //sum numbers and populate the filed with result
            test.clickSubmitBtn();         //click [SUBMIT] btn
            test.checkSuccessMessage();    //check the 'SUCCESS' message
        }