Articles tagged with "testing"

SeleniumHelper

By Daniel Hofstetter
A helper to make writing Selenium tests easier. See http://www.openqa.org/selenium-core/
[Read more]

Dummy Data plugin - fill your app with random data that makes sense

By Ronny Vindenes
Easy to use plugin for generating "realistic" random data for your app. It fully supports models with associations, behaviors, callbacks and validation.
[Read more]

Writing an easy to use A/B test helper with CakePHP and jquery

By Jonathan Hendler
Knowing what is driving the user experience is key to the success of an application. Subtle changes in the interface can cause dramatic shifts in user behavior. Here, A/B tests display two (or more) language choices or color choices to a user (any HTML). Metrics are measured in two ways - 1) did the user click on the button at all and 2) how long did it take them to find it from the moment the page has started loading?

See Wikipedia and an Eric Ries presentation for a more complete explanation of A/B tests.

[Read more]