-
Notifications
You must be signed in to change notification settings - Fork 44
A note about ID's
Raghavendra Balgi edited this page Apr 25, 2020
·
1 revision
In the spec definition, each object (spec, msg, field) is identified by an ID. These ID's are used in saved messages, server definitions etc and so its very important that they don't change or are not reassigned. If you're adding a new field, please use a new id for it rather than re-number the entire sequence for fields that follow it.
- Each spec has a unique id across all specs
- Within each spec, each message has a unique id
- Within each message, each field has a unique id
- Introduction
- Building
- Up and Running
- Specs
- Servers
- Using the UI
- Test Case Management
- Miscellenous