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.
1.2 KiB
1.2 KiB
1 | # A: keywords to control | B: value | ||||
---|---|---|---|---|---|---|
2 | option:description | 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:adress | _nr | city | street | zip | |
12 | testrest:adress | 1 | Kiel | Foerdestr. 4 | 23123 | |
13 | testrest:adress,testcrmdb:adress | 2 | Bonn | Bundesallee 16 | 52321 | |
14 | # testdate only here specified | expect: no row is inserted as precond | ||||
15 | _date | 02.07.2022 | ||||
16 | # testdate here and in separate csv specified | |||||
17 | # expect: both row is inserted as precond | |||||
18 | _date | 03.07.2022 |