TestNG Testing Types: A Comprehensive Look Into How To Use Them
Welcome to the next episode in our new series “Integrating testing into your development flow”. Today we are going to be looking at “TestNG Testing Types: A Comprehensive Look Into How To Use Them”. 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. Previously, we walked through how to get started with TestNG and create some test cases. Today we are going to move into the... Read more