What technical information do you like to capture?

I wrote an article about logging your autotests/scripts for debugging Writing Your Own Logs - DZone. It isn’t particularly about capturing technical information within the autotest framework, but anyway, I believe it’s quite relevant to the topic. I think that it’s crucial to collect as much data as possible - all actions, entity IDs, test data, and sometimes even timestamps, as well as response codes or the entire content, payload, headers, response time, etc. + collecting all the application logs makes it easier to identify the issues and how it was reproduced, and to locate specific logs on the server or other microservices/3rd party services

1 Like