4

JMeter の html ファイルからすべての埋め込みリソースを自動的に取得するようにグローバル プロパティを設定することは可能ですか。プランの Http Request と Http Request Defaults でこれをチェック/チェック解除できることは知っていますが、.properties ファイルに同様のオプションがあります。

また、Http Request Defaults 要素のオプションをオンにした場合、プラン内の個々の Http Request に対してそれを無効にするにはどうすればよいですか?

4

2 に答える 2

2

2.8 の時点ではまだ可能ではありません。これに対する拡張要求があります。

2番目の質問については、答えは次のとおりです。

ノートを参照してください:

   Note: radio buttons only have two states - on or off. This makes it impossible to
   override settings consistently - does off mean off, or does it mean use the current 
   default? JMeter uses the latter (otherwise defaults would not work at all). So if    
   the button is off, then a later element can set it on, but if the button is on, a 
   later element cannot set it off.
于 2012-10-26T21:21:04.707 に答える