Completed
Last Updated: 20 Jul 2015 10:03 by VVP
ADMIN
Velin Koychev
Created on: 28 Jan 2014 11:51
Type: Bug Report
1
ArtOfTest.Runner.exe does not use the Output folder from Settings.aiis file
Steps to reproduce:

1) Change in the Project settings - Script Options - Output Folder to point to a folder different than the default folder bin (for example C:\Temp)

2) Create a test with coded steps

3) Try to execute  the test from command line using ArtOfTest.Runner.exe 

Expected result: Test is executed successfully.

Actual result: Test fails with the following exception:

System.IO.FileNotFoundException: Unable to find the code behind assembly. Please make sure you have compiled your code behind without errors before attempting to execute the test. Looking for: C:\Users\koychev\Desktop\Clients\testproject4\TestProject2\bin\TestProject2.dll
If you are running VS 2010, make sure Deployment is checked in your .settings file (in the solution items)
   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.EnsureAssemblyExists(String assembly, String folder)
   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.CreateCodedTestInstance(Test test, TestResult result, String binariesFolder)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTest(Test test, TestResult initializationResult)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)
2 comments
VVP
Posted on: 20 Jul 2015 10:03
Hi Daniel,

What settings should be make if we want Telerik to look at the folder itself for reference dlls.
Suppose i have a folder called C:\Scripts where all my test and dlls are present, what setting should i make so that Telerik will look there instead of "C:\Scripts\bin" (looking currently and failing)
ADMIN
Daniel Djambov
Posted on: 14 Feb 2014 06:01
Telerik: The issue is fixed and solution will be available in our next internal product release planned in Feb 2014.