There should be no other limitations other than HTTPUnitOptions (which actually causes us some problems). Our test cases frequently run with several separate web connections across 1 - 5 threads and we've not had any HttpUnit related errors.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In other words I want to open multiple pages on multiple sites in the same VM using different threads/session.
Obviously, the HttpUnit Options class being static is a limitation. But other then that are their any other issues?
There should be no other limitations other than HTTPUnitOptions (which actually causes us some problems). Our test cases frequently run with several separate web connections across 1 - 5 threads and we've not had any HttpUnit related errors.