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 bu...@apache.org on 2005/10/28 16:14:18 UTC

DO NOT REPLY [Bug 37291] New: - include controller causes NullPointerException

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37291>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37291

           Summary: include controller causes NullPointerException
           Product: JMeter
           Version: 2.1.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: nop.lists@gmail.com


I was testing the include controller in order to make my tests modular.
I took a working testplan, put 2 requests in a file, disabled them and included
them with an include controller.
However the test does not run and I get the error
2005/10/27 16:51:13 ERROR - jmeter.gui.action.ActionRouter: 
java.lang.NullPointerException
    at
org.apache.jmeter.gui.action.AbstractAction.convertSubTree(AbstractAction.java :56)
    at
org.apache.jmeter.gui.action.AbstractAction.convertSubTree(AbstractAction.java:69)
    at
org.apache.jmeter.gui.action.AbstractAction.convertSubTree(AbstractAction.java:74)
    at org.apache.jmeter.gui.action.AbstractAction.convertSubTree
(AbstractAction.java:74)
    at org.apache.jmeter.gui.action.Start.startEngine(Start.java:93)
    at org.apache.jmeter.gui.action.Start.doAction(Start.java:73)
    at org.apache.jmeter.gui.action.ActionRouter.performAction
(ActionRouter.java:76)
    at org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:44)
    at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:61)
    at java.awt.event.InvocationEvent.dispatch (InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
    at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run (EventDispatchThread.java:100)

A word about the included file name:
I was trying using the names
Login.jmx
../Proj/Login.jmx   (assuming relative path from bin should be using)
or the absolute path (using the Browse-button).
None worked...

Using JMeter 2.1.1 , Java 1.4.2_05
Here the testplan
==========================================================================
<jmeterTestPlan version="1.1" properties="1.7">
  <hashTree>
    <TestPlan>
      <collectionProp name="TestPlan.thread_groups"/>
      <elementProp name="TestPlan.user_defined_variables"
elementType="org.apache.jmeter.config.Arguments">
        <stringProp
name="TestElement.gui_class">org.apache.jmeter.config.gui.ArgumentsPanel</stringProp>
        <stringProp
name="TestElement.test_class">org.apache.jmeter.config.Arguments</stringProp>
        <collectionProp name="Arguments.arguments">
          <elementProp name="server_gfs"
elementType="org.apache.jmeter.config.Argument">
            <stringProp name="Argument.metadata">=</stringProp>
            <stringProp
name="Argument.value">fvs1-itest.myorg.eur.company.com</stringProp>
            <stringProp name="Argument.name">server_gfs</stringProp>
          </elementProp>
          <elementProp name="server_gfs_port"
elementType="org.apache.jmeter.config.Argument">
            <stringProp name="Argument.metadata">=</stringProp>
            <stringProp name="Argument.value">10150</stringProp>
            <stringProp name="Argument.name">server_gfs_port</stringProp>
          </elementProp>
          <elementProp name="server_am"
elementType="org.apache.jmeter.config.Argument">
            <stringProp name="Argument.metadata">=</stringProp>
            <stringProp
name="Argument.value">ap1-itest.myorg.eur.company.com</stringProp>
            <stringProp name="Argument.name">server_am</stringProp>
          </elementProp>
          <elementProp name="server_am_port"
elementType="org.apache.jmeter.config.Argument">
            <stringProp name="Argument.metadata">=</stringProp>
            <stringProp name="Argument.value">10150</stringProp>
            <stringProp name="Argument.name">server_am_port</stringProp>
          </elementProp>
          <elementProp name="ap_context"
elementType="org.apache.jmeter.config.Argument">
            <stringProp name="Argument.metadata">=</stringProp>
            <stringProp name="Argument.value">/am</stringProp>
            <stringProp name="Argument.name">ap_context</stringProp>
          </elementProp>
        </collectionProp>
        <stringProp name="TestElement.name">User Defined Variables</stringProp>
        <boolProp name="TestElement.enabled">true</boolProp>
      </elementProp>
      <stringProp
name="TestElement.gui_class">org.apache.jmeter.control.gui.TestPlanGui</stringProp>
      <stringProp name="TestPlan.user_define_classpath"></stringProp>
      <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
      <stringProp
name="TestElement.test_class">org.apache.jmeter.testelement.TestPlan</stringProp>
      <stringProp name="TestElement.name">Test Plan</stringProp>
      <boolProp name="TestPlan.functional_mode">false</boolProp>
      <boolProp name="TestElement.enabled">true</boolProp>
      <stringProp name="TestPlan.comments"></stringProp>
    </TestPlan>
    <hashTree>
      <ThreadGroup>
        <longProp name="ThreadGroup.start_time">1079450585000</longProp>
        <stringProp
name="TestElement.test_class">org.apache.jmeter.threads.ThreadGroup</stringProp>
        <stringProp name="ThreadGroup.delay"></stringProp>
        <stringProp name="ThreadGroup.duration"></stringProp>
        <boolProp name="TestElement.enabled">true</boolProp>
        <stringProp name="ThreadGroup.num_threads">1</stringProp>
        <boolProp name="ThreadGroup.scheduler">false</boolProp>
        <stringProp
name="TestElement.gui_class">org.apache.jmeter.threads.gui.ThreadGroupGui</stringProp>
        <elementProp name="ThreadGroup.main_controller"
elementType="org.apache.jmeter.control.LoopController">
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.control.gui.LoopControlPanel</stringProp>
          <stringProp name="LoopController.loops">1</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.control.LoopController</stringProp>
          <stringProp name="TestElement.name">Wiederholungs Kontroller</stringProp>
          <boolProp name="TestElement.enabled">true</boolProp>
          <boolProp name="LoopController.continue_forever">false</boolProp>
        </elementProp>
        <stringProp name="TestElement.name">Thread Gruppe</stringProp>
        <longProp name="ThreadGroup.end_time">1079450585000</longProp>
        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
        <stringProp name="ThreadGroup.ramp_time">150</stringProp>
      </ThreadGroup>
      <hashTree>
        <org.apache.jmeter.control.IncludeController>
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.control.gui.IncludeControllerGui</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.control.IncludeController</stringProp>
          <stringProp name="TestElement.name">Include FVP_Login</stringProp>
          <stringProp
name="IncludeController.includepath">FVP_Login.jmx</stringProp>
          <boolProp name="TestElement.enabled">true</boolProp>
        </org.apache.jmeter.control.IncludeController>
        <hashTree/>
        <GenericController>
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.control.gui.LogicControllerGui</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.control.GenericController</stringProp>
          <stringProp name="TestElement.name">FVP Login</stringProp>
          <boolProp name="TestElement.enabled">false</boolProp>
        </GenericController>
        <hashTree>
          <HTTPSampler2>
            <stringProp
name="HTTPSampler.path">/fvpgfs/login/preLogon.do</stringProp>
            <stringProp
name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.HTTPSampler2</stringProp>
            <stringProp name="HTTPSampler.method">GET</stringProp>
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
            <stringProp name="HTTPSampler.protocol">http</stringProp>
            <boolProp name="TestElement.enabled">true</boolProp>
            <boolProp name="HTTPSampler.follow_redirects">false</boolProp>
            <stringProp name="HTTPSampler.port"></stringProp>
            <elementProp name="HTTPsampler.Arguments"
elementType="org.apache.jmeter.config.Arguments">
              <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel</stringProp>
              <stringProp
name="TestElement.test_class">org.apache.jmeter.config.Arguments</stringProp>
              <collectionProp name="Arguments.arguments"/>
              <stringProp name="TestElement.name"></stringProp>
              <boolProp name="TestElement.enabled">true</boolProp>
            </elementProp>
            <stringProp name="HTTPSampler.mimetype"></stringProp>
            <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui2</stringProp>
            <stringProp name="HTTPSampler.FILE_FIELD"></stringProp>
            <stringProp
name="TestElement.name">01-/fvpgfs/login/preLogon.do</stringProp>
            <stringProp name="HTTPSampler.monitor">false</stringProp>
            <stringProp name="HTTPSampler.domain"></stringProp>
            <stringProp name="HTTPSampler.FILE_NAME"></stringProp>
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
          </HTTPSampler2>
          <hashTree>
            <ResponseAssertion>
              <stringProp
name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
              <stringProp
name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
              <stringProp name="TestElement.name">Response Assertion</stringProp>
              <collectionProp name="Asserion.test_strings">
                <stringProp name="1277687552">Warnung vor unberechtigtem
Zugriff</stringProp>
              </collectionProp>
              <boolProp name="TestElement.enabled">true</boolProp>
              <stringProp
name="Assertion.test_field">Assertion.response_data</stringProp>
              <stringProp name="Assertion.assume_success">false</stringProp>
              <intProp name="Assertion.test_type">2</intProp>
            </ResponseAssertion>
            <hashTree/>
          </hashTree>
          <HTTPSampler2>
            <stringProp name="HTTPSampler.path">/fvpgfs/logon.do</stringProp>
            <stringProp
name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.HTTPSampler2</stringProp>
            <stringProp name="HTTPSampler.method">POST</stringProp>
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
            <stringProp name="HTTPSampler.protocol">http</stringProp>
            <boolProp name="TestElement.enabled">true</boolProp>
            <boolProp name="HTTPSampler.follow_redirects">false</boolProp>
            <stringProp name="HTTPSampler.port"></stringProp>
            <elementProp name="HTTPsampler.Arguments"
elementType="org.apache.jmeter.config.Arguments">
              <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel</stringProp>
              <stringProp
name="TestElement.test_class">org.apache.jmeter.config.Arguments</stringProp>
              <collectionProp name="Arguments.arguments">
                <elementProp name=""
elementType="org.apache.jmeter.protocol.http.util.HTTPArgument">
                  <stringProp name="Argument.metadata">=</stringProp>
                  <stringProp name="Argument.value">User</stringProp>
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
                  <stringProp name="Argument.name">username</stringProp>
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
                </elementProp>
                <elementProp name=""
elementType="org.apache.jmeter.protocol.http.util.HTTPArgument">
                  <stringProp name="Argument.metadata">=</stringProp>
                  <stringProp name="Argument.value">Password</stringProp>
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
                  <stringProp name="Argument.name">password</stringProp>
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
                </elementProp>
                <elementProp name=""
elementType="org.apache.jmeter.protocol.http.util.HTTPArgument">
                  <stringProp name="Argument.metadata">=</stringProp>
                  <stringProp name="Argument.value">login</stringProp>
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
                  <stringProp name="Argument.name">naviButton</stringProp>
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
                </elementProp>
              </collectionProp>
              <stringProp name="TestElement.name"></stringProp>
              <boolProp name="TestElement.enabled">true</boolProp>
            </elementProp>
            <stringProp name="HTTPSampler.mimetype"></stringProp>
            <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui2</stringProp>
            <stringProp name="HTTPSampler.FILE_FIELD"></stringProp>
            <stringProp name="TestElement.name">02-/fvpgfs/logon.do</stringProp>
            <stringProp name="HTTPSampler.monitor">false</stringProp>
            <stringProp name="HTTPSampler.domain"></stringProp>
            <stringProp name="HTTPSampler.FILE_NAME"></stringProp>
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
          </HTTPSampler2>
          <hashTree>
            <ResponseAssertion>
              <stringProp
name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
              <stringProp
name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
              <stringProp name="TestElement.name">Response Assertion</stringProp>
              <collectionProp name="Asserion.test_strings">
                <stringProp name="-1204722153">Sind Sie schon Kunde bei
uns</stringProp>
              </collectionProp>
              <boolProp name="TestElement.enabled">true</boolProp>
              <stringProp
name="Assertion.test_field">Assertion.response_data</stringProp>
              <intProp name="Assertion.test_type">2</intProp>
              <stringProp name="Assertion.assume_success">false</stringProp>
            </ResponseAssertion>
            <hashTree/>
          </hashTree>
        </hashTree>
        <HTTPSampler2>
          <stringProp
name="HTTPSampler.path">${ap_context}/secure/closingservlet</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.HTTPSampler2</stringProp>
          <stringProp name="HTTPSampler.method">GET</stringProp>
          <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
          <stringProp name="HTTPSampler.protocol">http</stringProp>
          <boolProp name="TestElement.enabled">true</boolProp>
          <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
          <stringProp name="HTTPSampler.port">${server_am_port}</stringProp>
          <elementProp name="HTTPsampler.Arguments"
elementType="org.apache.jmeter.config.Arguments">
            <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel</stringProp>
            <stringProp
name="TestElement.test_class">org.apache.jmeter.config.Arguments</stringProp>
            <collectionProp name="Arguments.arguments"/>
            <stringProp name="TestElement.name"></stringProp>
            <boolProp name="TestElement.enabled">true</boolProp>
          </elementProp>
          <stringProp name="HTTPSampler.mimetype"></stringProp>
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui2</stringProp>
          <stringProp name="HTTPSampler.FILE_FIELD"></stringProp>
          <stringProp name="TestElement.name">16-Logout</stringProp>
          <stringProp name="HTTPSampler.monitor">false</stringProp>
          <stringProp name="HTTPSampler.domain">${server_am}</stringProp>
          <stringProp name="HTTPSampler.FILE_NAME"></stringProp>
          <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
        </HTTPSampler2>
        <hashTree>
          <ConstantTimer>
            <stringProp
name="TestElement.gui_class">org.apache.jmeter.timers.gui.ConstantTimerGui</stringProp>
            <stringProp
name="TestElement.test_class">org.apache.jmeter.timers.ConstantTimer</stringProp>
            <stringProp name="TestElement.name">Konstanter Timer</stringProp>
            <boolProp name="TestElement.enabled">true</boolProp>
            <stringProp name="ConstantTimer.delay">500</stringProp>
          </ConstantTimer>
          <hashTree/>
        </hashTree>
        <ConstantTimer>
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.timers.gui.ConstantTimerGui</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.timers.ConstantTimer</stringProp>
          <stringProp name="TestElement.name">Konstanter Timer</stringProp>
          <boolProp name="TestElement.enabled">true</boolProp>
          <stringProp name="ConstantTimer.delay">300</stringProp>
        </ConstantTimer>
        <hashTree/>
        <CookieManager>
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.gui.CookiePanel</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.protocol.http.control.CookieManager</stringProp>
          <stringProp name="TestElement.name">HTTP Cookie Manager</stringProp>
          <boolProp name="CookieManager.clearEachIteration">true</boolProp>
          <boolProp name="TestElement.enabled">true</boolProp>
          <collectionProp name="CookieManager.cookies"/>
        </CookieManager>
        <hashTree/>
        <ConfigTestElement>
          <stringProp name="HTTPSampler.path"></stringProp>
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.config.ConfigTestElement</stringProp>
          <stringProp name="TestElement.name">HTTP Request Default
Einstellungen</stringProp>
          <stringProp name="HTTPSampler.domain">${server_gfs}</stringProp>
          <stringProp name="HTTPSampler.protocol">http</stringProp>
          <boolProp name="TestElement.enabled">true</boolProp>
          <elementProp name="HTTPsampler.Arguments"
elementType="org.apache.jmeter.config.Arguments">
            <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel</stringProp>
            <stringProp
name="TestElement.test_class">org.apache.jmeter.config.Arguments</stringProp>
            <collectionProp name="Arguments.arguments"/>
            <stringProp name="TestElement.name">Argument List</stringProp>
            <boolProp name="TestElement.enabled">true</boolProp>
          </elementProp>
          <stringProp name="HTTPSampler.port">${server_gfs_port}</stringProp>
        </ConfigTestElement>
        <hashTree/>
        <ResultCollector>
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.visualizers.StatVisualizer</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
          <stringProp name="TestElement.name">Aggregate Report</stringProp>
          <objProp>
            <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
              <time>true</time>
              <latency>true</latency>
              <timestamp>true</timestamp>
              <success>true</success>
              <label>true</label>
              <code>true</code>
              <message>true</message>
              <threadName>true</threadName>
              <dataType>true</dataType>
              <encoding>false</encoding>
              <assertions>true</assertions>
              <subresults>true</subresults>
              <responseData>false</responseData>
              <samplerData>false</samplerData>
              <xml>true</xml>
              <fieldNames>false</fieldNames>
              <responseHeaders>false</responseHeaders>
              <requestHeaders>false</requestHeaders>
              <responseDataOnError>false</responseDataOnError>
             
<saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
              <assertionsResultsToSave>0</assertionsResultsToSave>
              <delimiter>,</delimiter>
              <printMilliseconds>true</printMilliseconds>
            </value>
            <name>saveConfig</name>
          </objProp>
          <boolProp name="TestElement.enabled">true</boolProp>
          <stringProp
name="filename">../Results/EXPERIMENTELL_2005-10-26.jtl</stringProp>
          <boolProp name="ResultCollector.error_logging">false</boolProp>
        </ResultCollector>
        <hashTree/>
      </hashTree>
    </hashTree>
  </hashTree>
</jmeterTestPlan>
==========================================================================

Here the included file
==========================================================================
<jmeterTestPlan version="1.1" properties="1.7">
  <hashTree>
    <GenericController>
      <stringProp
name="TestElement.gui_class">org.apache.jmeter.control.gui.LogicControllerGui</stringProp>
      <stringProp
name="TestElement.test_class">org.apache.jmeter.control.GenericController</stringProp>
      <stringProp name="TestElement.name">FVP Login</stringProp>
      <boolProp name="TestElement.enabled">true</boolProp>
    </GenericController>
    <hashTree>
      <HTTPSampler2>
        <stringProp name="HTTPSampler.path">/fvpgfs/login/preLogon.do</stringProp>
        <stringProp
name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.HTTPSampler2</stringProp>
        <stringProp name="HTTPSampler.method">GET</stringProp>
        <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
        <stringProp name="HTTPSampler.protocol">http</stringProp>
        <boolProp name="TestElement.enabled">true</boolProp>
        <boolProp name="HTTPSampler.follow_redirects">false</boolProp>
        <stringProp name="HTTPSampler.port"></stringProp>
        <elementProp name="HTTPsampler.Arguments"
elementType="org.apache.jmeter.config.Arguments">
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.config.Arguments</stringProp>
          <collectionProp name="Arguments.arguments"/>
          <stringProp name="TestElement.name"></stringProp>
          <boolProp name="TestElement.enabled">true</boolProp>
        </elementProp>
        <stringProp name="HTTPSampler.mimetype"></stringProp>
        <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui2</stringProp>
        <stringProp name="HTTPSampler.FILE_FIELD"></stringProp>
        <stringProp
name="TestElement.name">01-/fvpgfs/login/preLogon.do</stringProp>
        <stringProp name="HTTPSampler.monitor">false</stringProp>
        <stringProp name="HTTPSampler.domain"></stringProp>
        <stringProp name="HTTPSampler.FILE_NAME"></stringProp>
        <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
      </HTTPSampler2>
      <hashTree/>
      <HTTPSampler2>
        <stringProp name="HTTPSampler.path">/fvpgfs/logon.do</stringProp>
        <stringProp
name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.HTTPSampler2</stringProp>
        <stringProp name="HTTPSampler.method">POST</stringProp>
        <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
        <stringProp name="HTTPSampler.protocol">http</stringProp>
        <boolProp name="TestElement.enabled">true</boolProp>
        <boolProp name="HTTPSampler.follow_redirects">false</boolProp>
        <stringProp name="HTTPSampler.port"></stringProp>
        <elementProp name="HTTPsampler.Arguments"
elementType="org.apache.jmeter.config.Arguments">
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.config.Arguments</stringProp>
          <collectionProp name="Arguments.arguments">
            <elementProp name=""
elementType="org.apache.jmeter.protocol.http.util.HTTPArgument">
              <stringProp name="Argument.metadata">=</stringProp>
              <stringProp name="Argument.value">User</stringProp>
              <boolProp name="HTTPArgument.use_equals">true</boolProp>
              <stringProp name="Argument.name">username</stringProp>
              <boolProp name="HTTPArgument.always_encode">false</boolProp>
            </elementProp>
            <elementProp name=""
elementType="org.apache.jmeter.protocol.http.util.HTTPArgument">
              <stringProp name="Argument.metadata">=</stringProp>
              <stringProp name="Argument.value">Password</stringProp>
              <boolProp name="HTTPArgument.use_equals">true</boolProp>
              <stringProp name="Argument.name">password</stringProp>
              <boolProp name="HTTPArgument.always_encode">false</boolProp>
            </elementProp>
            <elementProp name=""
elementType="org.apache.jmeter.protocol.http.util.HTTPArgument">
              <stringProp name="Argument.metadata">=</stringProp>
              <stringProp name="Argument.value">login</stringProp>
              <boolProp name="HTTPArgument.use_equals">true</boolProp>
              <stringProp name="Argument.name">naviButton</stringProp>
              <boolProp name="HTTPArgument.always_encode">false</boolProp>
            </elementProp>
          </collectionProp>
          <stringProp name="TestElement.name"></stringProp>
          <boolProp name="TestElement.enabled">true</boolProp>
        </elementProp>
        <stringProp name="HTTPSampler.mimetype"></stringProp>
        <stringProp
name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui2</stringProp>
        <stringProp name="HTTPSampler.FILE_FIELD"></stringProp>
        <stringProp name="TestElement.name">02-/fvpgfs/logon.do</stringProp>
        <stringProp name="HTTPSampler.monitor">false</stringProp>
        <stringProp name="HTTPSampler.domain"></stringProp>
        <stringProp name="HTTPSampler.FILE_NAME"></stringProp>
        <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
      </HTTPSampler2>
      <hashTree>
        <ResponseAssertion>
          <stringProp
name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
          <stringProp
name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
          <stringProp name="TestElement.name">Response Assertion</stringProp>
          <collectionProp name="Asserion.test_strings">
            <stringProp name="-1204722153">Sind Sie schon Kunde bei uns</stringProp>
          </collectionProp>
          <boolProp name="TestElement.enabled">true</boolProp>
          <stringProp
name="Assertion.test_field">Assertion.response_data</stringProp>
          <stringProp name="Assertion.assume_success">false</stringProp>
          <intProp name="Assertion.test_type">2</intProp>
        </ResponseAssertion>
        <hashTree/>
      </hashTree>
    </hashTree>
  </hashTree>
</jmeterTestPlan>
==========================================================================

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org