-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
316 lines (298 loc) · 16.5 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Exactpro Open Source Tools</title>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W2PG7MM');</script>
<!-- End Google Tag Manager -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W2PG7MM"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><div class="logo"></div></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#tools">Tools</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contacts</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead text-left text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-11 mx-auto">
<h1 class="text-uppercase">
<strong>Build Software to Test Software</strong>
</h1>
<hr>
</div>
<div class="col-lg-11 mx-auto">
<p class="text-white mb-5">‘Build Software to Test Software’ is our motto. Effective test automation with wide coverage and a focus on cost efficiency, maintainability and sustainability is at the core of our business.<br>
Over the years, we have benefited a lot from open source when building our bespoke set of automated tools for functional and non-functional testing of a multitude of complex high-load software systems and platforms and started giving back to the open source community in 2018.
</p>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 tool-col">
<a class="btn btn-primary btn-xl tool-btn th2-btn" target="_blank" href="https://github.com/th2-net"></a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 tool-col">
<a class="btn btn-primary btn-xl tool-btn sailfish-btn" target="_blank" href="https://github.com/Exactpro/sailfish-core"></a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 tool-col">
<a class="btn btn-primary btn-xl tool-btn clearth-btn" target="_blank" href="https://github.com/Exactpro/clearth"></a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 tool-col">
<a class="btn btn-primary btn-xl mb-3 tool-btn nostradamus-btn" target="_blank" href="https://github.com/Exactpro/nostradamus"></a>
</div>
</div>
</div>
</div>
</div>
</header>
<section id="tools" class="no-pt pb-0">
<div class="container-fluid">
<div class="row">
<div class="container">
<div class="row">
<div class="col-lg-8 text-left mx-auto mt-5 mb-3 pt-2">
<h2 class="section-heading">Test Tools Ecosystem</h2>
<hr class="my-4">
<p class="mb-4">The most recent addition to our open-source test tool ecosystem is th2 – a next-generation framework for automated functional and non-functional testing of distributed transaction processing systems. These include securities trading systems and exchanges, banking and broker systems, post-trade (e.g. clearing, settlement, custody) and payments platforms, and many more. </p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row" id="th2">
<div class="container">
<div class="row">
<div class="col-lg-6 col-xs-12">
<div class="mt-5 mx-auto text-white pb-4">
<h3 class="mb-3">th2</h3>
<p class="mb-0">th2 is a Kubernetes-driven microservices solution tailor-made to deliver efficient machine-driven end-to-end test libraries with comprehensive coverage of your system. th2 consolidates the power of the entire Exactpro test tool suite in a single solution.
</p>
<p class="text-center mt-6">
<a class="btn btn-git btn-primary btn-xl mr-2 mb-3" target="_blank" href="https://github.com/th2-net"><span></span></a>
<a class="btn btn-primary btn-xl mb-3" target="_blank" href="https://exactpro.com/test-tools/th2">Find Out More About th2</a>
</p>
</div>
</div>
<div class="col-lg-6 d-none d-lg-block">
<video loop="" muted="" autoplay="" poster="img/cat.png" class="bg-video"><source src="img/th2.mp4" type="video/mp4"></video>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row" id="sailfish">
<div class="container">
<div class="row">
<div class="col-lg-6 d-none d-lg-block">
<div class="mx-auto relative-cnt">
<img src="img/tools/sailfish.png" class="img-fluid center-block">
</div>
</div>
<div class="col-lg-6 col-xs-12">
<div class="mt-5 mx-auto pb-4">
<h3 class="mb-3">Sailfish</h3>
<p class="mb-0">Sailfish is an active real-time tool used for exchange, MTF and broker systems testing. It can also be used as an exchange simulator for testing post-trade systems or smart derivatives. Sailfish is a web-based application which supports simultaneous connections of multiple users for both incoming and outgoing streams. It is written in Java.
</p>
<p class="text-center mt-6">
<a class="btn btn-git btn-primary btn-xl mr-2 mb-3" target="_blank" href="https://github.com/Exactpro/sailfish-core"><span></span></a>
<a class="btn btn-primary btn-xl mb-3" target="_blank" href="https://exactpro.com/test-tools/sailfish">Find Out More About Sailfish</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row mt-5 mb-5" id="cth">
<div class="col-lg-6 col-xs-12">
<div class="mt-5 mx-auto">
<h3 class="mb-3">ClearTH</h3>
<p class="text-muted mb-0">ClearTH is a unique Exactpro tool able to simultaneously execute multiple end-to-end test scenarios in batches. ClearTH easily detects abnormal behavior in the system under test and effectively predicts potential issues. It offers many built-in actions to cover the majority of activities in post-trade systems. ClearTH is a web-based application, and it presents an innovative way to test clearing, settlement and back-office systems.
</p>
<p class="text-muted mt-3">
<b>ClearTH:</b>
<ul class="text-muted mt-1">
<li>Verifies each stage of the DLC</li>
<li>Has an integrated schedule</li>
<li>Automatically runs test scripts</li>
<li>Creates multiple-day test scenarios</li>
<li>Performs concurrent multiple tests</li>
<li>Has integrated simulators</li>
<li>Supports SWIFT ISO protocol</li>
</ul>
</p>
<p class="text-center mt-5">
<a class="btn btn-git btn-primary btn-xl mr-2 mb-3" target="_blank" href="https://github.com/Exactpro/clearth"><span></span></a>
<a class="btn btn-primary btn-xl mb-3" target="_blank" href="https://exactpro.com/test-tools/clearth">Find Out More About ClearTH</a>
</p>
</div>
</div>
<div class="col-lg-6 d-none d-lg-block">
<div class="mt-5 mx-auto">
<img src="img/tools/clearth.png" class="img-fluid center-block">
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row" id="nostradamus">
<div class="container">
<div class="row">
<div class="col-lg-6 d-none d-lg-block">
<div class="mx-auto relative-cnt">
<img src="img/tools/nostradamus.png" class="img-fluid center-block">
</div>
</div>
<div class="col-lg-6 col-xs-12">
<div class="mt-5 mx-auto text-white pb-4">
<h3 class="mb-3">Nostradamus</h3>
<p class="mb-0">Nostradamus is an open-source tool for analyzing software defect reports extracted from defect repositories. The tool uses machine learning techniques to determine important links between various defect attributes and generate certain bug metrics, such as the probability of a bug being fixed/rejected, including time to resolve, etc. Nostradamus also calculates various statistical data including distributions and values of aggregate function, it can also build the top of the most frequent terms and the top of the most significant words, etc. This knowledge further allows to achieve various IT-related goals, for example:
<ul class="mt-2">
<li>More accurate planning and goal setting for project managers;</li>
<li>Improving the defect report quality for QA analysts and junior analysts;</li>
<li>Discovering the dependencies, hidden in development for system architects and developers.</li>
</ul>
</p>
<p class="text-center mt-5">
<a class="btn btn-git btn-primary btn-xl mr-2 mb-3" target="_blank" href="https://github.com/Exactpro/nostradamus"><span></span></a>
<a class="btn btn-primary btn-xl mb-3" target="_blank" href="https://exactpro.com/ideas/white-papers/extent-2018-machine-learning-applied-defect-report-analysis">Find Out More About Nostradamus</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-left">
<h2 class="section-heading">Our Mission</h2>
<hr class="my-4">
<p class="mb-4">Exactpro specializes in quality assurance services and related software development with focus on test automation for securities data distribution, trading systems, risk management, market surveillance and post-trade infrastructures. We use bespoke tools and methods for every challenge and do whatever it takes to help our clients.
</p>
<a class="btn btn-primary btn-xl" target="_blank" href="https://exactpro.com/company/about">Read More About Exactpro</a>
</div>
</div>
</div>
</section>
<section id="contact" class="no-pt pb-0">
<div class="container-fluid dark-gradient pt-5 pb-5">
<div class="row">
<div class="col-lg-8 mx-auto text-center mb-5 mt-5">
<h2 class="section-heading">Let's Get In Touch</h2>
<hr class="my-4">
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 ml-auto text-center">
<i class="fas fa-envelope fa-3x mb-3 sr-contact-1"></i>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="col-md-4 col-sm-6 mr-auto text-center">
<i class="fas fa-link fa-3x mb-3 sr-contact-2"></i>
<p>
<a href="https://exactpro.com">exactpro.com</a>
</p>
</div>
</div>
<div class="row justify-content-md-center mt-5 mb-5">
<div class="col-3 ml-auto text-center mt-5">
<a href="https://www.linkedin.com/company/exactpro-systems-llc" target="_blank">
<i class="fab fa-linkedin-in fa-2x mb-2 sr-contact-3"></i>
</a>
</div>
<div class="col-3 text-center mt-5">
<a href="https://twitter.com/exactpro" target="_blank">
<i class="fab fa-twitter fa-2x mb-2 sr-contact-3"></i>
</a>
</div>
<div class="col-3 mr-auto text-center mt-5">
<a href="https://facebook.com/exactpro" target="_blank">
<i class="fab fa-facebook fa-2x mb-2 sr-contact-3"></i>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-8 mx-auto text-center mt-5">
<hr class="my-4">
<p>
Copyright © 2009 - 2020 Exactpro. All Rights Reserved. Exactpro
refers to Exactpro Systems Limited, registered in England and
Wales, and/or one of its subsidiaries, each of which is a
separate legal entity, registered in the relevant jurisdictions.<br><a href="https://exactpro.com/terms-and-conditions">Terms and Conditions</a> <a href="https://exactpro.com/privacy-policy">Privacy policy</a> <a href="https://exactpro.com/cookies-policy">Cookies policy</a>
</p>
</div>
</div>
</div>
</section>
<div id="cookie_policy" style="display: none;">
<div class="container">
<p>The EXACTPRO website uses cookies for analytical purposes. You can block, disable or delete cookie files and similar elements at any time if your web browser or device allows for that. In that case, however, you may not be able to use some of this website’s functions, services, applications or tools. If you consent to the use of cookies, please click “Yes, I agree”. <a href="/cookies-policy">Cookies policy</a></p>
<button class="btn btn-default">Yes, I agree</button>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
<script>
$(function() {
if (localStorage.getItem('use_cookie') != 1) $("#cookie_policy").show();
$("div#cookie_policy button").click(function(){
localStorage.setItem('use_cookie', 1);
$("#cookie_policy").hide();
});
});
</script>
</body>
</html>