New Video Tutorial: Inspecting Object Properties and the Pick Tool
Learn the various ways to use Squish’s Pick tool to spy objects and their properties in a less than 5 minute video tutorial! Click here to view more videos in froglogic’s Video Library
View ArticleMore video tutorials added today!
Don’t want miss any new video tutorials? Subscribe to our YouTube channel: Video Tutorial Playlist Webinar Playlist
View ArticleSquish tip of the week: Picking additional properties for that ‘Hard to Find’...
a.fancybox img { border: none; box-shadow: 0 1px 7px rgba(0,0,0,0.6); } When dealing with a non-standard, dynamic or hard to find object, additional or alternate object properties may be required to...
View ArticleSquish tip of the week: Test Flex Applications
Did you know you can automate testing against your Flex applications? Watch the video below to learn how to install and configure Squish for Flex to test your Flex applications Click here to view more...
View ArticleSquish tip of the week: Use Squish IDE functionality from Eclipse
Did you know you can have all the functionality of the Squish IDE from Eclipse directly? Using an Eclipse source control integration? Maintain your code and Squish Test Suite version history from a...
View ArticleSquish tip of the week: Share Object Map Across Test Suites
a.fancybox img { border: none; box-shadow: 0 1px 7px rgba(0,0,0,0.6); } Did you know you can share a Squish Object Map with multiple Test Suites? In Test Suite settings, point to the object map file...
View ArticleSquish tip of the week: Scripting with the help of the Squish Script Console
a.fancybox img { border: none; box-shadow: 0 1px 7px rgba(0,0,0,0.6); } When manually scripting or debugging a script, the Squish Script Console provides immediate output and syntax confirmation as...
View ArticleMeet with froglogic at Embedded World 2015
Hi, froglogic will again be present at the Embedded World Conference in Nuremberg from February 24th – February 26th, 2015. You will find froglogic at Halle 4 / Booth 4-301 and in the partner section...
View ArticleBehavior Driven GUI Testing
The main feature we are working on for the upcoming Squish release is full-fledged BDD support built directly into Squish. This includes everything from fully understanding Gherkin, the scripting...
View ArticleSquish tip of the week: Working with the Squish Example Test Suites
Did you know every Squish package comes complete with a collection of example Test Suites? Find Test Suites written in each of the Squish-supported scripting languages (JavaScript, Python, Perl, Tcl...
View ArticleSquish tip of the week: Pass arguments between Test Cases
Separate from calling functions, where parameters and return values exist, top-level Test Cases may also need status or other valuable information to execute properly. Using Squish you can: pass...
View ArticleSquish tip of the week: The power of Symbolic Names
a.fancybox img { border: none; box-shadow: 0 1px 7px rgba(0,0,0,0.6); } The use of Symbolic Names in scripts is key when creating a maintainable Automated Test Framework. Imagine the following...
View ArticleCome see froglogic at EclipseCon North America 2015
froglogic will be at the EclipseCon North America 2015 conference in San Francisco, California, Monday, March 9th through Wednesday, March 11th. Stop by our booth for a live demo of Squish GUI Tester!...
View ArticleSquish tip of the week: Handling implementation differences between platforms
A great question from our Webinar Q&A session this week: What is the best way to solve implementation differences between platforms (e.g. Windows Vs Unix)? When dealing with cross-platform...
View ArticleObject Map Tips & Tricks – New Video!
Checkout our latest tutorial: Object Map Tips & Tricks Watch more tutorials in our Video Library More Information Request your free 30 day Squish evaluation Learn more about Squish Other Squish...
View ArticleSquish tip of the week: How does Squish find objects?
a.fancybox img { border: none; box-shadow: 0 1px 7px rgba(0,0,0,0.6); } A critical component to any automated gui testing solution is how objects are identified and interacted with Squish uses the...
View ArticleSquish tip of the week: Insert comments while recording
Want to include notes or comments in your script about what you’re recording? While recording, the Control Bar contains an Insert Script Comment button Click the Insert Script Comment button The...
View ArticleSquish tip of the week: How to spy menu items using Pick tool
Using the Pick tool to spy items which only appear when a parent or related item is first selected may appear impossible, but it’s not! Imagine you want to verify or inspect an item in a menu, drop...
View ArticleSquish tip of the week: Determine memory usage of Application
Need to know the memory usage of your application?Perhaps during key points in a test scenario? Using Squish’s Application Context, you can capture memory usage and other key information about your...
View ArticleSquish tip of the week: Using your AUT’s toolkit API
With each Squish edition, or technology supported, you can us the corresponding toolkit’s API from your test scripts. This gives you access to your application, and to make calls, beyond what can be...
View Article