Created
January 4, 2012 21:58
Revisions
-
ferventcoder revised this gist
Jan 4, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PS \> Invoke-TestThisShiz.ps1 So you say automated testing is important? And you are kind of digging the awesome power of PowerShell and want to learn more? What if there was some way to really test PowerShell scripts in a behavior driven way? We'll explore the concepts of automated testing (unit, integration, etc) and how they translate from C# to PowerShell. Conversation is welcome if you have your own ideas about automated testing and/or -
ferventcoder revised this gist
Jan 4, 2012 . 1 changed file with 7 additions and 5 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,10 @@ Automated Testing, but Like for PowerShell PS \> Invoke-TestThisShiz.ps1 So you say automated testing is important? And you are kind of digging the awesome power of PowerShell and want to learn more? What if there was some way to really test powershell scripts in a behavior driven way? We'll explore the concepts of automated testing (unit, integration, etc) and how they translate from C# to PowerShell. Conversation is welcome if you have your own ideas about automated testing and/or PowerShell. -
ferventcoder revised this gist
Jan 4, 2012 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,9 @@ Automated Testing, but Like for PowerShell PS \> Invoke-TestThisShiz.ps1 So you say automated testing is important? And you are kind of digging the awesome power of PowerShell and want to learn more? What if there was some way to really test powershell scripts in a behavior driven way? We'll explore the concepts of automated testing (unit, integration, etc) and how they translate from C# to PowerShell. Conversation is welcome if you have your own ideas about automated testing and/or PowerShell. -
ferventcoder created this gist
Jan 4, 2012 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ Automated Testing, but Like for PowerShell ========================================== PS \> Invoke-TestThisShiz.ps1 So you say automated testing is important? And you are kind of digging the awesome power of PowerShell and want to learn more? What if there was some way to really test powershell scripts in a behavior driven way? We'll explore the concepts of automated testing (unit, integration, etc) and how they translate from C# to PowerShell. Conversation is welcome if you have your own ideas about automated testing and/or PowerShell.