Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created January 4, 2012 21:58

Revisions

  1. ferventcoder revised this gist Jan 4, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Session1.txt
    Original 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
    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
  2. ferventcoder revised this gist Jan 4, 2012. 1 changed file with 7 additions and 5 deletions.
    12 changes: 7 additions & 5 deletions Session1.txt
    Original 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.
    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.
  3. ferventcoder revised this gist Jan 4, 2012. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion Session1.txt
    Original 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.
    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.
  4. ferventcoder created this gist Jan 4, 2012.
    6 changes: 6 additions & 0 deletions Session1.txt
    Original 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.