public marks

PUBLIC MARKS from nhoizey with tags javascript & test

2010

Mock Your Ajax Requests with Mockjax for Rapid Development | Enterprise jQuery

The mockjax plugin is a development and testing tool for intercepting and simulating ajax requests made with jQuery with a minimal impact on changes to production code.

this, is boomerang

"boomerang is a piece of javascript that you add to your web pages, where it measures the performance of your website from your end user's point of view"

2009

Web Designer Notebook » How to use Modernizr

Modernizr doesn’t actually magically enable CSS3 properties for browsers that don’t support them. It just tells the page whether that feature is supported on the browser the visitor is using or not.

Test Swarm

by 2 others
Distributed continuous integration testing for JavaScript.

2008

QUnit - jQuery JavaScript Library

QUnit is the unit testrunner for the jQuery project. It got promoted to a top-level project in May 2008 to make it easier to use in other projects, with focus on jQuery UI. Every plugin developer can leverage the testsuite to unit test their code.

Litmus: Painlessly test your email and website designs

by 9 others
Litmus shows you precisely how your designs will be seen by your customers. We deliver screenshots of your web sites and email newsletters in seconds across all popular platforms.

2007

Ajaxian » TIBCO GI Performance Profiler

TIBCO has released a new open source Ajax Performance Profiler that aims to answer the questions: How long did it take that service to respond? ...did it take for that component to render? ...that data to parse? ...for that function to execute?

jQuery: » jQuery 1.1.4: Faster, More Tests, Ready for 1.2

What would a release be without some speed improvements? $(”#id”) improved by 4919% on Firefox 2!

SlickSpeed Selectors Test

by 7 others
Des tests de performances automatisés des principales librairie Javascript : Prototype, jQuery, MooTools, ext, cssQuery, dojo query

JavaScript RegExp Example: Regular Expression Tester

by 2 others (via)
Feel free to test JavaScript's RegExp support right here in your browser.