
Approaches to creating BDD Scenarios
Behavior Driven Development uses conversations around concrete examples of..
Read Article
Customizing QtQuick support in Squish
Motivation Squish supports automating QtQuick 2.x based applications out..
Read Article
Squish Tip: Testing Tooltips on Windows
For many Windows controls (i.e. GUI components) Squish exposes the tooltip..
Read Article
How to design good BDD steps
Some time ago I started to work on a new product and we decided to do the..
Read Article
How to execute only desired BDD scenarios
When doing BDD testing sometimes there is a need to execute only certain..
Read Article
Hybrid Qt on Android App Testing
Squish-6.1 for Android now has support for the UIAutomator framework for..
Read Article
Define your own Symbolic Names
Usually when Squish adds an object to the Object Map, Symbolic Name is..
Read Article
Advantages of Automated GUI Testing
Manual vs. Automated Testing has always been a point of debate among..
Read Article
Bug Location with Squish Coco 3.4
Locating a software failure can be a tenuous and a time intensive..
Read Article
How to modify the waitForObject() timeout
Troubleshooting a script can be long and exhausting especially if there..
Read Article
Squish tip of the week: Breakpoints View
Usually, breakpoints are good for debugging or extending an existing test..
Read Article
Squish tip of the week: How to add a Breakpoint in a Test Case
Adding a breakpoint in a test script is easy and can be very useful when..
Read Article