To display a variable value while a test plan is running, follow these steps.
1.      Add a Java Request element (a Sampler) to the test plan after the point 
in the test plan where the variable is defined by an element or a function.
2.      In the Java Request, do the following:
a.      Set the Label parameter to display the variable name and variable 
value. For example:
        MyVariable: ${MyVariable}
b.      Set the Status parameter to "OK" or "FAIL".
        "OK" allows the test plan execution to continue.
        "FAIL" forces test plan execution to stop.

>>>>> for the following, I did not get any result from the View Result in the 
>>>>> table, listener

3       Add a View Results in Table element (a Listener) to the test plan.
4.      Run the test plan.
        The View Results in Table element displays the Java Request response 
with the variable name and variable value.
>>>>.>>.>

AL


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to