What are the best practices to test PowerShell cmdlets? The cmdlets I'm testing are writting data into a DB.
I am currently using:
- Pairwise to go through most of the combinations
- Check that get == set
What else could be used?
Thanks!
|
What are the best practices to test PowerShell cmdlets? The cmdlets I'm testing are writting data into a DB. I am currently using:
What else could be used? Thanks! |
||||
|
|
If you can provide more details on cmdlet functionality - we can discuss further or more areas that can be covered. |
|||
|
|
A few things I might check since this is PowerShell and the DB
Without knowing more that's what I'd check first off. |
|||