Testing a procedure intended to establish the quality, performance, or reliability of something, especially before it is taken into widespread use.

Testing

3 steps to creating local mirrored Git repositories for…

At IDRsolutions, we have spent the last 6 months working to make our Java code base for our Java PDF Library and PDF to...
Mark Stephens
1 min read

How to test your Java Application using PMD, and…

In the previous articles, Previous whilst working on various projects at IDR Solutions I went through the process of how to build your own...
Ernest Duodu
1 min read

Setting up Continuous Testing with Jenkins

Whether working on a small or or large project, it is always crucial to have some form of testing. At IDR Solutions we spend...
Ernest Duodu
2 min read

Creating your own custom PMD rulesets

In my previous article “Java testing using FindBugs and PMD in NetBeans” I  explained how to use FindBugs and PMD plugins in NetBeans IDE....
Sylwia Dorota Kedzia
1 min read

The 8 Useful Java Testing tools (& Frameworks) for…

At IDR Solutions we spend a lot of our time developing our Java PDF Library, Java Image Library and PDF to HTML5 Converter which are...
Alex Marshall
3 min read

Running tests on both JavaFX and Swing using Junit

In a previous article I began to describe how you can set up a test frame using JUnit and Jemmy that could easily be...
Kieran France
3 min read