I want JMeter to distribute testing. The manual said that first I have to start jmeter-server on the remote nodes, and then I have to update jmeter.config and run jmeter on the main node.
I have done all these steps. My test plan includes working with CSV configuration files. If I test only 1 (master) node - then everything works like a charm. But when I try to distribute testing, all tests fail. Some research has shown that remote hosts send requests without substituting ${..} -like parameters. Requests look like
POST data: 5 | 0 | 6 | Http: //host.com/portal/ | 67D1C612DCF291DCD0F71AD15E404F37 | host.ui.client.services.LoginService | Login | java.lang.String / 2004016611 | $ {admin_login} | 1 | 2 | 3 | 4 | 3 | 5 | 5 | 5 | 6 | 6 | 1 |
Obviously, the remote jmeter-server cannot find the CSV file. Where should I put this?
PS: I have machines with different OS (Windows 7 and Ubuntu 10.04).
java testing configuration jmeter
Roman
source share