I have several simple test setup and create on test as a step which is used in another test.
This all works fine if i run the tests in visual studio.(Test Explorer - Run All)
I need to get the test working as part of a build definition on our build server.
The test that have a 'test as step' included in them fails on the build server with
'24/06/2015 10:18:35' - 'Fail' : 1. Execute test 'GotoTelerikWebSite'
InnerException:
System.IO.FileNotFoundException: Unable to find test 'C:\Builds\16\TestStudio\TTSNightly\tst\GotoTelerikWebSite.tstest'
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteTestInCurrentContext(String relativeTestPath)
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.ExecuteTestActionDescriptor.Execute(IAutomationHost autoHost, TestAsStepResult result)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
It looks like its after the actual tstest in the build folder, I have set the 'Copy to Output Directory' to 'Copy always'
Anybody have instruction on how to get 'Test as Step' tests workign with build servers?