Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Here's the typical testing pyramid - it clearly basically shows that UI tests will not replace any other tests (manual tests or Acceptance/Integration tests) but will complete our test setup.

Image Removed

UI Tests

We use Selenium for testing our ui. The UITest will be part of magnolia-integration-test/tests and use its test-webapp & test-public-webapp. UITests are only triggered if you specify the corresponding profile (uitest). As specifying a profile no longer invokes the default profile (jetty6-standalone) you have to pass this one as well.

In short, use the following command to locally run the uitests

Code Block
languagebash
titlelaunch uitests
..../magnolia-integration-tests/tests mvn clean install -P ui-tests,jetty6-standalone

 

Goals

Have few typical cases automatically covered to prevent regressions there.

...

there's different layers of tests and that in lower layers one should have most tests and hence the biggest coverage. On the very top - the manual tests - should be very minimal.

Image Added

    • Test basic Page editing

Tracking

Creating those tests is tracked under 

Jira
serverMagnolia
keyMAGNOLIA-4919

Next steps

  • integrate with ordinary integration tests to re-use it's setup in pom
  • merge to master
  • re-activate hudson job
  • complete once demo-project can be added to test web apps

Outlook

  • Execute tests with with different browsers (Firefox, Chrome, Safari, Ie, ...) an different OS's (OSX, Unix, Windows, iOs, ...) using hudson slaves