Skip to content

Commit 511aa67

Browse files
committed
Integration Testing
1 parent 0554a09 commit 511aa67

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
** List in chronological order the Tests to run
2+
TEST_Test_Suite = 'ZTTQSAML ZTTQSAMK ZTTQSAMI ' +
3+
'ZTTQSAMH ZTTQSAMJ ZTTQSAMM'
4+
TEST_Allow_test_fails= +
5+
'N N N ' +
6+
'N Y N '
7+
QA_Test_Suite = 'ZTTQSAMH ZTTQSAMJ ZTTQSAMM ' +
8+
'ZTTQSAML ZTTQSAMK ZTTQSAMI'
9+
QA_Allow_test_fails= +
10+
'N Y Y ' +
11+
'N N N '
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## List tests in chronological order (comment in line 1 is required)
2+
TEST:
3+
- Test_Suite: 'ZTTQSAML'
4+
- Allow_test_fails: 'Y'
5+
- Test_Suite: 'ZTTQSAMK'
6+
- Test_Suite: 'ZTTQSAMI'
7+
- Test_Suite: 'ZTTQSAMH'
8+
- Test_Suite: 'ZTTQSAMJ'
9+
- Allow_test_fails: 'Y'
10+
- Test_Suite: 'ZTTQSAMM'
11+
12+
QA:
13+
- Test_Suite: 'ZTTQSAMJ'
14+
- Allow_test_fails: 'Y'
15+
- Test_Suite: 'ZTTQSAMM'
16+
- Test_Suite: 'ZTTQSAML'
17+
- Test_Suite: 'ZTTQSAMK'
18+
- Test_Suite: 'ZTTQSAMI'
19+
- Test_Suite: 'ZTTQSAMH'
20+
File renamed without changes.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Integration Testing
2+
3+
You may want to separate testing from single programs to conduct Integration testing, where your entire application is tested.
4+
5+
The processors in this folder allows you conduct lists of tests, defined in your choice format:
6+
7+
- *keyword = 'list of Test_Suites'* - the traditional format consistent with CONPARMX
8+
- *Yaml* - a modern Mark-up language
9+
10+
An example for each is provided in the **Integration Testing** folder
11+
12+
You can choose which format you want, and the processor will act accordingly. A "#' (hash character) in the first position of the first record tells the processor you are using a Yaml version.
13+
14+
You can mix both formats in the same element type, if desired. The processor is able to detect by element, which format is used.

0 commit comments

Comments
 (0)