Test-Driving HTML Templates - Martin Fowler tooted about this article which shares a model for writing HTML rendering tests, including examples in Go and Java. I’ve leaned away from view tests for years and I tend to be very wary of parameterized tests. But I think this is worth a read to digest the techniques and see if/how they are worth applying in my own work.