|
@@ -0,0 +1,22 @@
|
|
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
|
+
|
|
8
|
+This is the release client protocol. Here the body starts...
|
|
9
|
+
|
|
10
|
+# Main #
|
|
11
|
+1. Check A
|
|
12
|
+ > result is a
|
|
13
|
+2. Check IMAPism on XP {proto==imap; os==wxx}
|
|
14
|
+2. Check IMAPism on 7 {proto==imap; os==w7a}
|
|
15
|
+2. Check POP3ism on XP {proto==pop3; os==wxx}
|
|
16
|
+2. Check POP3ism in 7 {proto==pop3; os==w7a}
|
|
17
|
+ > result is OK
|
|
18
|
+3. Some XP thing {os==wxx}
|
|
19
|
+3. Some Win7 thing {os=~w7a}
|
|
20
|
+4. Some amd64 thing {os=@w8a,ws23a,ws28a,ws212a,w7a,wva,wxa}
|
|
21
|
+
|
|
22
|
+Some final comments.
|