What is a good way to monitor if any tests have been deleted in a given time period?
♥ 0 |
We have had some tests go missing in some projects. By missing I mean deleted. I assume this is by mistake most times, and most users will bring it up and say they accidently deleted such and such. This sort of thing does not happen often, but mistakes do happen and with a lot of users, you get more mistakes. However some things don't get reported and that can just be problematic. We keep a week of backups, so it has fallen to me as a new task to go about checking to see what got deleted before a backup is written over for the next week. One would think that tests would not get deleted very often; except for when being first written perhaps, so I don't think this should ever be a lot of data to parse through. My question then would be what is a good, quick method of checking to see what got deleted for the given week for a specific project, in regards to Tests?
Marked as spam
|