Forum Discussion
SaraCavelind
13 years agoContributor
Hi Henrik!
Actually my real name is Fredrik Cronholm (working at Folksam, perhaps I'll see you on thursday?), but the sales department uses a license broker and we got this logon...
I see codesnippets lookign like this in various places:
def String callLogin()
{
//Use the shared object created in the Setup Script for synchronization
synchronized(context.LoadTestContext.lock)
{
log.info 'Login inside'
...
}
but this method (syncronized) is nothing you think I'll need?
Disk I/O could be a problem in terms of throughput, but the main point is to get a stable env where I can compare the results from release to release.
Actually my real name is Fredrik Cronholm (working at Folksam, perhaps I'll see you on thursday?), but the sales department uses a license broker and we got this logon...
I see codesnippets lookign like this in various places:
def String callLogin()
{
//Use the shared object created in the Setup Script for synchronization
synchronized(context.LoadTestContext.lock)
{
log.info 'Login inside'
...
}
but this method (syncronized) is nothing you think I'll need?
Disk I/O could be a problem in terms of throughput, but the main point is to get a stable env where I can compare the results from release to release.