-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
85 lines (82 loc) · 3.54 KB
/
experience.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
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110782017-1"></script>
<script>
window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-110782017-1');
</script>
<title>Dmytro Ielkin - Experience</title>
<link rel="stylesheet" href="css/site.css" />
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
</head>
<body class="experience">
<div class="header experience">
<div class="header-links">
<a href="index.html">Welcome</a>
<a href="skills.html">My skills</a>
<a href="hire-me.html">Hire me</a>
</div>
<div class="header-content">
<h1>Learn more about my past experience</h1>
</div>
<svg viewBox="0 0 1280 70" preserveAspectRatio="none" id="headerCurve" fill="blue" role="presentation" aria-hidden="true">
<polygon points="1280 0 1280 70 0 70" fill="rgb(34,34,34)"></polygon>
</svg>
</div>
<div class="content experience">
<div class="past-job-row">
<div class="job-title">Senior Test Engineer at Sigma Software</div>
<div class="job-period">May 2012 – Nov 2013 (1year 7months)</div>
<div class="job-summary">Ship management and analysis system</div>
<div class="job-description">
Responsibilities:
<ul>
<li>Test planning</li>
<li class="test">Test execution</li>
<li>Test automation</li>
<li class="perf">Performance testing</li>
<li>Application deployment</li>
<li>Continuous delivery process configuration</li>
<li>Release management</li>
</ul>
Tools & technologies:
<ul>
<li class="web">ASP.NET MVC</li>
<li>C#</li>
<li class="database">Oracle Database</li>
<li>TeamCity</li>
<li>Jira Software</li>
<li>Visual Studio</li>
<li>Sikuli</li>
</ul>
</div>
</div>
<div class="past-job-row">
<div class="job-title">Senior QA Engineer at Lohika</div>
<div class="job-period">Dec 2009 – Apr 2012 (2years 5months)</div>
<div class="job-summary">Quality control tool suite</div>
<div class="job-description">
Responsibilities:
<ul>
<li>Test planning</li>
<li class="test">Test execution</li>
<li>Test automation</li>
<li class="perf">Performance testing</li>
<li>Functional and technical specifications review</li>
<li class="face">Coaching</li>
</ul>
Tools & technologies:
<ul>
<li>HP ALM</li>
<li>Java</li>
<li>VBScript</li>
<li>C#</li>
<li class="database">Oracle Database</li>
<li class="database">Microsoft SQL Server</li>
<li>HP QuickTest Professional</li>
<li>Visual Studio</li>
</ul>
</div>
</div>
</div>
</body>
</html>