Introduction With the release of the Script-based Object Map, we also added some syntax highlighting options to the Squish IDE....
Python Virtual Environments are great tools for separating different Python configurations on the same machine. Configuring Squish to use a...
In some scenarios, you might need to test multiple instances of your application at the same time, for example if...
Python is a very popular language, and for good reason. A wealth of production-quality packages for performing all kinds of...
Surely you have seen (screenshots of) huge Excel spreadsheets before. If not, just imagine a wall of numbers. Now imagine...
Introduction When debugging a Test Script, one can use Python’s built-in reload() from the Squish Script Console to get recent...
Why? Since 5.1, Squish offers a squishtest Python module. It lets you use Squish as a module in Python scripts...
Squish is shipped with different scripting languages allowing to start recording or writing tests cases in any of them without...
Lately, there was a support question regarding folding/collapsing comment lines while editing comments in Python. If one tries to comment...
In a previous blog entry, we introduced an alternative, script-based, approach to maintaining a mapping of symbolic names (variables) to...