I am using selenium 2.20.0 for my JSF/Primefaces webtest. I have currently 40-50 webtest for my webapp. Currently before each webtest case I am login and after i am logout. This take very long time and it is repeating same steps in each test. I want to change this by login and logout only one time.
For example if I run all web test in single testsuit then login before all test start and logout after all webtest finishes. Or if I run single webtest then login before and logout after that test finish.
Is this possible ? If yes then what are possible solutions ?