Studio:Workspace Setup: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
The workspace created will be automatically setup with the following folders: | |||
<Scripts Files> | <Scripts Files> | ||
Line 13: | Line 13: | ||
[[#teardown|teardown]] ''-- relevant teardown fixtures'' | [[#teardown|teardown]] ''-- relevant teardown fixtures'' | ||
[[#utility|utility]] ''-- utilities and libraries'' | [[#utility|utility]] ''-- utilities and libraries'' | ||
[[Category:Project Organization]] | [[Category:Project Organization]] | ||
[[Category:Practice]] | [[Category:Practice]] |
Revision as of 15:33, 30 November 2008
This article outlines the recommend standards for a Test Workspace organization. The WorkspaceSetup.pl utility script automatically sets up a workspace:
WorkspaceSetup.pl -w name
The workspace created will be automatically setup with the following folders:
<Scripts Files> setup -- relevant setup fixtures test -- test assets your suite1 your suite2 teardown -- relevant teardown fixtures utility -- utilities and libraries