I have created a seperate project containing Telerik tests which I plan to import as 'TestAsStep' components into my main test cases. However, I cannot seem to be able to locate then when i try to add them to the test. The Visual Studio solution has the project where these components are located added to the workspace, but it's a different project then where the master test is located. The reason why this is important to us, is because we have a number of different web-apps (verticals) that all share the some common basic behaviour (eg. Login to system, Search for User, etc). It is this common behaviour that we have modelled as individual web tests to be used as 'TestAsSteps' in all of our main projects for each vertical.