mirror of https://github.com/apache/jmeter.git
Standardise on BeanShell
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1413677 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0426a77ada
commit
e34d50e3da
|
|
@ -1201,7 +1201,7 @@ methods in the SampleResult. For example, the script has access to the methods
|
|||
setStopThread(boolean) and setStopTest(boolean).
|
||||
</p>
|
||||
<p>
|
||||
Unlike the Beanshell Sampler, the BSF Sampler does not set the ResponseCode, ResponseMessage and sample status via script variables.
|
||||
Unlike the BeanShell Sampler, the BSF Sampler does not set the ResponseCode, ResponseMessage and sample status via script variables.
|
||||
Currently the only way to changes these is via the SampleResult methods:
|
||||
<ul>
|
||||
<li>SampleResult.setSuccessful(true/false)</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue