Fanfare Home | Community Home | Contact Us  

13535 -- Query does not work correctly in ExitProcedure action

Space Search
Searching iTest 3.4 Release Notes
Table of Contents

iTest 3.3.1:

Substitution does not support [query . ] or [response . ] in ExitProcedure to get the response for the current step. Temporary workaround is to store the response using "StoreResponse resp" and then use [query resp ] to get the current response.

iTest 3.4:

Starting with iTest 3.4, substitution now supports [query . ] and [response . ] in ExitProcedure to get the response for the current step. This is consistent with the substitution support for other actions and deferred actions.

With this change, substitution now occurs before StoreResponse will save the current response and this means that substitution for ExitProcedure is not backward compatible for users who have used a StoreResponse variable to get the current response. These test cases will need to be updated to change the resp variable to '.' for the current response.

Labels

3_3_1 3_3_1 Delete
3_4 3_4 Delete
backward_compatibility backward_compatibility Delete
execution execution Delete
general general Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.