rybesh + testing   37

Fake - Mac OS X Web Browser Automation and Webapp Testing Made Simple.
Fake is a new browser for Mac OS X that makes web automation simple. Fake allows you to drag discrete browser Actions into a graphical Workflow that can be run again and again without human interaction. The Fake Workflows you create can be saved, reopened, and shared.
mac  osx  web  automation  testing 
7 days ago by rybesh
Travis CI - Distributed build platform for the open source community
hosting your project on travis-ci.org means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.
nodejs  testing 
7 weeks ago by rybesh
JsDoc Reference - File Index
The core ethic of what we are doing with qc.js is coming up with "properties" our code should have and verifying that those properties actually hold in practice.
javascript  testing  functional  coffeescript 
8 weeks ago by rybesh
darrint / qc.js / overview — Bitbucket
This is a port of the QuickCheck probabilistic unit testing concept to JavaScript.
javascript  testing  framework 
8 weeks ago by rybesh
The WHATWG Blog — Usability testing HTML5
Google's usability study to test the microdata feature of HTML5.
html5  microdata  usability  testing  webinfo 
9 weeks ago by rybesh
PhantomJS: Headless WebKit with JavaScript API
PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.

PhantomJS is an optimal solution for fast headless testing, site scraping, pages capture, SVG renderer, network monitoring and many other use cases.
javascript  scraping  testing 
february 2012 by rybesh
Mocha - the fun, simple, flexible JavaScript test framework
Mocha is a feature-rich JavaScript test framework running on node and the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.
nodejs  javascript  testing  qa 
january 2012 by rybesh
mhevery/jasmine-node - GitHub
Write the specifications for your code in *.js and *.coffee files in the spec/ directory (note: your specification files must end with either .spec.js or .spec.coffee; otherwise jasmine-node won't find them!). You can use sub-directories to better organise your specs.
javascript  nodejs  testing  qa  coffeescript 
january 2012 by rybesh
git-bisect(1) - Linux man page
This command uses git rev-list --bisect to help drive the binary search process to find which change introduced a bug, given an old "good" commit object name and a later "bad" commit object name.
debugging  development  qa  testing 
november 2011 by rybesh
flatiron/api-easy - GitHub
APIeasy is designed to be a simple way to test RESTful APIs in node.js and Javascript. The primary design goal was to reduce the number of lines of test code required to fully cover all primary and edge use cases of a given API over HTTP.
rest  api  testing  nodejs 
november 2011 by rybesh
script-cover - Javascript code coverage detector for web pages in Chrome - Google Project Hosting
SCRIPTCOVER is a Chrome extension for Javascript coverage analysis.

It reports which Javascript statements/instructions from internal and external scripts have been executed (and how many times) while a web page loads and then when a user interacts with the page without any user modifications to the code.
javascript  performance  tools  testing 
october 2011 by rybesh
About
CSS Lint is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. The rules are all pluggable, so you can easily write your own or omit ones you don't want.
css  testing 
june 2011 by rybesh
http-server, a command-line http server - blog.nodejitsu.com - scaling node.js applications one callback at a time.
http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development, and learning.
node  http  testing 
june 2011 by rybesh
Watir
Watir, pronounced water, is an open-source (BSD) family of Ruby libraries for automating web browsers. It allows you to write tests that are easy to read and maintain. It is simple and flexible.
automation  ruby  web  development  testing 
april 2011 by rybesh
OData Validator
The goal of this tool is to enable OData service authors to validate their implementation against the OData specification to ensure the service interoperates well with any OData client.
odata  tools  validation  testing 
april 2011 by rybesh
maccman/ichabod - GitHub
Run JavaScript tests from the command line using a headless version of WebKit.
mac  javascript  testing 
march 2011 by rybesh
Vows « Asynchronous BDD for Node
Asynchronous behaviour driven development for Node.
nodejs  testing 
february 2011 by rybesh
Ian Bicking: a blog :: WebTest HTTP testing
If you are running local tests against your application using WebTest, with just a little tweaking you can turn those tests into HTTP tests (i.e., actually connect to a socket).
python  testing  web 
april 2010 by rybesh
Unit testing a Tornado web application - Tornado Web Server | Google Groups
A fully-functional Python unittest example where we have a Tornado web application that is being tested.
python  tornado  testing 
january 2010 by rybesh
rlisagor's freshen at master - GitHub
Freshen is an acceptance testing framework for Python.
python  django  testing 
january 2010 by rybesh
Django: sane testing
This library contains various fixes and support/integration for various 3rd party tools that make developers live easier.
django  testing 
january 2010 by rybesh
django-lean
A framework for performing and analyzing split-test experiments in Django applications.
django  usability  testing  framework 
october 2009 by rybesh
The Problem with Answers
The great disadvantage of testing and data is that you get precise, decisive answers you can and will act on, but you almost never know what question you really asked.
data  research  methods  interpretation  science  engineering  design  testing 
march 2009 by rybesh
py lib
The py lib is a development support library featuring py.test, ad-hoc distributed execution, micro-threads (greenlets) and uniform local path and svn abstractions.
python  development  tools  testing  code 
november 2008 by rybesh
Live DOM Viewer
Live DOM Viewer with an HTML5 parser running as JavaScript in your browser.
html5  dom  tools  javascript  authoring  testing 
august 2008 by rybesh
Django | Testing Django applications | Django Documentation
The test client is a Python class that acts as a dummy Web browser, allowing you to test your views and interact with your Django-powered application programatically.
python  web  development  django  testing 
july 2008 by rybesh
nose-trestle - Google Code
Trestle is a nose plugin that enables you to write testable documentation for web apps.
python  rest  webservices  testing  tools  code 
march 2008 by rybesh
Test your web design in different browsers - Browsershots
Browsershots makes screenshots of your web design in different browsers.
web  design  testing  tools 
february 2008 by rybesh
OpenQA: Home
OpenQA is the premier source for quality open source QA projects.
testing  usability  code  development  opensource  tools 
april 2007 by rybesh
FireBug - JoeHewitt.com
All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, error console, command line, and a variety of fun inspectors.
css  javascript  tools  development  design  xml  web  testing 
may 2006 by rybesh
Flood
Flood is a profile-driven HTTP load tester.
web  performance  testing  tools 
march 2006 by rybesh
AsUnit : A Unit Test Framework for ActionScript 2.0
AsUnit is an Open-Source, Unit Test Framework for Macromedia Flash ActionScript 2.0.
flash  development  code  tools  opensource  testing 
october 2005 by rybesh
Morae: A Complete Usability Testing Solution for Web Sites and Software
Morae is an all-digital usability testing solution that lets you see real users – including their verbal and facial expressions – as they experience your software, Web site, or Web application.
usability  tools  research  testing 
july 2005 by rybesh

Copy this bookmark:



description:


tags: