JUnit Sampler Tutorial- JMeter

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 [...]

Follow

Get every new post delivered to your Inbox.