You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
971 B
971 B
1 | # A: keywords to control | B: value | ||||
---|---|---|---|---|---|---|
2 | option:description:0 | create 2 new contracts | ||||
3 | option:_input | testa | # _ defines a keyword=variable in the spec: | |||
4 | # | |||||
5 | # | component | exec | _nr | action | args |
6 | step:1 | testrest | 2 | 1 | fct:xml-rest | action:new |
7 | step:2 | testrest | 3 | 1,2 | fct:json-rest | action:new |
8 | # | |||||
9 | # testdate only here specified | expect:row 2 is inserted as precond | ||||
10 | _date | 01.07.2022 | ||||
11 | table:person | _nr | famname | name | birth | sex |
12 | testrest:person | 1 | Brecht | Bert | 10.02.1898 | m |
13 | testrest:person,testcrmdb:person | 2 | Leon | Donna | 28.09.1942 | f |
14 | # testdate only here specified | expect: no row is inserted as precond | ||||
15 | _date | 02.07.2022 | ||||
16 | table:object | _nr | objid | descript | objtype | value |
17 | testrest:object | 1 | cat | animal | 100 | |
18 | testrest:object | 2 | dog | animal | 200 | |
19 | # testdate here and in separate csv specified | |||||
20 | # expect: both row is inserted as precond | |||||
21 | _date | 03.07.2022 | ||||
22 | table:product | _nr | prdid | descript | objtype | factor |
23 | testrest:product | 1 | first | time | ||
24 | testrest:product | 2 | second | money |