On 08/04/2008, walterw <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am trying to perform a basic test which is very similar to what we have > setup in Selenium. > > This is what I have setup so far: > Login > Assert (check that the user was correctly authenticated (Welcome Fred)) > > Search > after authenticating, perform a basic search at another URL within the site > > > I have a HTTP Cookie Manager in the thread group; however, it looks like the > sessionid or cookie is not being persisted from the login to search. Is > there something I'm missing with the setup? >
Depends on how the application handles logins - it may not use cookies. If it uses hidden fields, then you will need to use the Regex Extractor to pick up the value, and then use it in the appropriate parameter screen. > > Thanks, > Walter > > -- > View this message in context: > http://www.nabble.com/login-and-perform-search-tp16560783p16560783.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

