28 Posts tagged with testing
Charles Web Debugging Proxy • HTTP Monitor / HTTP Proxy / HTTPS & SSL Proxy / Reverse Proxy
Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet
RED: Resource Expert Droid
RED is a robot that checks HTTP resources to see how they'll behave, pointing out common problems and suggesting improvements. Although it is not a HTTP conformance tester, it can find a number of HTTP-related issues.
Running Rails performance tests on real data
Force performance tests to use a 'performance' database (containing a production-like data set you provide), which will not get wiped on every run.
Alkaline - Litmus
Alkaline tests your website designs across 17 different Windows browsers right from your Mac desktop in seconds. No need for virtual machines, Windows licenses, or any messing around with Windows Update.
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