Posts Tagged ‘Testing’
Clean Testing: Clean Architecture with .NET Core | Jason Taylor
All developers should be writing automated tests. In fact modern developers should be doing Clean Testing. Systems that adhere to the principles of Clean Architecture are independent of UIs, databases, frameworks, and other external concerns. As a result, the domain and business logic, the most important parts of the system, are completely isolated from external…
Read MoreModern testing for modern developers | Amanda Dean at DDD Sydney 2018
Just like development tries to move away from ineffective and inefficient approaches, testing has evolved since the days of heavyweight, formal test cases, and large test teams working in isolation. Testing is no longer the exclusive task of testers, but instead is becoming a whole team responsibility, perhaps with the assistance of a test coach.…
Read MoreEnhanced .NET Unit Testing | David Gardiner
In this fast-paced talk David shows you a bunch of really useful libraries and tools that can make writing unit tests faster, simplify reading and understanding test code and help you identify the root cause of failed tests. A great mix of general and special purpose libraries to have in your unit testing toolbox. Take…
Read MoreGetting Agile with Testing with Sam Guckenheimer
Adam Cogan interviews Sam Guckenheimer about: Visual Studio Testing Agile Dev Ops Incremental Versioning Source Control Take the Quiz! [WATUPRO 43]
Read MoreClimbing the Agile Testing Ladder with Adam Cogan and Damian Brady
Book Adam Now Adam Cogan and Damian Brady explore Agile Testing. They discuss: Visual Studio 2013 Team Foundation Server 2013 MTM Lab Manager Take the Quiz! [WATUPRO 8]
Read MoreDDD Sydney 2012 – Mehdi Khalili: ‘Automated UI Testing Done Right with Selenium’
Many teams try Automated UI Testing and many fail. Automated UI Testing is hard: the tests take a lot of time to write and tend to be brittle and hard to maintain. In this session, Mehdi Khalili will provide you with some practical advice on how to and how not to write your tests, introducing…
Read MoreClean Code, Testing and Continuous Improvement with Peter Gfader
SSW’s Adam Stephensen (Solution Architect) is joined by Peter Gfader to talk about Clean Code, testing and continuous improvement Peter Gfader is an Agile Enthusiast and aspiring Software Craftsman who likes Clean Code and is a strong believer in improving in baby steps. In this video, Peter discusses Clean Code development and how it raises…
Read MoreEnabling Continuous Value Delivery in TFS 2012 with Justin Marks
Book Adam Now 8 minutes. (Short Version or scroll down to see the Long Version) Adam Cogan sits down with Visual Studio Program Manager Justin Marks to discuss: The concept of Continuous Value Delivery Testing Defining the Project – Value Definition and Ideation (a new American word something to do with Ideas and Creation) Delivering…
Read MoreWhy C++ is Better Than C# with Kate Gregory
Kate Gregory explains in language that a C# guy can understand, what is cool about C++ She then explains: Templates vs Generics Libraries C++ AMP C# Bottlenecks/Pitfalls Unit Testing – Testing code with code Bad Habits with Clients Visual Studio Writing for iPhones/iPads Show Notes Learn more from Kate about the C++ language: bit.ly/kate_pluralsight C++…
Read MoreImproved HTML5 Coding with Mark Michaelis
Adam Cogan and Mark Michaelis discuss: Continuous Testing Compiling Programming languages JavaScript Q-Unit J-Query Testing with different UI’s Dependancy Graphs
Read More