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 (168)
Author Archives: erictummers
TFS tips #2 – CodedUI with testagent
💡 This post is part of my TFS tips where I write about how we make the most of TFS (on premise) During release in our CI/CD we want some codedUI tests to run. In TFS we have the “Visual … Continue reading
Posted in Development, Tooling
Tagged DEVOPS, release management, tfs release, tfs tips
Leave a comment
TFS tips #1 – Install Java runtime on local server
💡 This post is part of my TFS tips where I write about how we make the most of TFS (on premise) We are currently working on a project that needs the Java runtime to be installed on our local … Continue reading
Posted in Development, Tooling
Tagged DEVOPS, release management, tfs release, tfs tips
Leave a comment
SDN event June 2018 – My scrum experience
The SDN – Software Development Network – is a special interest group for dutch developers. Four times a year they organise an event where people present and talk about their passion. As a member of the SDN you are aware … Continue reading
Adding SonarQube to TFS build
We’re moving toward DEVOPS with our team and want to automate code quality checks. Another team already installed a SonarQube server for their python development and advised us to try it for our dotnet development. Now we know why the … Continue reading
Powershell extension method
We are testing our Powershell Module with Pester. Since the data is some sort of graph we need to work with indexers / lists all the time. After a small brainstorm session we decided on an Extension Method approach. Reading … Continue reading