All Questions
1 question
3
votes
1
answer
255
views
Were there major changes in testing practices in ASP .NET between 3.5 and 4.5?
Obviously, testing methods are language-independent. An integration test stays an integration test no matter what the technology.
But platforms implement some kinds of testing support. And the ...