© Shiju Varghese 2016

Shiju Varghese, Go Recipes, 10.1007/978-1-4842-1188-5_8

8. Testing Go Applications

Shiju Varghese

(1)Chettiyadan House, Cheranalloor, India

Software engineering is an evolutionary process in which you develop applications as an evolutionary system and you modify and refactor the application continuously. You should be able to modify the functionality of an application and refactor its code at any time without breaking any parts of the application. When you develop applications as an evolutionary product and modify the application code, it should not break any parts of the applications. You might need to adopt some good engineering practices to ensure the quality of your applications. Automated testing is an important engineering ...

Get Go Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.