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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8136

HTML Link Parser - random select of values in drop down lists

           Summary: HTML Link Parser - random select of values in drop down
                    lists
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Running version 1.7 beta3 on Windows 2000. 

I don't know if this is a bug, a feature request, or if I have used the tool 
incorrectly.  

Was using HTML Link Parser in an effort to have Jmeter randomly select values 
from a drop down list.  No values were selected.
I don't know if this is a bug, a feature request, or if I have used the tool 
incorrectly.  

List contents --.

<select name="fromCity" size="10" onchange="buildDestinations()" 
class="schedboxnarrow"><option value="YXX">Abbotsford</option>
<option value="YYC">Calgary</option>
<option value="YQQ">Comox</option>
<option value="YEG">Edmonton</option>
<option value="YMM">Fort McMurray</option>
<option value="YWG">Winnipeg</option></select>     

The thread and all of its settings

<?xml version="1.0"?>

<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="arguments"><Arguments>
</Arguments>
</property>
<property name="path">/internet/sky/schedule/index.jsp</property>
<property name="domain">c0dsp.westjet.com</property>
<property name="port">80</property>
<property name="method">GET</property>
</ConfigElement></defaultUrl>
<configElements>
</configElements>
<controllers>
</controllers>
</HttpTestSample>

<Controller type="org.apache.jmeter.control.ModifyController" 
name="Modification Controller">
<configElements>
<ConfigElement type="org.apache.jmeter.protocol.http.modifier.AnchorModifier">
</ConfigElement>
</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="arguments"><Arguments>
<argument name="fromCity"> .*</argument>
<argument name="toCity"> .*</argument>
<argument name="westjetWeek"> .*</argument>
</Arguments>
</property>
<property name="path">/internet/sky/checkFlights.cgi</property>
<property name="domain">c0dsp.westjet.com</property>
<property name="port">80</property>
<property name="method">GET</property>
</ConfigElement></defaultUrl>
<configElements>
</configElements>
<controllers>
</controllers>
<assertion name="Assertion" class="org.apache.jmeter.assertions.Assertion" 
testType="6" testField="sampler.RESPONSE">
<testString>There are no flights between the two selected cities</testString>
</assertion>
</HttpTestSample>

</controllers>
</Controller>
</controllers>
</LoopController>
</controllers>
<timers>
</timers>
<listeners>
<JMeterComponent type="org.apache.jmeter.reporters.ResultCollectorFull" 
name="View Results Tree"/>
<JMeterComponent type="org.apache.jmeter.reporters.AssertionReporter" 
name="Assertion Results"/>
</listeners>
</ThreadGroup>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to