1234567891011121314151617181920 |
- Name: Release Client
- Component: ~
- Description: Basic release criterion
- Owner: some.guy@example.com
- Various ISTQB BS: this; that...
- Cartesian: proto=imap; proto=pop3; os=w7a; os=wxx; os=wva; os=w8x; arch=amd64; arch=x86
-
- This is the release client protocol. Here the body starts...
-
- # Main #
- 1. Check A
- > result is a
- 2. Check IMAPIsm {proto==imap}
- 2. Check POP3ism {proto==pop3}
- > result is OK
- 3. Some XP thing {os==wxx}
- 3. Some Win7 thing {os=~w7*}
- 4. Some amd64 thing {proto==pop3}
-
- Some final comments.
|