Showing results for Testing - PowerShell Team

Nov 18, 2014
0
0

PowerShell DSC Resource Design and Testing Checklist

PowerShell Team
PowerShell Team

DSC Resource Design and Testing Checklist   Writing Desired State Configuration Resources is not trivial and there’s many things which can go wrong. You should always spend significant amount of time testing resources you create. This task, although critical for quality, is often overlooked or performed carelessly and insufficiently...

PowerShellDSCDesired State Configuration
Jan 19, 2009
0
0

Why Should I Test With PowerShell?

PowerShell Team
PowerShell Team

Today, on our internal discussion list, someone asked if there were any advantages to testing with PowerShell versus testing with C#. I was able to come up with 10 quick reasons to test with PowerShell: I hope these reasons help convince other software testers to use PowerShell. It can really make testing...

PHILOSOPHYTesting
Jan 28, 2008
0
0

Lightweight Performance Testing with PowerShell

PowerShell Team
PowerShell Team

When you write a script, a few possible concerns may be going through your mind:   ·         Does my Script do what I want it to? ·         Can the script be read and understood by other people? ·         Is the script effici...

Testing
Jan 8, 2007
0
0

Windows PowerShell for Testers

PowerShell Team
PowerShell Team

The PowerShell team is very much into unit testing so, when  I ran into this blog by Adam Geras today, I found it very interesting.  All its entries are on using PowerShell for testing.  I especially liked this entry on using PowerShell and Excel for data driven testing because I always love it when you can leverage o...

Testing