From: Dantes, E. <Ed....@gd...> - 2005-05-23 21:59:56
|
Hi, I was just wondering if there was a field where you can specify which the particular UserProfile box that comes up, when you use Netscape and Mozilla. There probably isnt a way to do this, but perhaps I should rephrase this another way. I am trying to load test my javascript application using HtmlUnit, JUnit and JUnitPerf. The web application requires you to login correctly prior to gaining access. Thus I have several users in tow: testuser1, testuser2, etc... all of which I am trying to emulate simultaneously. Basically each user has its own TestClass in which I add all the tests to the TestSuite. One or two users, work fine, but testing more users gives major problems, out of memory error to be exact. This all leads back to the UserProfile, because netscape will not allow you to log on as a different user after two...any responses on how I can do this? Thanks Ed |