In the past I used JMeter for testing JMS request+response based message driven
beans.
This worked fine.
I wonder now wether I can use JMeter as well to test "normal" java function
calls into java modules as well.
Assume I have a class myclass123 and a method
public void mymethod2222(int parm1, String parm2) { ... }
The class is successfully compiled into a *.jar and deployed into application
server.
Can I somehow create a Jmeter test which simulates the methode call by invoking
a call
myclass123.mymethod2222(10011, "teststring")
How do I have to setup such a test in JMeter EXACTLY?
Thank you
Ben
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]