The properties of result step should include the value of st_LastReturnValue
When using the results file to debug a Visual Test execution, there are often no details returned with regards to the value returned from methods that retrieve information from a control, e.g.:
- GetMultiText
- Exists
- IsFocussed
It would be beneficial if the result step details also included the value of st_LastReturnValue. For example, if a user wanted to check whether an Exists call returned True/False an additional step would be required to log that information to the results.
