Overview/Description
TestNG is a testing framework inspired by JUnit and Nunit. It supports a wide variety of test categories. This course covers features and benefits of TestNG, TestNG requirements, Eclipse setup, TestNG plugin setup, how to make a basic test, a discussion of test.xml, and how to create a test suite. Also learn how to run multiple tests via testing.xml, and use annotations with your Java projects. As a review exercise, you will define TestNG, including concepts of installing and configuring the framework, and create a basic test and test suite.
Target Audience
Software professionals, testers, developers, and anyone interested in learning TestNG to improve their unit testing; anyone interested in learning about integration and API testing