>When the Submit button is pressed the form fields are stored in the database(SQL insert) and the system returns the “ID” from >database. But when you are using HTTP , this will be returned as part of the body(or as part of the URL in case of a redirect). Use a view results tree listener and check the response and see. Alternately use Fiddler on the browser and check the response.
Response text and body are the same thing. id say first check the response in Tree Listener , if your data is present there then there is a problem with your regex regards deepak On Wed, Jul 21, 2010 at 7:12 AM, Vini <[email protected]> wrote: > > Hi, > > I guess none of options :(. > > When the Submit button is pressed the form fields are stored in the > database > (SQL insert) and the system returns the “ID” from database. > > I need to call the next page using this id as a parameter > (ie.cadastraretiquetaman?chPlc=28004). This information just appears as a > response from the action. > > As we can see in "assertion" -> "response assertion" there is a option to > get the "text response", Is there something similar in "post-processor" -> > "regular expression extractor" ? > > Att, > > > Vini > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Problems-in-getting-a-request-response-tp1640075p1722402.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

