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