multiple_parameters.stm 725B

12345678910111213141516171819202122
  1. Name: Multple parameters
  2. Component: ~
  3. Description: SugarTrail positive self-test on multiple parameters
  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 on XP {proto==imap; os==wxx}
  12. 2. Check IMAPism on 7 {proto==imap; os==w7a}
  13. 2. Check POP3ism on XP {proto==pop3; os==wxx}
  14. 2. Check POP3ism in 7 {proto==pop3; os==w7a}
  15. > result is OK
  16. 3. Some XP thing {os==wxx}
  17. 3. Some Win7 thing {os=~w7a}
  18. 4. Some amd64 thing {os=@w8a,ws23a,ws28a,ws212a,w7a,wva,wxa}
  19. Some final comments.