Testing
-
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 » -
Enterprise Java
Efficient enterprise testing — conclusion (6/6)
This last part of the series will cover additional end-to-end tests, testing in production, and a conclusion of the parts.…
Read More » -
Enterprise Java
Performance Testing with JMeter
When developing complex, high-availability software projects, performance is of key importance. That is especially true in these modern times where…
Read More »