Previous Topic: Utilities StepsNext Topic: Output Log Message


Save Property as Last Response

The Save Property as Last Response step lets you save the value of a property as the last response.

Enter the property name of an existing property or select it from the pull-down menu. The value of the property is loaded as the last response (and the step response). The value can then be accessed immediately as the last response, or later in the test case using the property lisa.thisStepname.rsp, where thisStepName is the name of the current step.

Each step in a test case has a response that is associated with it. When that step runs, the response is automatically saved in two properties: LASTRESPONSE and lisa.thisStepName.rsp. Use this step so you can have filters and assertions apply to a property value instead of the real response of the step.