Ejemplo n.º 1
0
            public void AddContactForm()
            {
                //Start the Contact us test
                test = extent.StartTest("Contact Us test case starts");
                ContactUs ObjContact = new ContactUs();

                ObjContact.AddContactUs();
            }