by Dustin Rothwell | Feb 14, 2017 | From The Field, Testing / QA
Note: Throughout this article, I refer to “test automation” or “automated testing”. This includes unit tests, but is not limited to tests that are strictly classified as unit tests. This includes all developer written automated tests, whether they be unit tests,...
by Chad Towle | Dec 6, 2016 | From The Field, Testing / QA
Protractor is a testing framework which allows you to write end-to-end (E2E) tests for AngularJS applications. Built with Selenium/WebdriverJS and using Jasmine test syntax, tests written with Protractor testing simulate user behavior and help ensure that your Angular...
by Tim Star | Jun 14, 2016 | .NET, ASP.NET, C#, From The Field, Testing / QA
Whether you know it or not, you are probably benefiting from the Inversion of Control design principle today. If you have written Owin middleware, http modules, used an observable collection, a .Net event, use WPF binding, or used any Visual Studio extension then you...
by Tim Star | Nov 5, 2015 | Testing / QA, Visual Studio
At Blackslate Software we believe strongly in contributing to and advancing the developer community. That means we’re often active members on sites and forums such as GitHub, Stack Overflow, and many other developer resource sites. We’ll often post updates on...
by Dave Zimmerman | Jan 6, 2015 | Agile / Scrum, From The Field, Leadership, Team Foundation Server, Testing / QA
The order of these articles are not motivated by chronology but by what I have witnessed as the biggest inefficiencies by agile teams as I have mentored agile development teams on agile practices and tools. To keep things brief, please allow me the luxury of...