-
Debugging Test Failures Using Your Favorite IDE
En savoir plusOne goal of automated testing through Squish is to find bugs and regressions in your application. The cause for some test failures is easy to spot, other ones can be hard to debug. Squish already provides crash dumps when the AUT decides to give up, but in not-so-obvious cases...
-
Squish tip of the week: How to get around folding/collapsing comment lines while editing comments in Python
En savoir plusLately, 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 while writing. In some cases this is unpleasant and time-consuming even if one subsequently clicks the small « + »...