Javascript

This page lists all content tagged with the term "Javascript".

Mastiffe

The Manual AJAX System Testing Interface For FitnessE. Mastiffe allows the FitNesse automated testing system to be used for manual testing as well. Instead of running automated test steps against an application, test steps appear in a dialog in your browser. You can pass or fail steps, or block or abort a test, and add notes as necessary. Features include parameters, calling sub-tests, and buttons to assist in creating new Mastiffe steps.

To Selenium or Not To Selenium?

I've been using Capybara with the Selenium driver for automated testing of a Rails project via Cucumber. Certain scenarios involve dealing with client-side Javascript (such as confirming a popup message before deleting a record), which is the reason I started using the Selenium driver. But I soon discovered that Selenium is slow, taking three or four times as long as the standard Rack-test driver.

Syndicate content