Is there a way to keep a selenium session persistent accross multiple tests?

Posted by Nick on Stack Overflow See other posts from Stack Overflow or by Nick
Published on 2010-03-31T15:24:49Z Indexed on 2010/04/01 14:03 UTC
Read the original article Hit count: 240

Filed under:

I am testing a django application's frontend with selenium and that's first time I use it. I have multiple tests that test things after user logged in.

I want them to be separate tests, but I want to have only log in once, is that possible? (As oppose to what I do right now: I log in first, then execute my testing actions of test1, then log in again and execute my testing actions for test2, etc.)

© Stack Overflow or respective owner

Related posts about selenium