This repository was archived by the owner on Jun 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+
12# Operation-Validation-Framework
2- A set of tools for executing validation of the operation of a system.
3+
4+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/rili6ki88ioyq23t?svg=true )] ( https://ci.appveyor.com/project/devblackops/operation-validation-framework )
5+
6+ A set of tools for executing validation of the operation of a system.
37It provides a way to organize and execute Pester tests which are written
48to validate operation (rather than limited feature tests)
59
@@ -11,8 +15,8 @@ test names in those files will be returned.
1115
1216The module structure required is as follows:
1317
14- * ModuleBase\
15- * Diagnostics\
18+ * ModuleBase\
19+ * Diagnostics\
1620 * Simple * simple tests are held in this location (e.g., ping, serviceendpoint checks)*
1721 * Comprehensive * comprehensive scenario tests should be placed here*
1822
@@ -27,7 +31,7 @@ Get-OperationValidation Function Retrieve the operational tests from
2731Invoke-OperationValidation Function Invoke the operational tests from modules
2832```
2933
30- ## Examples
34+ ## Examples
3135```
3236 PS> Get-OperationValidation -ModuleName C:\temp\modules\AddNumbers
3337
You can’t perform that action at this time.
0 commit comments