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

Compare with Current View Page History

« Previous Version 6 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 system tests that cover the core functionality of AdminCentral UI. 

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 performed manually. Manual is time-consuming - but has the advantage that it can be done immediately and is very flexible.
I would think we dont need a big process around the testing, simply a page with each script as a list of steps and expected results. The tester would simply create Jira tickets when steps did not have the expected results. It would then be a step in the sprint - to perform the integration tests. Any developer should also use the integration tests to verify that their changes did not break the associated area.

Proposal for test scripts

ShellApps and App navigation

ActionExpected Result
Login as superuserAppslauncher displayed.
Click PulsePulse icon is hilighted.
Pulse displayed. 
Click Messages tabPulse Messages view displayed.
Click on green background to left of pulseAppslauncher icon is hilighted.
Appslauncher view is displayed.
Click FavoritesFavorites icon is hilighted.
Favorites view displayed.
Click Favorites

Appslauncher icon is hilighted.
Appslauncher view is displayed. 

Click Tools App group tileTools app tiles are displayed.
Click Dev App group tileDev app tiles are displayed.
Click Showcase app tile

Showcase app opens.

Click Favorites iconFavorites shell app is displayed.
Click Favorites iconFavorites shell app is removed, revealing Showcase app again.
Click Appslauncher iconAppslauncher shell app is displayed.
Click Configuration app tileConfiguration app is displayed.
Click Appslauncher iconAppslauncher Shell app is displayed.
Click Assets app tileAssets app is displayed.
Click Appslauncher icon

Appslauncher Shell app is displayed.

Click Configuration app tileConfiguration app is displayed.
Click close button.Configuration app is closed, revealing the Assets app.
Click close button.Assets app is closed, revealing the Showcase app.
Click close button.Showcase app is closed, revealing the Appslauncher.
Click Dev App Group tile.Dev App group is closed.

 

Pages App

ActionExpected Result
Login as superuserAppslauncher displayed.

Assets App

 

 

  • No labels