How to troubleshoot deployment issues when running tests with visual studio? -


in visualstudio (2010 , 2012) : there efficient way troubleshoot deployment issues when using deploymentitem attribute? must wait test execution realize items not deployed. also, when path error occurs, it's painful detect error stands.

all deployment errors written in .trx file. items deployed before test run in "out" folder.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -