Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
seqout_csv [2020/05/10 03:43] admin removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[Tag seqout|seqout tag]] allows you to output the system generated test sequence to a csv or tab delimited file. | ||
- | Comma delimited (csv) format: | ||
- | |||
- | < | ||
- | <script type=" | ||
- | < | ||
- | < | ||
- | [seqNum][comma][event][comma][curStateID][comma][targetStateID] | ||
- | </ | ||
- | </ | ||
- | </ | ||
- | </ | ||
- | |||
- | output: | ||
- | |||
- | 0, | ||
- | 1, | ||
- | 2, | ||
- | 3, | ||
- | |||
- | Tab delimited (tab) format: | ||
- | |||
- | < | ||
- | <script type=" | ||
- | < | ||
- | < | ||
- | [seqNum][tab][event][tab][curStateID][tab][targetStateID] | ||
- | </ | ||
- | </ | ||
- | </ | ||
- | </ | ||
- | |||
- | output: | ||
- | |||
- | 0 | ||
- | 1 | ||
- | 2 | ||
- | 3 |