Is there a way to capture and store (or write to a file) the values returned in the Response? (Checkpoint values)
Using HP UFT 11.52
Thanks,
Lynn
I mentioned this on my other answer , you can also write it programatically if you have dynamic array response please refer below: https://stackoverflow.com/a/28012383/3972994
After running a test, in the test folder, you can find a Snapshots/LastIteration directory. In it you can find the return value for each step saved in a txt file. Pay attention that if you data drive the step, only the last iteration will be saved to file. However, in the Test's log (Test dir/Log/vtd_user.log) you can find all the iterations persisted
Thanks, Yossi