Skip to main content
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
Squish tip of the week: How to group test results into sections

Squish tip of the week: How to group test results into sections

Sometimes it can be useful to group comparison results or error logs into..

Read Article
Squish tip of the week: Updating changed objects

Squish tip of the week: Updating changed objects

Periodically (or frequently) objects change in applications. Having a..

Read Article
Squish tip of the week: How to test Single & Multi-Touch Gestures in Mobile Apps

Squish tip of the week: How to test Single & Multi-Touch Gestures in Mobile Apps

Did you know using Squish's Gesture Editor you can: Work with Single &..

Read Article
Squish tip of the week: Insert comments while recording

Squish tip of the week: Insert comments while recording

Want to include notes or comments in your script about what you're..

Read Article
Squish tip of the week: Scripting with the help of the Squish Script Console

Squish tip of the week: Scripting with the help of the Squish Script Console

When manually scripting or debugging a script, the Squish Script Console..

Read Article
Squish tip of the week: Picking additional properties for that 'Hard to Find' object

Squish tip of the week: Picking additional properties for that 'Hard to Find' object

When dealing with a non-standard, dynamic or hard to find object,..

Read Article