-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
250 lines (231 loc) Β· 10.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>π Advanced Software Testing Checklist π</title>
<link rel="icon" type="image/png" href="https://github.com/fagun18/FagunWithBugs/raw/main/Assets/Icons/logo.png">
<meta name="description"
content="Experienced Software QA Engineer and Cyber Security Analyst with expertise in Cyber Security, Ethical Hacking, and Test Automation.">
<meta name="keywords"
content="Mejbaur Bahar Fagun, Software QA Engineer,STLC, Software Testing Life Cycle, SQA life Cycle, QA Life Cycle, Cyber Security Analyst, Ethical Hacking, Test Automation, Security Testing, Bangladesh, Asia, USA, Canada,Software Testing, QA Engineer, Quality Assurance, Test Automation, Manual Testing, Software QA, Software Tester, Testing Engineer, Quality Analyst, SQA Engineer, QA Testing, Test Automation Engineer, Agile Testing, Regression Testing, Performance Testing, Mobile App Testing, API Testing, White Box Testing, Black Box Testing, Usability Testing, Security Testing, Penetration Testing, Load Testing, Stress Testing, Compatibility Testing, Exploratory Testing, Acceptance Testing, Test Planning, Test Execution, Test Case Design, Defect Life Cycle, Bug Tracking, Test Metrics, Test Reporting, Continuous Integration, DevOps, Shift Left Testing, Shift Right Testing, TDD, BDD, Behavior-Driven Development, Scrum Testing, Kanban Testing, Waterfall Testing, V-Model Testing, Risk-Based Testing, Compliance Testing, Accessibility Testing, Code Review, Static Analysis, Dynamic Analysis, Test Management, Test Documentation, SDLC, STLC, Gherkin, Jira, Selenium, Appium, Cypress, JUnit, TestNG, Cucumber, LoadRunner, JMeter, SoapUI, Postman, OWASP, ISTQB, Certified Software Tester, QA Best Practices, Emerging Trends in Software Testing, Quality Engineering">
<link rel="stylesheet" href="Libraries/swiper-bundle.min.css" />
<link rel="stylesheet" href="Css/style.css" />
<meta property="og:title" content="Mejbaur Bahar Fagun - Software QA Engineer | Cyber Security Analyst">
<meta property="og:description"
content="Experienced Software QA Engineer and Cyber Security Analyst with expertise in Cyber Security, Ethical Hacking, and Test Automation.">
<meta property="og:image" alt="Mejbaur Bahar Fagun - Software QA Engineer"
content="https://media.licdn.com/dms/image/D5603AQHMV2bnf3NX9g/profile-displayphoto-shrink_800_800/0/1670130148787?e=2147483647&v=beta&t=wiXHs87gkBNLfKlxSEKNHR71yvdGmW5u5Cp7sYRUisY">
<meta property="og:url" content="https://fagun18.github.io/FagunWithBugs">
<meta property="og:type" content="website">
<meta property="og:image:width" content="800">
<meta property="og:image:height" content="800">
<meta name="robots" content="index, follow">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@fagun018">
<meta name="twitter:site" content="@fagun018">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Mejbaur Bahar Fagun">
<meta property="og:type" content="profile">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="errorpage" href="https://fagun18.github.io/FagunWithBugs/404.html">
<link rel="preload" href="Libraries/swiper-bundle.min.css" as="style">
<link rel="preload" href="Css/style.css" as="style">
<link rel="sitemap" type="application/xml" title="Sitemap" href="sitemap.xml">
<link rel="canonical" href="https://fagun18.github.io/FagunWithBugs">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-YourIntegrityCodeHere" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script>
document.addEventListener('contextmenu', function (e) {
e.preventDefault(); // Disable right-click context menu
});
document.addEventListener('keydown', function (e) {
if ((e.ctrlKey || e.metaKey) && e.shiftKey && e.key === 'C') {
e.preventDefault(); // Disable Ctrl+Shift+C
}
});
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Mejbaur Bahar Fagun",
"jobTitle": "Software QA Engineer",
"url": "https://fagun18.github.io/FagunWithBugs"
}
</script>
<script>
if (window.location.hostname.indexOf("www") === 0) {
window.location.href = window.location.href.replace("www.", "");
}
</script>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 20px auto;
padding: 20px;
background-color: #f8f8f8;
color: #333;
text-align: center;
}
h1 {
color: #007BFF;
}
table {
border-collapse: collapse;
width: 80%;
margin: 20px auto;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
background-color: #fff;
}
th, td {
border: 1px solid #dddddd;
text-align: left;
padding: 12px;
}
th {
background-color: #007BFF;
color: #fff;
}
.checkbox {
cursor: pointer;
font-size: 20px;
transition: transform 0.3s ease-in-out;
text-align: center; /* Center-align the checkboxes */
}
.center-align {
text-align: center; /* Center-align content within <td> and <th> */
}
.checkbox:hover {
transform: scale(1.2);
}
/* Responsive Styles */
@media (max-width: 768px) {
th, td {
display: block;
width: 100%;
box-sizing: border-box;
}
}
/* Adjusted styles for mobile devices */
@media (max-width: 480px) {
th, td {
font-size: 16px;
padding: 10px;
}
}
.button-container {
margin-top: 20px;
}
.button {
display: inline-block;
padding: 10px 20px;
font-size: 16px;
background-color: #007BFF;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
margin-right: 10px;
}
.button:hover {
background-color: #0056b3;
}
</style>
</head>
<body>
<h1>π Software Testing Checklist π</h1>
<div class="button-container">
<button class="button" onclick="goToURL('https://fagun18.github.io/FagunWithBugs/#home')">Home</button>
<button class="button" onclick="goToURL('https://fagun18.github.io/FagunWithBugs/#about')">About Me</button>
<button class="button" onclick="goToURL('https://fagun18.github.io/FagunWithBugs/#contact')">Contact</button>
</div>
<table>
<table>
<thead>
<tr>
<th class="center-align">π¦ Phase</th>
<th class="center-align">π Task</th>
<th class="center-align">β
Status</th>
<th class="center-align">π Emoji</th>
</tr>
</thead>
<tbody>
<!-- Add your checklist items here -->
<tr>
<td class="center-align">1. Test Planning</td>
<td class="center-align">Define testing objectives and scope</td>
<td class="center-align checkbox" onclick="toggleCheckbox(this)" title="Click to toggle status">β</td>
<td class="center-align">π―</td>
</tr>
<tr>
<td class="center-align">2. Requirement Analysis</td>
<td class="center-align">Review and understand software requirements</td>
<td class="center-align checkbox" onclick="toggleCheckbox(this)" title="Click to toggle status">β</td>
<td class="center-align">π</td>
</tr>
<!-- Additional checklist items -->
<tr>
<td class="center-align">3. Test Case Design</td>
<td class="center-align">Create detailed test cases</td>
<td class="center-align checkbox" onclick="toggleCheckbox(this)" title="Click to toggle status">β</td>
<td class="center-align">π</td>
</tr>
<tr>
<td class="center-align">4. Test Execution</td>
<td class="center-align">Execute test cases and record results</td>
<td class="center-align checkbox" onclick="toggleCheckbox(this)" title="Click to toggle status">β</td>
<td class="center-align">πββοΈ</td>
</tr>
<!-- Additional rows -->
<tr>
<td class="center-align">5. Regression Testing</td>
<td class="center-align">Perform regression testing</td>
<td class="center-align checkbox" onclick="toggleCheckbox(this)" title="Click to toggle status">β</td>
<td class="center-align">π</td>
</tr>
<tr>
<td class="center-align">6. Bug Tracking</td>
<td class="center-align">Track and manage bugs</td>
<td class="center-align checkbox" onclick="toggleCheckbox(this)" title="Click to toggle status">β</td>
<td class="center-align">π</td>
</tr>
<!-- More rows -->
<tr>
<td class="center-align">7. User Acceptance Testing</td>
<td class="center-align">Conduct user acceptance testing</td>
<td class="center-align checkbox" onclick="toggleCheckbox(this)" title="Click to toggle status">β</td>
<td class="center-align">π</td>
</tr>
<tr>
<td class="center-align">8. Performance Testing</td>
<td class="center-align">Perform performance testing</td>
<td class="center-align checkbox" onclick="toggleCheckbox(this)" title="Click to toggle status">β</td>
<td class="center-align">βοΈ</td>
</tr>
<!-- Additional rows -->
<tr>
<td class="center-align">9. Security Testing</td>
<td class="center-align">Conduct security testing</td>
<td class="center-align checkbox" onclick="toggleCheckbox(this)" title="Click to toggle status">β</td>
<td class="center-align">π</td>
</tr>
<tr>
<td class="center-align">10. Documentation</td>
<td class="center-align">Review and update documentation</td>
<td class="center-align checkbox" onclick="toggleCheckbox(this)" title="Click to toggle status">β</td>
<td class="center-align">π</td>
</tr>
<!-- Add more rows as needed -->
</tbody>
</table>
<script>
function toggleCheckbox(checkbox) {
checkbox.textContent = checkbox.textContent === 'β' ? 'β' : 'β';
}
function goToURL(url) {
window.location.href = url;
}
</script>
</body>
</html>