SmartBear Releases Results of 2021 State of Software Quality | API Survey
Findings show that developers continue to take on more responsibility around API testing and face increasing challenges around accelerated release cadence expectations.
The latest News and Information on Software Testing and related technologies.
Over the past few months, I’ve been redesigning and writing StatusCake’s SSL monitoring feature from Node to Go. This blog post describes one of the more subtle challenges we came across to help you master it if you find yourself with it too! Writing a Go client that fetches an SSL certificate isn’t a new problem. A common approach is to use a http.Client. This limits you to just certificates served over HTTPS, when technically anything running TLS can have a certificate.