Importing a test bucket project
When your test bucket project depends on another
project, you should always import the other project first.
Procedure
- In your Eclipse-based environment, ensure that the Java
perspective is open. If it is not, or you are uncertain whether the
Java perspective is open, follow these steps:
- Select .
- Select Java; then click OK.
- Complete the following steps:
Option Description - Select .
- In the Import window, select Next. ; then click
- Select the Select archive file option; then click Browse.
- Navigate to the location of the StorefrontTestAssets.zip file or your own test bucket that you want to import.
- Select the file and click Open. The test bucket projects in the file will be displayed.
- Select the test bucket project you want to import and click Finish. The test bucket project is imported into your workspace.
- If this test bucket is from the StorefrontTestAssets.zip file,
you do not need to complete any further steps. If this is your own
test bucket, you must link the StoreTestHarness and WCHTTPClient projects
(such as the Storefront Test Automation Engine) to the newly imported
test bucket.
- Right-click the newly imported test bucket project and select Properties.
- Select Java Build Path from the menu.
- Select the Projects tab and click Add.
- Select StoreTestHarness and WCHTTPClient from the list and click OK.
- Click OK to close the Properties window.