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
+
1
2
# 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.
3
7
It provides a way to organize and execute Pester tests which are written
4
8
to validate operation (rather than limited feature tests)
5
9
@@ -11,8 +15,8 @@ test names in those files will be returned.
11
15
12
16
The module structure required is as follows:
13
17
14
- * ModuleBase\
15
- * Diagnostics\
18
+ * ModuleBase\
19
+ * Diagnostics\
16
20
* Simple * simple tests are held in this location (e.g., ping, serviceendpoint checks)*
17
21
* Comprehensive * comprehensive scenario tests should be placed here*
18
22
@@ -27,7 +31,7 @@ Get-OperationValidation Function Retrieve the operational tests from
27
31
Invoke-OperationValidation Function Invoke the operational tests from modules
28
32
```
29
33
30
- ## Examples
34
+ ## Examples
31
35
```
32
36
PS> Get-OperationValidation -ModuleName C:\temp\modules\AddNumbers
33
37
You can’t perform that action at this time.
0 commit comments