| Author |
JMeter and JBoss
|
Albert Nunes
Greenhorn
Joined: Mar 22, 2004
Posts: 11
|
|
Can I Test an application running in JBoss using JMeter ? thanks
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26200
|
|
Albert., Yes JMeter isn't app server specific. Are you having any specific doubts?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Guido Tapia
Greenhorn
Joined: Jun 25, 2003
Posts: 15
|
|
|
Last time I looked, EJB testing was in its infancy, however web services and servlet tests worked great.
|
 |
Kishore Dandu
Ranch Hand
Joined: Jul 10, 2001
Posts: 1934
|
|
U can always go for out-of-container testing of your EJB(specifically different methods of a EJB) using JUnit. Just a thought.
|
Kishore
SCJP, blog
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Originally posted by Kishore Dandu: U can always go for out-of-container testing of your EJB(specifically different methods of a EJB) using JUnit.
...and MockEJB.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
Originally posted by Albert Nunes: Can I Test an application running in JBoss using JMeter ? thanks
Yes,
Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
JMeter User Manual
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
 |
|
|
subject: JMeter and JBoss
|
|
|