Versions Compared

Key

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

...

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

The goal of the tests is

...

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 think it makes sense to start manually, as a way to craft what should be included in the test. Once the test-script is refined (mature), then it can be  implemented in Selenium.
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.

...