You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Problem

Occasionally there are regressions that occur that we simply do not detect. This can happen because we don't test all the behaviour with every release, or it can happen because we don't test on every browser.

Solution

We could create a suite of basic integration tests that cover the core functionality of AdminCentral. 

The goal of the tests is

  • detect any regressions that occur
  • test on main supported platforms
  • cover as much functionality as possible
  • to not be too difficult or time-consuming to perform the tests
  • to not be too difficult to time-consuming maintain the tests

Implementation

The tests could be automated with Selenium.

The tests could be 

  • No labels