You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by kh...@apache.org on 2001/11/25 17:09:30 UTC

cvs commit: jakarta-jmeter/docs/demos AssertionTestPlan.jmx

khammond    01/11/25 08:09:30

  Added:       docs/demos AssertionTestPlan.jmx
  Log:
  Created.
  
  Revision  Changes    Path
  1.1                  jakarta-jmeter/docs/demos/AssertionTestPlan.jmx
  
  Index: AssertionTestPlan.jmx
  ===================================================================
  <?xml version="1.0"?>
  
  <TestPlan>
  <threadgroups>
  <ThreadGroup name="Thread Group" numThreads="1" rampUp="0">
  <controllers>
  <LoopController type="org.apache.jmeter.control.LoopController" name="Loop Controller" iterations="1">
  <configElements>
  </configElements>
  <controllers>
  <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="HTTP Request" getImages="false">
  <defaultUrl>
  <ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig">
  <property name="PROTOCOL">http</property>
  <property name="domain">jakarta.apache.org</property>
  <property name="arguments"><Arguments>
  </Arguments>
  </property>
  <property name="path">/</property>
  <property name="method">GET</property>
  </ConfigElement></defaultUrl>
  <configElements>
  </configElements>
  <controllers>
  </controllers>
  <assertion name="Assertion" class="org.apache.jmeter.assertions.Assertion" testType="2" testField="sampler.RESPONSE">
  <testString></html></testString>
  </assertion>
  </HttpTestSample>
  
  </controllers>
  </LoopController>
  </controllers>
  <timers>
  </timers>
  <listeners>
  <Filer type="org.apache.jmeter.reporters.Filer" name="File Reporter" verbose="true" append="false" autoFlush="false" viewSubmitData="true" file="assertion.dat"/>
  <JMeterComponent type="org.apache.jmeter.reporters.AssertionReporter" name="Assertion Results"/>
  </listeners>
  </ThreadGroup>
  
  </threadgroups>
  <configElements>
  </configElements>
  </TestPlan>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>