ABCDEFGHIJKLMNOPQRSTUVWXYZAAABAC
1
ONLY FILL THIS ONCE THE SCREENS ARE INTEGRATED, AND YOU ARE USING UAT - POSTMAN LOGS IS NOT VALID
2
3
Case IDBusiness scenarioTest Case DescriptionPostive/NegativeExpected result formatLogsResultVerification (To be filled by Setu and Axis)
4
CL1Listing of categoriesMake sure you are able to call the API by calling the get categories API. The API will return you a list of category codesPostiveattach log file containing URL and response
5
BL1List of billers in categoriesCall the biller list API and make sure you are able to see a list of billers PositiveAttach log file containing URL, Request and Response for at least 3 categories
6
BL2List of billers in categoriesCall the biller list API for a category code that does not existNegativeAttach log file containing URL, Request and Response
7
BF1Bill fetch - step 1Call the bill fetch register APIPostiveAttach log file containing URL, Request and Response
8
BF2Bill fetch - step 2Call the get fetched bill API with the right context from bill fetch register API. Assert that the bill is returned.PostiveAttach log file containing URL, Request and Response
9
BF3Bill fetch - step 1: invalid paramCall bill fetch API with wrong customer parameters for the biller. This will give error.NegativeAttach log file containing URL, Request and Response
10
BF4Bill fetch - step 1: invalid regexCall bill fetch API with wrong customer parameters with invalid regex. This will give error.NegativeAttach log file containing URL, Request and Response
11
BF5Bill fetch - ADHOCCall bill fetch API register and get fetched bill API for DTH. Assert that amount is not returnedNegativeAttach log file containing URL, Request and Response
12
BF6Bill fetch - Wrong customer valueCall bill fetch API by entering wrong customer parameter input. Assert that you get an error for invalid customer parameterNegativeAttach log file containing URL, Request and Response
13
BP1Bill payment - step 1Call bill payment API for a successful bill fetchPostiveAttach log file containing URL, Request and Response
14
BP2Bill payment - step 2call get payment status API after a successful bill paymentPositiveAttach log file containing URL, Request and Response
15
BP3Bill payment - Adhoc - step 1Call bill payment API for a successful bill fetch for DTHPostiveAttach log file containing URL, Request and Response
16
BP4Bill payment - Adhoc - step 2call get payment status API after a successful bill paymentPositiveAttach log file containing URL, Request and Response
17
BF7Bill fetch for zero amountCall bill fetch API for Customer 1 day after you have made payment. Assert that you get no bill due errorNegativeAttach log file containing URL, Request and Response
18
CT1Raise disputeCall raise complaint API after you have successfully completed paymentPositiveAttach log file containing URL, Request and Response
19
CT2Get dispute statusCall complaint status API after you have successfully completed paymentPositiveAttach log file containing URL, Request and Response
20
BD1Get biller detailsCall the biller-details API with a valid biller and category code to see biller fieldsPositiveAttach log file containing URL, Request and Response for at least 3 combinations
21
BD2Get biller detailsCall the biller-details API with an invalid biller or category code which does not exist. This will give error.NegativeAttach log file containing URL, Request and Response for at least 3 combinations
22
FD1Get biller fieldsCall the biller-fields API with a valid biller and category code to see biller fieldsPositiveAttach log file containing URL, Request and Response for at least 3 combinations
23
FD2Get biller fieldsCall the biller-fields API with an invalid biller or category code which does not exist. This will give error.NegativeAttach log file containing URL, Request and Response for at least 3 combinations
24
AI1Amount limitationThe payment need to be paid for amount 49999 rs PositiveAttach log file containing URL, Request and Response
25
AI2Amount limitationDo payment of 50000 rs and checkNegativeAttach log file containing URL, Request and Response
26
AI3Amount limitationAll payment mode need to run and test the samePositiveAttach log file containing URL, Request and Response
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