Completed
Last Updated: 04 Nov 2015 12:29 by ADMIN
algot
Created on: 03 Nov 2015 12:58
Type: Bug Report
1
Test building is not performed before test execution
After upgrade to the latest version of Test Studio 2015.3.1015.0 test is not built automatically before running.
Is it new behavior or a new bug?
3 comments
ADMIN
Daniel Djambov
Posted on: 04 Nov 2015 12:28
Telerik: thank you for clarifying - this is indeed a bug in VS plugin that is already fixed in our latest source and an internal product build with that fix will be available by mid Nov 2015.
algot
Posted on: 04 Nov 2015 10:01
Here is my scenario:
Create new test.
Add coded step to it.
Run it.

Error appears: "Unable to find the test class type 'CRM_Autotests.WebTest1' in your test assembly. Please make sure your test code behind is compiled with your latest changes."

Build test.
Run it - all OK.

Make some changes in the code.
Run it - changes are not applied.
http://screencast.com/t/lgOWbU9lK
ADMIN
Daniel Djambov
Posted on: 04 Nov 2015 09:15
Telerik: there is no change in project build behavior - it is working like this - if a test containing code or an independent code file in the project has a timestamp that is newer than the project dll file, the project is built upon execution, otherwise it is not. If you are observing a different behavior, please let us know - what do you mean by 'Test is not built" - how do you run the test? From Quick Execution, from Test List, from command line, through Scheduling? Please provide more details.