Studio:Workspace Setup: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Text replace - 'Category:Project Organization' to 'Category:Studio:Project Organization') |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
The auto-generated workspace will contain the following folders. For more [[WorkspaceSetup.pl | details]] refer to WorkspaceSetup.pl. | The auto-generated workspace will contain the following logical folders. For more [[WorkspaceSetup.pl | details]] refer to WorkspaceSetup.pl. | ||
< | <Script Files> | ||
[[#setup|setup]] ''-- relevant setup fixtures'' | [[#setup|setup]] ''-- relevant setup fixtures'' | ||
[[#test|test]] ''-- test assets'' | [[#test|test]] ''-- test assets'' | ||
Line 14: | Line 14: | ||
Test Suites and Test Cases shall be placed under the '''test''' folder. | Test Suites and Test Cases shall be placed under the '''test''' folder. | ||
[[Category:Project Organization | [[Category:Studio:Project Organization]] | ||
Latest revision as of 22:34, 20 August 2009
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 logical folders. For more details refer to WorkspaceSetup.pl.
<Script 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.