Welcome to Spring Mastery Hub.
-
Use Coverage as a guide, not a goal
Introduction If you are a developer, you probably know what code coverage is. It is a metric that tells you how much of your code is executed by your tests. It is often used as a way to measure the quality of your tests and your code. But is coverage a reliable indicator of quality?…
-
How to make your test case easy to understand by using test naming conventions
Introduction A common problem developers have is how to write the test name. Most projects don’t follow a convention, making the test cases a real mess! Every developer chooses a different approach because there are no set rules. Having a standard test naming convention will help you end this problem! When you write meaningful tests,…
-
How to find bugs before sending it to production using boundary testing technique
Introduction When you think of efficient testing you should consider boundary testing! This technique is crucial to help you find bugs faster even before they happen in production. Doing this tactic you can discover what data to use to test your code efficiently! So you don’t have to spend your Friday nights fixing bugs in…
-
Hello World
In this blog I’ll share with you practical tips and actionable strategies on how you can improve your Java Spring applications, stay tuned!