ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
TEST PLAN
2
for KFF calculator web app
3
Link to the KFF calculator app: https://www.kff.org/interactive/subsidy-calculator/
4
**Test ID****Test Objective**Test Name****Precondition****Test Steps****Expected Result****Priority**
5
0. Smoke test
6
SMK-TC001Verify that the Health Insurance Marketplace Calculator page loads correctly with all necessary elements visible.Page loads correctlyNavigate to the target page.- Navigate to the target page : https://www.kff.org/interactive/subsidy-calculator/The page should load successfully.High
7
- Verify that the header1 contains the text "Health Insurance Marketplace Calculator."The element with the header1 should contain the text "Health Insurance Marketplace Calculator."
8
- Verify that the header4 contains the text "Enter Information About Your Household."The header4 element should contain the text "Enter Information About Your Household."
9
- Verify that the header1 is visibleThe header1 should be visible
10
- Verify that the header4 is visibleThe header4 should be visible
11
- Verify the visibility of "Select a State" dropdownThe "Select a State" dropdown should be visible on the page.
12
- Verify the visibility of the income type radio buttons:

"Enter yearly household income as..."
- "2024 Dollars" radio button
- "% of Poverty" radio button
- "2024 Dollars" radio button should be visible
- "% of Poverty" radio button should be visible
13
- Check the visibility of the income input field for:
"Enter yearly household income as...".
The income input field should be visible.
14
Verify the visibility of the job coverage radio buttion:

" Is coverage available from your or your spouse’s job?"
- "Yes" radio button
- "No" radio button
- "Yes" radio button should be visible
- "No" radio button should be visible
15
Ensure the visibility of family-related input fields:
- "Number of people in family"
- "Number of adults (21 to 64) enrolling in Marketplace coverage"
- "Number of children (20 and younger) enrolling in Marketplace coverage"
- "Number of people..." input should be visible
- "Number of adults ..." input should be visible
- "Number of children ..." input should be visible
16
- Verify the visibility of the submit button The submit button should be visible
17
18
19
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