Skip to main content
Squish tip of the week: Create cross-platform tests automatically

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

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?

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

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

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

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

Recursion Depth Counting

I've been touching this function which happens to call itself recursively..

Read Article