Administrator
|
Did you check the log? In the log if there are "before thread" log, which means.. that the @BeforeThread logic is executed.
If you can see this log and still have the problem. it might be caused by the old ngrinder bug.
What version of ngrinder "agent" are you using?
In ngrinder 3.2, it creates only one TestRunner object for all threads per process.
So if you used a member variable in loadMain(), loadLogin() ... method, the member variable value may be overwritten by several threads(which means.. it's not thread safe) and cause some problems.
If you're using ngrinder 3.2 version(especially, agent side), please upgrade it to ngrinder 3.2.3
or wait until next week when 3.3 version is released.
|