-
Squish tip of the week: How to look up Windows control class names
En savoir plusWhen a window is created, an application defines a window class, which is registered with the system. This class defines various properties of the window like the window title, background color, cursor and the window class name itself. But how to get a Windows control class name? Class names...
-
Review of Squish Day Munich
En savoir plusThe first froglogic « Squish Day » is over with more than twenty people joining us in Munich, Germany.
-
Squish Day Munich: Learn from froglogic's experts about Squish!
En savoir plusDo you want to learn from froglogic engineers everything about automated GUI Testing with Squish GUI Tester and Code Coverage Analysis with Squish Coco? Join us for a day at the Squish Day in Munich
-
Squish tip of the week: Screenshot Verification Point
En savoir plusThe most commonly used verifications in Squish are object property verifications – comparing the object properties values with an expected value. Those verification points can easily be inserted into a test script using the Squish IDE’s point & click interface. This method is sufficient and for most scenarios best...
-
Squish tip of the week: Error debugging with StackTrace
En savoir plusA StackTrace is a very helpful debugging tool. It shows you the call stack (meaning, the stack of functions that were called up to that point) at the time an uncaught exception was thrown or the time the stacktrace was generated manually. This is very useful because it doesn’t...