Hi all,

 

I'm using Jmeter 2.3.2 on XP. I don't know if it's possible use the
Regular Expression extractor to extract a group of values from a
response.

 

I have this response:

 

<input type="checkbox" name="seleccionado" value="6001000123|6001000123"
checked="checked"
onclick="updateSelectedQuantity(this,'PrestadoresSimulacion');
updateState();" disabled="disabled" id="PrestadoresSimulacion_items">

<input type="checkbox" name="seleccionado" value="6091000123|6091000123"
checked="checked"
onclick="updateSelectedQuantity(this,'PrestadoresSimulacion');
updateState();" disabled="disabled" id="PrestadoresSimulacion_items">

<input type="checkbox" name="seleccionado" value="6901000123|6901000123"
checked="checked"
onclick="updateSelectedQuantity(this,'PrestadoresSimulacion');
updateState();" disabled="disabled" id="PrestadoresSimulacion_items">

....

....

....

<input type="checkbox" name="seleccionado" value="7001000123|7001000123"
checked="checked"
onclick="updateSelectedQuantity(this,'PrestadoresSimulacion');
updateState();" disabled="disabled" id="PrestadoresSimulacion_items">

 

I need extract all the values:

 

"6001000123|6001000123"; "6091000123|6091000123";
"6901000123|6901000123"; ...; "7001000123|7001000123"

 

 

I have the regular expression to extract 1 of the values; but is
possible extract all the values with Regular Expression extractor? How?

 

Thanks in advance to all


#################################################################################################################
Este documento puede incluir información confidencial y propiedad de Neoris y 
deberá ser leído solamente por la 
o las personas a quienes está dirigido. Si usted ha recibido este mensaje por 
error, por favor avise 
inmediatamente al remitente contestando y eliminando este correo. Cualquier 
punto de vista u opiniones expresadas 
en este mensaje son del remitente y no necesariamente coinciden con aquellas de 
Neoris. Este documento no deberá 
ser reproducido, copiado, distribuido, publicado, ni modificado por terceros 
sin la autorización por escrito de Neoris. 

Este mensaje ha sido verificado contra virus. Visítenos en www.neoris.com. 
#################################################################################################################

Reply via email to