Jump to: navigation, search

Difference between revisions of "Horizon/Testing/UI"

(Created page with "During the Icehouse cycle we want to set up a robust, UI-driven integration testing framework for Horizon. Related blueprint: https://blueprints.launchpad.net/horizon/+spec/s...")
 
Line 2: Line 2:
  
 
Related blueprint: https://blueprints.launchpad.net/horizon/+spec/selenium-integration-testing
 
Related blueprint: https://blueprints.launchpad.net/horizon/+spec/selenium-integration-testing
 +
 +
== Implementation ideas ==
 +
=== Translator middleware ===
 +
A translator framework that makes it possible to write tests in a high-level language (similar to [http://en.wikipedia.org/wiki/Behavior-driven_development BDD]) and makes the tests more resilient to changes in the software implementation details.

Revision as of 15:02, 18 November 2013

During the Icehouse cycle we want to set up a robust, UI-driven integration testing framework for Horizon.

Related blueprint: https://blueprints.launchpad.net/horizon/+spec/selenium-integration-testing

Implementation ideas

Translator middleware

A translator framework that makes it possible to write tests in a high-level language (similar to BDD) and makes the tests more resilient to changes in the software implementation details.