Skip to main content
Hybrid Qt on Android App Testing

Hybrid Qt on Android App Testing

Squish-6.1 for Android now has support for the UIAutomator framework for..

Read Article
Define your own Symbolic Names

Define your own Symbolic Names

Usually when Squish adds an object to the Object Map, Symbolic Name is..

Read Article
Advantages of Automated GUI Testing

Advantages of Automated GUI Testing

Manual vs. Automated Testing has always been a point of debate among..

Read Article
Bug Location with Squish Coco 3.4

Bug Location with Squish Coco 3.4

Locating a software failure can be a tenuous and a time intensive..

Read Article
How to modify the waitForObject() timeout

How to modify the waitForObject() timeout

Troubleshooting a script can be long and exhausting especially if there..

Read Article
Squish tip of the week: Breakpoints View

Squish tip of the week: Breakpoints View

Usually, breakpoints are good for debugging or extending an existing test..

Read Article
Squish tip of the week: How to add a Breakpoint in a Test Case

Squish tip of the week: How to add a Breakpoint in a Test Case

Adding a breakpoint in a test script is easy and can be very useful when..

Read Article
How to automatically update screenshot verification points

How to automatically update screenshot verification points

Did you know that Squish supports an easy way to deal with screenshot..

Read Article
Are Unit Tests necessary, or do System Tests suffice?

Are Unit Tests necessary, or do System Tests suffice?

In theory, each new or modified function should be tested. Often, the..

Read Article
Squish tip of the week: Screenshot Verification Point

Squish tip of the week: Screenshot Verification Point

The most commonly used verifications in Squish are object property..

Read Article
Squish tip of the week: Ensuring that functions are always called pairwise

Squish tip of the week: Ensuring that functions are always called pairwise

Some functions in Squish need to be called in pairs to work correctly. For..

Read Article
Squish tip of the week: How to override the location associated with test results

Squish tip of the week: How to override the location associated with test results

Ever wondered how to override the location associated with test results? A..

Read Article