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