rc.stm 545B

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