Test impact and java script files
-
2012년 3월 22일 목요일 오후 8:27
Does test impact can identify test cases linked to javascript files. What I mean is that lets consider that I have created a user story linked to a task for javascript dev and there is a test case linked to the user story, can test impact identify is as a changed code and recommand running the necessary tests for regression tests.
Thanks in advance
모든 응답
-
2012년 3월 22일 목요일 오후 9:05
From here: http://msdn.microsoft.com/en-us/library/dd264992.aspx
By using Test Impact Analysis during code development, you can identify the methods in a test project that have been affected by code changes in your managed code solution.
more supporting evidence here: http://blogs.msdn.com/b/phuene/archive/2009/12/07/test-impact-analysis-in-visual-studio-2010.aspx
Since javascript is not managed code the answer would be no.
Tim
- 편집됨 TimJimMVP 2012년 3월 22일 목요일 오후 9:06
- 답변으로 제안됨 Vicky SongModerator 2012년 3월 23일 금요일 오전 3:06
- 답변으로 표시됨 Vicky SongModerator 2012년 4월 3일 화요일 오전 8:10

