While jmeter is certainly capable of performing a test like that, it's not really what it was designed for. In the long run, you'd be better off learning a unit testing tool (such as JUnit) which is specifically designed for performing this kind of testing.
Drew YESU GROVER wrote: > > Hello, > > I want to test a simple java class file in which a program is writen to > add > sum of two numbers . > > Please do let me know steps required to test this. > > Thanks > Yesu > > -- View this message in context: http://www.nabble.com/java-class-test-tp23654012p23663229.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

