What is TDD?
Webster (who has written a "few" PoSH scripts of "decent" size and complexity) ________________________________________ From: [email protected] <[email protected]> on behalf of Joseph L. Casale <[email protected]> Sent: Tuesday, April 22, 2014 10:17 PM To: '[email protected]' Subject: [NTSysADM] PowerShell unit testing For those that have done TDD with PowerShell, what is your experience with the few libraries that provide mocking and testing? Pester does mocking, often a requirement and the syntax looks decent. PSUnit syntax isn't very appealing to me and I don't think it supports mocking? PSTest looks neat with the .net syntax but looks a bit thin on features? Opinions? jlc

