search for: functionailty

Displaying 2 results from an estimated 2 matches for "functionailty".

Did you mean: functionalilty
2008 Jun 09
6
Selenium/Watir usage along side Webrat in story testing
...n, one for Selenium one for Webrat. So I was thinking of ways to avoid this duplication: Create two classes (this is already what MHS_testing has done for Selenium) ---- class RailsSeleniumStory < RailsStory class RailsWebratStory < RailsStory ---- Create a common interface for all shared functionailty. (I suspect Webrat represents the smallest set of functionality - Selenium can do everything Webrat can do but not the other way around). The different UI testing frameworks implement such interface giving Selenium/Webrat/Other UI adapters. You choose which adapter to use by the story class. Exa...
2004 Jul 03
0
New Release Model
...in 2.2.0-Beta3). When I''m confident that the current Beta release is stable, I will release the first Release Candidate. Release candidates have identifications of the form x.y.0-RCn where x.y is the number of the next Stable Release and n=1,2,3... . Release candidates contain no new functionailty -- they only contain bug fixes. When the stability of the current release candidate is judged to be sufficient then that release candidate will be released as the new stable release (e.g., 2.2.0). At that time, the new stable release and the prior stable release are those that are supported....