Data Driven Testing (DDT) is a method to structure tests. It is recommended for a huge set of data which...
Creating a screenshot verification point (VP) usually consists of these steps: Bring the AUT into the desired state. Pick the...
Squish is shipped with different scripting languages allowing to start recording or writing tests cases in any of them without...
The cyclomatic complexity is a measurement of the code complexity proposed by Thomas J. McCabe which is often considered as...
New Property Some WPF Image objects have the property Source in their nativeObject which has ToString() representation that is a...
Neha wrote a blog article about Iterating over Tables in a Qt GUI Test a couple of weeks ago. I want to...
The Remote System API can be used to start applications on a remote system. As you can see in the...
The Automated GUI Testing Tool Squish makes it possible to verify entire tables using a table verification point, but there...
All supported script languages in the automated GUI Testing Tool Squish support closures. In this blog I’ll write up a simple example how...
With Squish, attaching to the already running application might be beneficial in many cases. E.g. this approach might be worth...