Friday, September 11, 2009

Good Logging Practices

When a test fails, trace the successful operation before the observed failure
Logs should trace product information
Trace sufficient and helpful failure context
Avoid logging unnecessary information
Each test point should record a result when a result has been verified or validated
Follow team standards on naming