Completed
Last Updated: 24 Jun 2013 07:54 by ADMIN
ADMIN
Boyan Boev
Created on: 20 Jun 2013 14:35
Type: Bug Report
0
Executing test containing test as step in it from VS2010 fails, if the original test location has been changed
Steps to reproduce:

1. In VS 2010 create test A and test B.
2. Add test B as test a step in test A.
3. Change the location of the tests.
4. In test A remove the test as step (test B) and re-add it
5. Try to execute test A from the Test Explorer.

Exprected behavior: To be able to execute Test A

Actual behavior: Test execution fails with the error below:

The error in the log is:

InnerException:
System.IO.FileNotFoundException: Unable to find test 'C:\Project\Telerik\TestStudioProject1\NavigateToURL.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)
1 comment
ADMIN
Pavel
Posted on: 24 Jun 2013 07:54
We handle scenarios where the moving of the tests is executed in VS, not Windows Explorer. Those are working fine.