Skip to main content
  • Home
  • Blog
  • Books
  • Online Training
  • Patreon
  • Talks
  • Tools
  • Podcast
  • Videos
  • Contact
    • Email List
    • Contact Form

My Patreon site has exclusive content, including ad-free videos, e-books, training courses and more, all for as little as $1 a month. Click here to learn more.

Interested in sponsoring the site? [find out more]

Java For Testers

All Posts | Categories | Archive

  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»

Jacoco Java Coverage Reporting - minimal configuration for Junit 4 and 5

2 minute read - Java For Testers

Jacoco can be used for coverage reporting from maven for both JUnit 4 and JUnit 5

Read More...


Data Driven Tests in JUnit 4 with Parameterized Tests

2 minute read - Java For Testers Java JUnit JUnit Examples

JUnit 4 supports parameterizing a Test class to run the test methods in the class with multiple data values.

Read More...


Using Static Analysis to improve your Java Coding

3 minute read - IntelliJ Java For Testers Java

I’m always looking for simple ways that I can improve my Java programming. And SpotBugs, CheckStyle and PMD can help me do that.

Read More...


Basic Differences Between JUnit 4 and Junit 5

3 minute read - Java For Testers Java JUnit JUnit Examples

There are many differences between JUnit 4 and 5, in terms of JUnit 5 having more capabilities and different ways of doing stuff.

But there are some very obvious differences between 4 and 5 in terms of: ignoring tests, running methods before and after methods and test classes, and exception asserting.

Read More...


Generating JUnit HTML Reports

2 minute read - Java For Testers JUnit Java Maven JUnit Examples

To generate JUnit HTML reports from maven builds we need to add the surefire plugin to generate the xml files and then the site and reporting plugins to create the html report.

Read More...


Using Both JUnit 4 and Junit 5

1 minute read - Java For Testers JUnit Java Maven JUnit Examples

I prefer to use either JUnit 4 or JUnit 5, but there may be moments when we want to use both. We can do that with JUnit 5 dependencies.

Read More...


How to fix Java Language Level Issues

3 minute read - IntelliJ Java For Testers Maven

When using other people’s source code you might discover that you receive errors about java soure levels. These are easily fixed.

Read More...


Which programming language should I learn?

4 minute read - Java For Testers Programming WebDriver

TLDR; Getting started with programming is the hardest part. Installing the IDE, adding dependencies, writing your first test. Pick whichever language you have someone to help you with, or you have a tutorial to work through. Switching languages when you know one is not too hard so do not worry about being stuck with a language, focus on getting started.

Read More...


How to download a file with RestAssured

4 minute read - Java For Testers RestAssured API Testing WebDriver

TLDR; Downloading a file with RestAssured is as simple as taking the body of a request as a byte array and writing it to a file.

When automating I often have to download files. One very common FAQ for WebDriver is “How do I download a file with WebDriver?”.

Read More...


How to convert SVN Subversion to Git on Windows

2 minute read - Java For Testers

TLDR; Using Visual SVN, svnserve and local SVN repositories I was able to easily convert SVN to Git on Windows.

I hit every error possible when converting SVN to GIT. I eventually figured out the simplest way to avoid errors during the conversion process.

Read More...


  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»

Join The Evil Tester Patreon Community

Free training courses and ebooks (sold for over $200).

Learn more about EvilTester on Patreon

Support our work and gain access to hints, tips, and prompts for improving your Software Development skills. Regular updates, multiple times a week for as little as $1 per month.

Patreon Members Login for exclusive courses and ebooks.


  • Blog
  • Podcast
  • YouTube
  • Online Training
  • Books

Contact

Contact Me

Join Email List

Email Privacy Details.


Online Training Courses

Technical Web Testing Course

Technical Web Testing Course

Evil Tester Talks Bundle

Evil Tester Talks Technical Testing Bundle

Selenium WebDriver Support Classes

Selenium WebDriver Support Classes in Java

All Courses


Books

Buy Dear Evil Tester Book Buy Java For Testers Book Buy Automating and Testing a REST API Buy Selenium Simplified Book

Learn more about our books


Follow

Connect via email Follow on Twitter Subscribe to my YouTube Channel Connect on LinkedIn Follow on GitHub Follow on Pinterest Follow on Instagram Follow on Facebook Subscribe to my RSS Feed

Podcasts and Videos

Podcasts

Subscribe to YouTube Channel

Need some motivation?

Try the Sloganizer

"Of course I'm not evil, I just pretend to be."

Recent Blog Posts

Agile Testing

Recommended Reading

Using Free Chat GPT to learn Playwright Automating in Java

Browserstack Community Day 2025 - Skill Development in an Age of AI

Using Free Claude.ai chat interface to Vibe Code a Browser Javascript Game

Using Chrome Dev Tools AI Assistance to Automate UI from Javascript Console

Episode 024 - The Strategy vs Plan Episode - The Evil Tester Show

List of Software Testing Podcasts

  • All Blog Categories
  • Blog Post Archive List

Also...

Recommended Reading List

© Alan Richardson, Compendium Developments Ltd 2022 - Privacy Policy | Contact Us

Connect via email Follow on Twitter Subscribe to my YouTube Channel Connect on LinkedIn Follow on GitHub Follow on Pinterest Follow on Instagram Follow on Facebook Subscribe to my RSS Feed