About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
Request feedback from visualstudio online
From visual studio online you can request feedback on your application. I’ve played with it and it looks promising. Not sure if the stakeholder would open the email or install software requested in an email. But if they do this … Continue reading
Week roundup
Here are the best articles I’ve read/seen last week: Customization and configuration in VS ALM sums up what you can tweak in the Microsoft toolkit for your company. Getting your code reviewed by a team member is part of Team … Continue reading
Posted in Uncategorized
Tagged ALM, buffer, roundup, team foundation server, visual studio
Leave a comment
Run Selenium from visualstudio.com
You can host your project in Visualstudio.com and still run selenium tests in the build. The hosted build controller does not support it (details) and cannot be adjusted. Why not create your own Build Controller in Azure VM? Here is … Continue reading
Execute xunit tests on hosted build controller
You can use xunit to unit test on the hosted build controller by installing the xunit.runner.visualstudio package. But when the Build is done, there was an error. The testrunner tries to discover the unittests in xunit.runner.visualstudio.testadapter.dll. Why? Because it matches … Continue reading