We have Team Foundation Server as a version control system in place. Telerik QA edition seems to be successfully integrating and checking in/out changesets to the repository. However, we have an external continuous integration system (Hudson) that orchestrates our current builds and unit/interface testing. When sourcing from TFS using our CI service, certain files seem to be missing, namely:
Has anybody been able to successfully integrate with TFS, the QA Edition, and a third party orchestration engine?
If we used another version control system (or a client external from Telerik) we could check all those files in, but then we lose the integration that the QA edition offers. Some basic investigation into how the DLL is created yielded a dark path that I don't really want to walk down - namely that the test runner edition can't be used to compile the DLL. Moving to the developer edition with full MS-Test seems a bit heavy given that we enjoy the usability of the QA edition. A trial run using another version control system was successful in executing the tests and reporting results, so we've at least got something working.
- The project DLL that is compiled from our C# code at runtime
- Any test lists that engineers create
Has anybody been able to successfully integrate with TFS, the QA Edition, and a third party orchestration engine?
If we used another version control system (or a client external from Telerik) we could check all those files in, but then we lose the integration that the QA edition offers. Some basic investigation into how the DLL is created yielded a dark path that I don't really want to walk down - namely that the test runner edition can't be used to compile the DLL. Moving to the developer edition with full MS-Test seems a bit heavy given that we enjoy the usability of the QA edition. A trial run using another version control system was successful in executing the tests and reporting results, so we've at least got something working.