Studio:Workspace Setup

From STRIDE Wiki
Revision as of 15:45, 30 November 2008 by Marku (talk | contribs)
Jump to navigation Jump to search

This article outlines the recommended organization for a Test Workspace. The WorkspaceSetup.pl utility script should be used to create the workspace. The command line script will automatically create a workspace with the passed in name:

 WorkspaceSetup.pl -w name


The auto-generated workspace will contain the following folders. For more details refer to WorkspaceSetup.pl.

<Scripts Files>
  setup -- relevant setup fixtures
  test -- test assets
  teardown -- relevant teardown fixtures
  utility -- utilities and libraries

Test Suites and Test Cases shall be placed under the test folder.