-
Squish tip of the week: Clipboard Access
Read moreWith the clipboard function in Squish Version 6.1 there will be an option to write text to the system clipboard and to get text from the system clipboard back into your automated test suite. This feature will work on all platforms & languages and will help users solving issues...
-
Squish tip of the week: Updating changed objects
Read morePeriodically (or frequently) objects change in applications. Having a time-efficient approach to updating your automated test suite is important. The Object Not Found tool in Squish helps users update any changed objects by prompting the user for the new or changed object when tests are run from the IDE.
-
Squish tip of the week: Validating all scenarios of a list object
Read moreNeed to validate all options in a particular scenario in your application? For example a list which triggers another event. The following example takes list values and validates the exacted text appears when the value is selected: BDD Test Case (Feature File) Test Script (Implementation File)
-
Squish tip of the week: Reuse script functions in BDD tests
Read moreWith the introduction of BDD support, all the existing scripts aren’t lost – quite the contrary – existing scripts and functions still work as always, and now those functions can also be called by BDD tests. Consider the following Test Suite Resource functions:
-
Squish 6.0 with fully integrated BDD support released!
Read moreAbout two years after the release of Squish 5.0, we are proud and excited to make Squish 6.0 available to you. The main new features of this release are fully integrated support for Behavior Driven Development and Testing (BDD) as well as major improvements to Squish’s reporting capabilities. You...
-
Squish tip of the week: Isolating Setup from Test Objectives
Read moreIsolating the setup, or test pre-conditions, from the objective of the test results in clearer and more accurate testing results.
-
Squish tip of the week: What to automate next? How to best expand your automated test suite
Read moreOnce you’ve established an initial test framework – perhaps you even followed the Squish Tip of the Week: Where to start? – how do you determine where to continue expanding the automated test suite? New features! Features not even in Development (yet). As a team, write the new feature...
-
Squish tip of the week: How to create cross-platform BDD tests
Read moreBDD tests can span multiple platforms. Watch this great video on how you can execute BDD tests across multiple platforms. Learn how in less than 10 minutes!
-
Squish tip of the week: How to automate your BDD test scenarios
Read moreDid you know that you can automate your existing BDD test scenarios using Squish 6.0? Have any existing scenarios in Gherkin? If not, no worries, creating them is as easy as writing in your native language.