Testing
-
Enterprise Java

Migrating Spock 1.3 tests to Spock 2.0
Get know what you can expect from Spock 2.0 M1 (based on JUnit 5), how to migrate to it in…
Read More » -
Software Development

Top Trends in Software Testing using AI & ML in 2020
Artificial Intelligence (AI) has made some fantastic progress since its exploratory presentation as a PC program intended to beat chess…
Read More » -
Enterprise Java

Parameterization In TestNG – DataProvider and TestNG XML (With Examples)
Test automation, or automation testing as it’s called popularly, is not as easy as it sounds. All permutations and combinations…
Read More » -
Enterprise Java

Selenium 4 Alpha – What to Expect?
Selenium 4 Alpha- What to Expect? Back in August of 2018 the whole testing automation community had been struck by…
Read More » -
Enterprise Java

Better integration tests with WireMock
No matter if you follow the classical test pyramid or one of the newer approaches like the Testing Honeycomb you…
Read More » -
Software Development

5 Software Testing Strategies to Uplift Business Growth
The immense popularity of SaaS products in the market has been an important factor in the surge of start-ups delving…
Read More » -
Software Development

Name Parameters In Tests?
As discussed in What are We Testing Again? from the Test Smells, making the test code explain its test case…
Read More » -
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 » -
Software Development

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 »



