Changes between Version 10 and Version 11 of TestCaseManagementPlugin


Ignore:
Timestamp:
Feb 9, 2007, 12:17:45 AM (17 years ago)
Author:
edunne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseManagementPlugin

    v10 v11  
    22221. create a testcases directory within an existing subvesion project.  We typically structure our development projects with a main project directory and then a source and build subdirectory.  So when you add the testcases directory you might have something like this:
    2323
    24 project/source/ <-- checked into subversion
    25 project/build/ <-- this is not checked in but created when you build the application
    26 project/testcases/ <-- checked into subversion
     24project/source/ <-- checked into subversion [[BR]]
     25project/build/ <-- this is not checked in but created when you build the application [[BR]]
     26project/testcases/ <-- checked into subversion[[BR]]
     27
    2728
    2829The nice thing about this is you add a lot more transparency to the testing process.  As testcases are bundled and versioned with the source code