-
Notifications
You must be signed in to change notification settings - Fork 0
/
softwareTesting.html
43 lines (40 loc) · 1.28 KB
/
softwareTesting.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
<link href="css/StyleSheet.css" rel="stylesheet" type="text/css">
<!DOCTYPE html>
<html>
<head>
<title id="title">Software Testing</title>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<link rel='icon' href='img/favicon.ico' type='image/x-icon'/ >
</head>
<body>
<header>
<h1>Software Testing</h1>
<div class="sidenav">
<div id="navigation"></div>
</div>
</header>
<main class="content">
<p>This section will cover a lot of knowledge I have based on my job and testing software. There will be several other pages covering a variety of things such as:</p>
<ul>
<li>Manual Testing</li>
<li>Exploratory Testing</li>
<li>Mac OSx App testing</li>
<li>Regression testing</li>
<li>Smoke testing</li>
<li>Static Analyst</li>
<li>Website testing</li>
<li>API testing with Postman</li>
<li>Website UI testing with Java</li>
<li>Website UI testing with Python</li>
<li>Performance testing</li>
<li>CircleCI DevOps</li>
<li>and many more…</li>
</ul>
</main>
<footer>
<div id="foot"></div>
<p><strong id='copyright'>Copyright ©2019 Ben Weese</strong></p>
</footer>
</body>
</html>