私は JMeter 2.6 を使用しており、テスト用に次の設定をしています。
-
|-test.jmx
|-myschema.xsd
XML スキーマ アサーションを設定し"myschema.xsd"
、[ファイル名] フィールドに入力しました。残念ながら、これはうまくいきません:
HTTP Request
Output schema : error: line=1 col=114 schema_reference.4:
Failed to read schema document 'myschema.xsd', because
1) could not find the document;
2) the document could not be read;
3) the root element of the document is not <xsd:schema>.
(ユーザーの を指す) や(何も返さない) などpath
、いくつかのものを に追加しようとしました。絶対パスを指定して動かしたのですが、スクリプトは他人が使うものなのでダメです。${__P(user.dir)}
home dir
${__BeanShell(pwd())}
コマンドラインで定義されたプロパティ値を使用することもできますが、同じ理由でそれも避けたいと思います。
このような状況でアサーションをスキーマに正しくポイントするにはどうすればよいですか?