Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 jmeter 测试,需要先运行一个 shell 脚本才能启动。shell 脚本位于 jmx 文件的目录中。我使用 OS Process Sampler 来调用脚本,但工作目录设置为 apache jmeter 的 bin/ 文件夹,从而导致错误。
我的 jmx 测试计划所在的当前目录是否有属性?
ubuntu 12.04 上的 apache jmeter 2.8
方法:
添加一个名为 shellDir 的用户定义变量,其值为 ${__P(shellDir,default folder)}
在你的路径中使用它作为 ${shellDir}/
在启动时使用 -JshellDir= 定义此属性
看: