May be you can add the http cookie manager to get the values related to
session
brittoC
On Sep 16, 2011 8:55 PM, "Deepak Shetty" <shet...@gmail.com> wrote:

> Hi
> Session is on the server so as long as you pass the session id you are good
> - usually you have to add cookie manager
> What is more likely is you aren't extracting the data correctly.jmeter will
> have recorded the name value pairs that are being posted back but some of
> the values are probably dynamic and change. You need to extract out those
> values.
> The values have to be there somewhere in the html or java script otherwise
> the browser can't send them back either
> Regards
> Deepak
> On Sep 16, 2011 7:06 AM, "chanda" <kcma...@yahoo.com> wrote:
> > I have a ASP.net Page with Ajax calls and post backs happenning, I need
> to
> > enter the values and submit the form following are the steps.
> > 1. When I enter an SSN and tab out a post back is happenning and a
> request
> > is recorded in the Jmeter.
> > 2. I enter First Name and Date of Birth and tab out another post back is
> > happenning and another request is created in Jmeter.
> > 3. I click on Submit another request is created in Jmeter.
> >
> > The issue here is in the step one when I enter the SSN and tab out in the
> > application they are also extracting some values through code from
> session
> > manager for example userid,company number etc so thses values are not
> > available in the jmeter script after recording so how do I extract these
> > values , I dont see any ID and values so that I can extract them using
> > regular expression ??
> >
> > --
> > View this message in context:
>
> http://jmeter.512774.n5.nabble.com/Extracting-Hidden-Values-in-Jmeter-tp4810804p4810804.html
> > Sent from the JMeter - User mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
> >
>

Reply via email to