Sometimes you want to "fork" a test project, similar to doing a fork in a source control system. You can make a copy of the test project, however all the project GUID's and test GUID's go with with. As a result when you go to schedule one of the test lists in the copied project the Telerik Scheduler gets confused and mixes it up with the original project it came from. It's possible to create a new project and import the old tests one... at... a... time. This is far too time consuming when there's 15+ test. Many projects have 200 or 900 tests. Importing one test at a time for 200+ tests would be an endless mind numbing task. There needs to be a way of automatically cloning an existing project such that all of the internal GUID's are regenerated, the project GUID, the test GUID, the test list GUID and so on.