Over the last two years, I spent some time developing a GUI application using Java Swing. The application was small, consisting of several classes in the MVC (Model-View-Controller) model, but was ...
Whether you're a seasoned Java programmer or a Java neophyte, testing Java applications is important. It ensures your application does what it's supposed to. Fortunately, there are plenty of automated ...
In resource-constrained embedded devices, testing has to cover dozens of operating-system/processor environments. To fulfill its "write-once, run-anywhere" promise, Java technology must be widely ...
Increasingly complex mobile applications require better and more accurate methods of automatedvGUI testing. Traditional testing frameworks relying on fixed delays or pixel-based image ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Explore the top 7 API automation testing tools for software developers in 2025, their features, strengths, pricing, and how they enhance API reliability and performance.
In the first installment of this series, we outlined what it means to test graphical user interface (GUI) applications, and to what ends that testing is done. (See part 1.) Now we’ll apply those ...