Need more information to answer your question... 1. Is your variable a cookie? If so, JMeter already handles cookies.
2. Is your varible stored in the URL? As a query string (http://blah.com/myfile?myVariable=xyz)? As a path (URL rewriting) (http://blah.com/myfile gets rewritten as http://blah.com/myfile/xyz123)? Thanks, Kevin --- Norbert Rapacz <[EMAIL PROTECTED]> wrote: > Hello, > I have got following problem: I need to do HTTP > tests but one sample is > somehow connected to previous ones. To be strict, I > need to remember the > value from one HTTP response and use it as an > argument value in next HTTP > request. What would be the simplest solution for > that in JMeter? > I have got an idea to create some kind of > variables that are placed > instead of argument value. When JMeter works the > variable is substituted > with actual value gathered from particular response > (parsing needed). What > do you think of that idea? > > > > Thanks, > > Norbert > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

