JUnit sampler provides easy ways to unit test the Java applications. Each Java class that you write will correspond to a JUnit Java class that will test the methods of your class. For example if you want to test some methods of a class Book you create a class BookTest which extends the JUnit TestCase [...]
Filed under: Samplers | 12 Comments »