22 Posts tagged with testing
Breakin
Breakin is a stress-test and hardware diagnostics tool, designed to be run nearly 100% unattended. Has a built in SSH server for progress updates. Totally rad.
Silverback — guerrilla usability testing
Turn your MacBook into a portable usability testing lab. Super handy.
The NullDB Connection Adapter Plugin
NullDB is the Null Object pattern as applied to ActiveRecord database adapters. It is a database backend that translates database interactions into no-ops.
OAuth Test Server
This is a test server with a predefined static set of keys and tokens, you can make your requests using them to test your code
Testing for ruby 1.8 and 1.9 using multiruby
multiruby automatically builds and privately installs multiple versions of ruby and multiplexes commands to all of them, allowing you to run your tests across multiple versions of ruby
Panasonic Youth – MultiRails 0.0.3 released
MultiRails lets you test your Rails plugin or app against many versions of Rails in one sweep.
Faker
Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc.
MultiRails
MultiRails allows easy testing against multiple versions of Rails for your Rails specific gem or plugin.
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.
RobotReplay - The Next Generation of Web Analytics
RobotReplay lets you record and watch your website visitors in action. View recorded sessions of every mouse movement, click and keystroke
CruiseControl.rb
CruiseControl.rb is a continuous integration tool. Its basic purpose in life is to alert members of a software project when one of them checks something into source control that breaks the build.
SafariWatir: The Watir Driver for Safari
Testing Rails apps using Safari - an incredibly flexible way to simulate real user testing of your latest webapp.
FeedValidator
FeedValidator is an Ruby interface to the W3C Feed Validation online service. FeedValidator adds a new assertion (assert_valid_feed) which you can use in Rails applications. This assertion implements a cache to improve the performance of the tests and to