5

What are your thoughts on documenting developer (local/dev) functional testing? Should we be trusted that we've tested our shit and it works? Or should we provide proof? Are we better to provide proof to protect ourselves?

Comments
  • 0
    I always like to do unit testing before releasing my code. doesnt matter which project it is. I do it even for my side projects.
  • 0
    Oh yeah, automated unit tests go without saying! At my work that's not enough, and we have to document clicking through the screens to prove it works in pretty pictures
  • 1
    @linux-colonel sorry to hear that.
Add Comment