Re: Script error in performance test
Posted by junoyoon on
URL: http://ngrinder.373.s1.nabble.com/Script-error-in-performance-test-tp90p102.html
The reason might be that your script would be checkout still c:\Document and Settings\youraccount\.ngrinder\script\...
ngrinder uses {user account}\.ngrinder path for data.
There are still spaces... in the path.
OK. You can provide NGRINDER_HOME env var for controller data folder
For example,
NGRINDER_HOME=f:\ngrinder\controller\home
NGRINDER_AGENT_HOME=f:\ngrinder\agent\home
And restart the agent and controller.