BAEL-4672 changed file path to be placeholder for JMEter file axtraction script
This commit is contained in:
parent
60a19ec9f4
commit
7630f9dd91
|
@ -57,7 +57,7 @@
|
|||
<stringProp name="filename"></stringProp>
|
||||
<stringProp name="parameters"></stringProp>
|
||||
<boolProp name="resetInterpreter">false</boolProp>
|
||||
<stringProp name="script">FileWriter fWriter = new FileWriter("/Users/liamgarvie/Documents/result.txt", true);
|
||||
<stringProp name="script">FileWriter fWriter = new FileWriter("<path>/result.txt", true);
|
||||
BufferedWriter buff = new BufferedWriter(fWriter);
|
||||
|
||||
buff.write("Response Code : " + ctx.getPreviousResult().getResponseCode());
|
||||
|
|
Loading…
Reference in New Issue