robyp
15 years agoNew Contributor
session reuse within test runner and virtual used
hi to all,
i have a load ui test case that is running a soap ui web test (using a Soap ui runner instead of WebPage Runner).
The virtual user generator is set to 1 user per second but every request create a new http Session in Jboss Server (SessionContext)
for example if we have 250 users we must expect 250 session ids instead 250 * test time spent (in second) ids
250 virtual users -> test running in 120 sec
result: 250 * 120 sec sessions instead 250 expected
how can reuse the same session for user?
thank you
Roby
i have a load ui test case that is running a soap ui web test (using a Soap ui runner instead of WebPage Runner).
The virtual user generator is set to 1 user per second but every request create a new http Session in Jboss Server (SessionContext)
for example if we have 250 users we must expect 250 session ids instead 250 * test time spent (in second) ids
250 virtual users -> test running in 120 sec
result: 250 * 120 sec sessions instead 250 expected
how can reuse the same session for user?
thank you
Roby