Motivation You and your team are developing a Java application using Eclipse. You have a Continuous Integration (CI) process set...
Motivation Consider an application that features a search resulting in markers being shown on a map. We want to verify...
Test data might not always be present in the form of line-based file formats, like Comma-separated Values or Tab-separated Values....
In the lifecycle of your Squish tests, there may be situations where you wonder why your test is taking more...
Introduction When debugging a Test Script, one can use Python’s built-in reload() from the Squish Script Console to get recent...
Motivation Sometimes, it may be desirable to start the Squish IDE with a non-default set of preference settings. Let’s consider...
Motivation In Behavior Driven Development, it is possible that individual steps will “reappear” throughout different scenarios or features. Those steps...
A common task in GUI tests is to automate entering some data into forms. To properly test and verify such...