Visual Testing of elements and controls with Visual Verification Points
What is Visual Testing? Visual testing is a testing activity that aims to verify the presentation properties of a GUI object under various conditions. Testing of GUI based systems and software...
View ArticleSquish tip of the week: Automated Qt and QML GUI testing with Squish (Webinar)
View a full recording of the webinar* about automated Qt and QML GUI testing with Squish. During the Webinar, several questions were answered which can be found below the video. View more Webinars and...
View ArticleSquish tip of the week: Automation Setup on Windows
There are situations in which test scripts will hang and time out on Windows while executing. Most of this cases involve the lack of drawing/painting the application on the “screen”. The underlying...
View ArticleSquish tip of the week: Automating Multiple Applications with Multiple Squish...
Did you know that it is possible to use multiple Squish editions in a single test script? The following example describes the setup and workflow for such scenario utilizing Squish for Qt and Squish...
View ArticleSquish 6.1 Release with Visual Verification Points
About twelve months after the release of Squish 6.0, we are proud and excited to make available Squish 6.1 which delivers several new features including: * Visual Verification Points * Window and...
View ArticleAdvantages of Automated GUI Testing
Manual vs. Automated Testing has always been a point of debate among software professionals but what are really the benefits of Automated Software Testing you may ask. What exactly is Automated...
View ArticleSquish tip of the week: Object Not Found Dialog
When does the Object Not Found Dialog appear? The object not found dialog automatically shows up during the execution of tests in the Squish IDE if a “waitForObject” command runs into a specified (or...
View ArticleWhat Programming Language to learn for Test Automation
Many companies are moving away from hiring pure manual testers and prefer testers with test automation skills. Learning a programming language will get you started with test automation. Not only that...
View ArticleSquish tip of the week: Code Folding – Expand and Collapse Code in Squish
What is Code Folding Code folding is the ability to expand and collapse certain code in programming constructs. This improves readability when a test script contains numerous functions or other blocks...
View ArticleSquish tip of the week: How to get around folding/collapsing comment lines...
Lately, there was a support question regarding folding/collapsing comment lines while editing comments in Python. If one tries to comment tests in Python, the Squish IDE folds or minimizes the comment...
View Article