I am beginner in JSFUnit and related technologies. I was wondering: is it possible to change the url without creating a new JSFSession object? I.e. I would like to simulate the situation where the user types in a new address in his/her address bar.
Additional Information
The problem is that I have many links in my facelets page, that cannot be assigned ids because they are created inside a ui:repeat element.
Workaround
Use a cookie to restore the session between different JSFSessions