Forum Discussion

Everseeker's avatar
Everseeker
Contributor
9 years ago
Solved

Directory Tree Structure

Anyone have a "recommended" file structure for all of your tests? I am thinking that they will end up well into the hundreds, so I want to set up something logical/flexible from the start. Also, anyo...
  • Marsha_R's avatar
    9 years ago

    We name the tests after the part of the app they are testing, similar to what you have.  We use folders in TC to sort them further.

     

    We don't use dates in the names because the date of the current file is easily found out in the directory and we use subversion to store them so older versions are easily accessible.

     

    If there is a need for different sets of tests for different versions of the app, then we create a new project for that in TC.

  • blacy's avatar
    9 years ago

    We name ours by application_formtype. Ex, for our Crf web base tests we name DymanicMenu_VisitInfo, DynamicMenu_VisualActuiy, etc. We to don't use dates as these tests may get modified over time