Get help with testing, discuss unit testing strategies etc.


Post by nickolay »

I'm glad to announce about the Siesta-1.0.5 release.

Some highlights for this release:

- The trial version is now based on the Standard Package, and contains PhantomJS and Selenium automation scripts
- Started a new guide in the documentation - "Extending test class". Please let us know what else information you'd like to see in it.
- Added the experimental feature, allowing you to test the page refresh/redirect, see the "separateContent" option and "Testing page refresh" guide
- Fixed several bugs, thanks a lot for reporting them!
- Added new assertions for object methods (sometimes called "spies"), which allows you to track if some method was called during test execution and how many times.

Enjoy the Siesta :)

Post Reply