
Squish tip of the week: Scripting with the help of the Squish Script Console
When manually scripting or debugging a script, the Squish Script Console..
Read Article
Squish tip of the week: Picking additional properties for that 'Hard to Find' object
When dealing with a non-standard, dynamic or hard to find object,..
Read Article
Squish tip of the week: Update a changed object in the Object Map
Changed Object? No Problem! Squish can help you update objects in your..
Read Article
Creating an automated test from a manual test
As you begin building your automated GUI Testing Framework, the first set..
Read Article
Create tests against a remote environment
Your batch runs, or scheduled automated test executions can run remotely..
Read Article
Squish tip of the week: Create cross-platform tests automatically
Did you know cross-platform and cross-browser apps can be automated using..
Read Article
Code Coverage with the ARM C/C++ Compiler
Introduction Developing for an embedded environment can often leave you..
Read Article
How can I run Squish from the command-line interface?
Are you interested in scheduling your test suite or scripts to run? Or..
Read Article
Squish tip of the week: Handling objects with changing names
Having trouble getting your scripts to handle objects with changing text..
Read Article
ccache for MSVC
I've been a happy ccache user for years. It's a great tool for avoiding..
Read Article
Dealing with dynamic object names
Now that Squish 3.2 is out I want to write about a scenario where you can..
Read Article
Recursion Depth Counting
I've been touching this function which happens to call itself recursively..
Read Article