I am using Junit Sampler for a load test. My junit testcase has many dependent JAR files, and some of them have dependent property files. My problem is that those dependent property files could not be found out, no matter I put them to anywhere. I've tried to put property files to search_paths and user.classpath by updating jmeter.properties. I ever put them under <jmeter-home>/lib, <jmeter-home>/bin, and <jmeter-home>/lib/junit. I also put them to their JAR files, but property files were still could not be found out, even though classes in the same JAR files were working well.
Any suggestion? Thanks Zhongjie

