|
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. |