File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Testing and the fly likes Advice for testing Jmeter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "Advice for testing Jmeter" Watch "Advice for testing Jmeter" New topic
Author

Advice for testing Jmeter

Angus Ferguson
Ranch Hand

Joined: Jun 22, 2012
Posts: 240
I have a document with some non-functional requirements, I never have done this before. I have been asked for create a jmx file
but I am a little bit lost I don't from where start.

I am using jmx.2.1, and Jmeter. I have found an example like this:


<?xml version="1.0" encoding="UTF-8"?>
<jmeterTestPlan version="1.2" properties="2.3" jmeter="2.8 r1393162">
<hashTree>
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
<stringProp name="TestPlan.comments"></stringProp>
<boolProp name="TestPlan.functional_mode">false</boolProp>
<boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
<elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
<collectionProp name="Arguments.arguments"/>
</elementProp>
<stringProp name="TestPlan.user_define_classpath"></stringProp>
</TestPlan>
<hashTree>
<Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
<collectionProp name="Arguments.arguments">
<elementProp name="SOAP_REQUEST_URL" elementType="Argument">
<stringProp name="Argument.name">SOAP_REQUEST_URL</stringProp>
<stringProp name="Argument.value">http://serverX:xxxx/name/bl</stringProp>
<stringProp name="Argument.desc">Desc URL</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
</elementProp>






I need test things like: "Baseline performance tests ","Stress tests ","100 User concurrent user test ".

Could anyone give any advice or clue please?

Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Advice for testing Jmeter
 
Similar Threads
Testing JBoss Queue
Login Application Configuration on JMeter
Apache HTTP Conn Pooling Problem
jmx learning
JUnit v Cactus?