Test assets

The test assets package contains documentation and tools to help introduce, plan, and run Functional Verification Testing (FVT) for your store.

The test plan template and test plans consist of the following assets:

Asset Description
High-level Functional Verification Test Plan template Outlines the aspects that are included in a high-level test plan and serves as a template with examples to develop a plan for your solution.
Aurora test cases Sample test cases for the Aurora starter store.

The starter store companion asset contains the following tools to assist with test automation:

Asset Description
StoreTestHarness Java project The Storefront Test Automation Engine contains the core implementation that allows for control over a web browser.

Automated test cases provide a long-term solution that improves the efficiency of regression testing. For example, if a customization fix is applied, your store needs to be retested to ensure that it is behaving. When a tester is working with automated test cases, the tester must run one or more automation scripts to verify that it is working properly. The tester no longer must run each test case step-by-step, saving a considerable amount of time.

The test assets package contains the Java framework for the Storefront Test Automation Engine. The framework uses automation scripts that are derived from test cases and accompanying data to test the functions of a store.

Javadoc Documentation for the test scripts and the Storefront Test Automation Engine.