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 ...
Even when the above commandments are observed, there’s generally more important work for a QA staff than the often disorganized grunt work traditionally assigned them. This month, we’ll describe the ...
Alex Ruiz follows up his popular JavaOne 2007 presentation with this introduction to test-driven GUI development with FEST. Learn what differentiates FEST (formerly TestNG-Abbot) from other GUI ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Soroosh Khodami discusses why we aren't ready ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Shana Dacres-Lawrence explains the complex ...
Value stream management involves people in the organization to examine workflows and other processes to ensure they are deriving the maximum value from their efforts while eliminating waste — of ...
UI component vendor Infragistics last month released an updated version of its TestAdvantage functional testing product built upon Hewlett-Packard Development Co.'s test platform, and says it expects ...
Increasingly complex mobile applications require better and more accurate methods of automatedvGUI testing. Traditional testing frameworks relying on fixed delays or pixel-based image ...
I would like to do some GUI testing of a page on an ASP.Net web app running in IIS. Nothing fancy, just load a page, click a button, and make sure there is a particular string in the HTTP response. I ...