Custom Test Result Reporting Using Log Levels
Categorizing log output into different levels allows you to decide whether you want to have more or less detailed messages...
Read moreCategorizing log output into different levels allows you to decide whether you want to have more or less detailed messages...
Read moreIntroduction With the release of the Script-based Object Map, we also added some syntax highlighting options to the Squish IDE....
Read moreIf you are unable to install Squish on the device you want to test, and you are using a GUI...
Read moreMotivation The set of tests being run on an application tends to grow as more features are added, or more...
Read moreIntroduction When debugging a Test Script, one can use Python’s built-in reload() from the Squish Script Console to get recent...
Read moreAs part of the coverage report, Coco generates a list of lines with dead code. One would often like to...
Read moreWith Squish 6.4 we introduced script-based object maps, which provide a more powerful way to manage object names. Script-based object...
Read moreIf your Windows application runs fine under Wine, you can automate the GUI tests of your application using Squish for...
Read moreWhy? Since 5.1, Squish offers a squishtest Python module. It lets you use Squish as a module in Python scripts...
Read moreData Driven Testing (DDT) is a method to structure tests. It is recommended for a huge set of data which...
Read more