Hi guys, I'm an happy WebTest user, and now I'd like to turn some tests I've written into load tests. Putting it simple, I just need to execute a whole webtest (but even a group of steps would be ok) under concurrent load, by specifying the number of simulated users (that is, concurrent executions), a ramp-up period and optionally a schedule. I've tried to write some custom steps, but there seems to be synchronization problems, because WebTest APIs do not seem to be designed for working in a concurrent environment.
So, I'd like to have some suggestions by the WebTest developers about how to implement such a feature. Currently, the main problem seems to be that the WebtestTask Context and the way it's used are not thread safe. Obviously, if I'll implement that successfully, I'll contribute it back to the WebTest community! Thanks, Cheers, Sergio B. -- Sergio Bossa Software Design Passionate, Java Technologies Specialist and Open Source Enthusiast. Blog : http://sbtourist.blogspot.com Sourcesense - making sense of Open Source : http://www.sourcesense.com Pro-netics s.p.a. : http://www.pronetics.it _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

