Closed asfimport closed 21 years ago
Mike Stover (migrated from Bugzilla): The HTML Link Parser is a tricky beast to use. Most likely, your test sample didn't match any URL's in the page parsed. I have improved it recently however, so I recommend trying again, and getting help on the list to get it working.
Jordi Salvat i Alabart (migrated from Bugzilla): Marking all bugs RESOLVED before JMeter 1.8's release date as VERIFIED. Yes, it's pretty poor QA procedure, but there's bugs here lingering since JMeter 1.6, and we need to clean up a little.
Jordi Salvat i Alabart (migrated from Bugzilla): Bulk-closing all bugs RESOLVED before JMeter 1.8 release date.
Alastair (Bug 8136): 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>
Severity: normal OS: All Resolution: WORKSFORME