If all you wanted to do was test Java classes then possibly there are better choices available (TestNG or the most popular JUnit and a bunch of other frameworks). Most people use JMeter a load testing framework for web applications[though not limited to that] that simulates HTTP requests (As opposed to driving a browser). I also use JMeter for my functional tests and for a regression suite for my web application.
regards deepak On Sun, Sep 16, 2012 at 11:50 AM, MiLi :) <[email protected]> wrote: > Hi Team > > I am trying to learn the importance of jmeter, i just managed to run the > java request sampler; but i am failing to understand what are the benefits > of using it in real time big project > > can any one tell me following things > 1)How big projects uses jmeter, do they have to make changes to their all > java files in order to implement the abstract classes in order to use > jmeter? > > > else can any one point me to some manual or somehting > > thank you ! >
