BAEL-4672 changed file path to be placeholder for JMEter file axtraction script

This commit is contained in:
Liam Garvie 2021-02-15 16:25:11 +00:00
parent 60a19ec9f4
commit 7630f9dd91
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
<stringProp name="filename"></stringProp>
<stringProp name="parameters"></stringProp>
<boolProp name="resetInterpreter">false</boolProp>
<stringProp name="script">FileWriter fWriter = new FileWriter(&quot;/Users/liamgarvie/Documents/result.txt&quot;, true);
<stringProp name="script">FileWriter fWriter = new FileWriter(&quot;<path>/result.txt&quot;, true);
BufferedWriter buff = new BufferedWriter(fWriter);
buff.write(&quot;Response Code : &quot; + ctx.getPreviousResult().getResponseCode());