ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Acceptance Test
2
3
User StoryPayment FieldsDescriptionAs a customer, once I have completed my order, I should be able to enter my credentials and pay with my card to finalize the order.
4
Test PriorityLow
5
Test TitlePayment fields testing
6
Tester NameRohan Das
7
PreconditionsUser should be logged into his account
8
User should have at minimum one item in the shopping cart
9
User's payment information is sent to the database once it presses "pay" from the checkout page
10
11
12
Test Results
13
14
StepTest StepsTest DataExpected ResultActual ResultsStatusNotes
15
1Access the main pageUser should be able to access the main pageUser accesses the main page.Success
16
2Access the shopping cart pageUser should be able to access the shopping cart page after navigating through the navigation barUser navigates through the navigation bar and clicks on the shopping cart icon to access the shopping cart page.Success
17
3Access the checkut pageUser should be able to access the checkout page after pressing the "checkout" buttonUser presses the "checkout" buutton and accesses the checkout page with the payment fieldsSuccess
18
4Enter payment fieldsUser should be able to enter information needed for the paymentUser adds information needed for payment.Success
19
5Press "pay" buttonUser should be able to press "pay" button to send cart to databaseUser presses the "pay" button and payment is not sent to the database.In-progressThis part will be done soon
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100