
TestNG: A Walkthrough Of How It Works And Getting Started
Welcome to the next episode in our new series “Integrating testing into your development flow”. Today we are going to be looking at “TestNG: A Walkthrough Of How It Works And Getting Started”. In our first few presentations, we covered how to build the documentation for a test strategy and test plan. These documents are useful to help the business clearly define the software requirements that both the developers and testers will use to test the software. Then we went into how unit tests fit into the Software Test Life Cycle and looked at some examples. Today’s session we will be covering TestNG. Comparatively, TestNG is not an extension of JUnit. While TestNG similar to JUnit, it is its own... Read more