Jesse Newland

7 Posts tagged with test

assert_valid_markup

Validate your (X)HTML against the W3C Validator web service from within your functional tests.

Tarantula vs. your Rails app

Fuzzy Spider Integration Test, inspired by SpiderTest

Acid3

Acid3 is primarily concerned with ECMAScript and the DOM though Selectors Level 3, Media Queries, and data: URIs are also tested.

Panasonic Youth – MultiRails 0.0.3 released

MultiRails lets you test your Rails plugin or app against many versions of Rails in one sweep.

jsspec - Google Code

JSSpec is a Javascript BDD(Behavior Driven Development) framework.

err.the_blog.find_by_title('Be Dee Dee and Me')

Can't believe I haven't bookmarked this before. A GREAT guide to behavior driven development.

FakeWeb

FakeWeb is a helper for faking web requests. This makes testing easier, because you can decouple your test environment from live services without modifying code.
What is this?