Testing
-
Software Development
What Is Parallel Testing And Why To Adopt It?
With the advancement in technology, testing solutions have become more scalable than ever, as organizations moved to Selenium test automation…
Read More » -
Enterprise Java
Clean Code from the Trenches – Writing Executable Specifications with JUnit 5, Mockito, and AssertJ
Executable Specifications are tests that can also serve as design specifications. They enable technical and business teams to get on…
Read More » -
Enterprise Java
Testing using mocks
Mock objects are very useful if used right way. I shared some of the experience of using Mock Objects in need-driven-software-development-using post.…
Read More » -
Enterprise Java
Invoking Secure WCF SOAP Service using SoapUI – Part 1, The service
In this saga divided into three-part, I will demonstrate how to use the SoapUI API tool to invoke a secured…
Read More » -
Enterprise Java
Clean Unit Testing
It’s easy to write “unit test” tests that use JUnit and some mocking library. They may produce code coverage that…
Read More » -
Software Development
Why You Need Build Automation Tools for Selenium Automation Testing?
Being an automation tester, we do realize that in a release cycle, time is always of the essence.! Selenium test…
Read More » -
Software Development
7 Ways For Better Collaboration Among Your Testers And Developers
Do you know what’s critical for success? I think you’re going to say hard work. Well, that’s only partially true.…
Read More » -
Enterprise Java
Why Selenium Automation Testing In Production Is Pivotal For Your Next Release?
Do you think that just because your web application passed in your staging environment with flying colors, it’s going to…
Read More » -
Enterprise Java
PIT, JUnit 5 and Gradle – with just one extra line of configuration
Discover dead simple, improved PIT and JUnit 5 configuration in Gradle (with gradle-pitest-plugin 1.4.7+). JUnit 5 is undeniably more and…
Read More »