
Making sure your website or app works as intended is a must. There are lots of ways to test this, and Java-based scraping is a compelling example. Let’s look at what this means exactly, what it...
https://www.softwaretestingmagazine.com/knowledge/testing-website-applications-using-java-scrapers/
Previously, I have written an article about testing API services with Java. I think that it would be a nice idea to write an article about more general test framework, which will contain parts fo...
In this article, Oleksandr Podoliako shares with us some insights of experience in writing a test automation framework to test API with Java. Author: Oleksandr Podoliako Recently, I have received...
https://www.softwaretestingmagazine.com/knowledge/a-java-test-automation-framework-for-api-testing/
For most enterprise software development projects, software testing is not really fun. It is boring, cumbersome, and takes time and effort — especially for distributed applications or when ...
https://www.softwaretestingmagazine.com/videos/writing-java-microservices-tests-that-spark-flow/
Running automated tests is a good thing for software quality assurance. Now you have to understand the results of the current test run. You could also be interested to see how your tests results ...
https://www.softwaretestingmagazine.com/tools/open-source-test-reporting-tools/
Junit 5 is a big step for the world of unit testing for Android apps. This is a new very flexible open source testing framework, based on many years of experiences with Junit 4. At the sporttotal...
https://www.softwaretestingmagazine.com/videos/junit5-the-next-gen-of-android-testing/
Spock was a game changer for all the Java software developers struggling with unit testing in JUnit 4. Compact syntax, parameterized tests or flexibility to mention just a few advantages. Over 10...
https://www.softwaretestingmagazine.com/videos/java-unit-testing-spock-versus-junit-5/
Spock is a Groovy-based open source testing and specification framework for Java and Groovy applications that makes writing tests fun again. We can write beautiful and highly expressive tests for...
https://www.softwaretestingmagazine.com/videos/timetest-your-java-code-with-spock/