Software Development
-
The First and Last Rites
Let’s look at another test smell. Consider the following tests: @Test public void connectionWorks() { database = openDatabase(); database.healthCheck(); database.close();…
Read More » -
It’s Too Noisy
I want to look at a general case of noise in code. To do so, let’s look at how to…
Read More » -
[MEGA DEAL] HyperCam 5: Home Edition (50%)
Capture & Share Anything That Happens on Your Screen with This Best-in-Class Screencasting Software Hey fellow geeks, This week, on…
Read More » -
Missing Parameterized Test
Sometimes, what you need is a parameterized test. They do the job of representing a single way of testing with…
Read More » -
A Brief Overview Of Regression Testing
Studies have indicated that after installing a new app, only a quarter of the users return to the app on…
Read More » -
My most used Git commands on open source projects
The basic step when committing to open source projects is to fork the project. Then the process is easy you…
Read More » -
Microservices for Java Developers: Monitoring and Alerting
1. Introduction In this last part of the tutorial we are going to talk about the topic where all the…
Read More » -
[MEGA DEAL] The Premium 2020 Learn to Code Certification Bundle (98% Off)
Learn Coding Best Practices & Programs and Build Effective Websites with 12 Coding Courses & Nearly 150 Hours of Content…
Read More » -
What are we Testing Again?
This is a general case around Test Data in the Test Smells. Let’s have a look at a test snippet:…
Read More »