-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
533 lines (476 loc) · 18.4 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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" >
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Robert Gorter Test Automation</title>
<link rel="icon" href="img/fav.png" type="image/x-icon">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="ionicons/css/ionicons.min.css" rel="stylesheet">
<!-- main css -->
<link href="css/style.css" rel="stylesheet">
<!-- modernizr -->
<script src="js/modernizr.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="pre-container">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
</div>
<!-- end Preloader -->
<div class="container-fluid">
<img src="img/logo-zonder-achtergrond.png" href="home" class="header-responsive">
<!-- box-intro -->
<!-- <section class="box-intro">
<div class="table-cell">
<h1 class="box-headline letters rotate-2">
<span class="box-words-wrapper">
<b class="is-visible">TEST .Automation</b>
<b >TEST .Automation.</b>
</span>
</h1>
</div> -->
<!-- end box-intro -->
<h2 href="#services">Services</h2>
<div class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="header">
<img src="img/app-development.png" class="img-service">
</div>
<div class="body">
<h5 class="text-secondary">App Test Automation</h5>
<p>Test automation helps ensuring the quality of your app and provides a better time to market. Whether it's native iOS and Android using XCUITEST and Espresso, or react-native or web using Appium, Robert can build it all.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="header">
<img src="img/api-development.png" class="img-service">
</div>
<div class="body">
<h5 class="text-secondary">API Test Automation</h5>
<p>Testing your API's is a key part of development. And it's best to automate it. Robert has experience building test frameworks using Rest Assured, Karate and Postman.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="header">
<img src="img/web-development.png" class="img-service">
</div>
<div class="body">
<h5 class="text-secondary">Web Test Automation</h5>
<p>Using open source tools such as Playwright, Cypress and Selenium Webdriver, I can build a test framework to automate all your regression tests.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="header">
<img src="img/testlead.png" class="img-service">
</div>
<div class="body">
<h5 class="text-secondary">Test Lead</h5>
<p>As a test lead Robert can guide and coach testers. Whether it's a team of functional testers, junior, medior or senior, test automation engineers. Robert can provide guidance help the team perform to their full potential.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="header">
<img src="img/audit.png" class="img-service">
</div>
<div class="body">
<h5 class="text-secondary">Test process audit</h5>
<p>Robert can perform audits to give your organization insights in the current test process and points for improvements.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="header">
<img src="img/strategy.png" class="img-service">
</div>
<div class="body">
<h5 class="text-secondary">Test strategy</h5>
<p>Robert has a ton of experience and can help your organization to gain insight in the current situation, assess the quality and find risks. Robert can also setup a proper test strategy to minimize risk and assess quality, and create a plan to start or improve quality assurance.</p>
</div>
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<h2>Clients</h2>
<div class="no-padding portfolio_container" style="position: relative; height: 1708px;">
<!-- single work -->
<div class="col-xs-3">
<a href="#contact" class="portfolio_item">
<img src="img/fav.png" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>ROBERT IS AVAILABLE FOR A NEW ASSIGNMENT JANUARY 2025.</span>
<em>GET IN CONTACT</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/ns-logo.jpeg" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>NS is active in the public transportation sector.</span>
<em>NS</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/backbase.png" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>Backbase provides an Engagement Banking Platform that plugs into existing core banking systems and comes pre- integrated with the latest fintechs.</span>
<em>Backbase</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/tikkie.png" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>Tikkie is the number one payment requests app in the Netherlands.</span>
<em>Tikkie</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/tele2.jpeg" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>Tele2 is a large telecommunications operator focused on a young audience. </span>
<em>Tele2</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/dpg.jpeg" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>The Persgroep (DPGMedia) is a media company in the Netherlands that households many brands in publishing.</span>
<em>DPG Medias</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/talpa.jpeg" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>Talpa Radio is the biggest radio company in the Netherlands with the largest radio station Radio 538. </span>
<em>Talpa Radio</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/Sanoma.png" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>Sanoma is a publisher with many brands like the well known NU.NL.</span>
<em>Sanoma</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/kpn.jpeg" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>KPN is one of the largest telecommunications operators in the Netherlands.</span>
<em>KPN</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/postnl.jpeg" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>PostNL is the largest postal service for the Netherlands that exists over 220 years.</span>
<em>PostNL</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/digitaslbi.png" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>Digitas is a global marketing and technology agency that transforms businesses for the digital age.</span>
<em>DigitasLBI</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/Flevoland-logo.jpeg" alt="image" class="img-responsive">
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>Provincie Flevoland</span>
<em>Provincie Flevolands</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/reed.png" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>Reed Elsevier is known for its desktop programs for IB, VPB, VAT, Loon en Successie & Schenken.</span>
<em>Reed Elsevier</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/rws.jpeg" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>Rijkswaterstaat is part of the Dutch Ministry of Infrastructure and Water Management and responsible for the design, construction, management and maintenance of the main infrastructure facilities in the Netherlands.</span>
<em>Rijkswaterstaat</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- extra blocks for spacing -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/valori.jpeg" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>Valori's QA and test consultants help with the quality of your IT systems.</span>
<em>Valori</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/polteq.jpeg" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>The quality of software is of crucial importance to your organization.</span>
<em>POLTEQ</em>
</div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<!-- <div class="col-xs-3">
<a class="portfolio_item">
<img src="img/portfolio/sysqa.jpeg" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info">
<span>SYSQA is an independent specialist in IT Quality Assurance and Software Testing. </span>
<em>SYSQA</em>
</div>
</div>
</div>
</a>
</div> -->
<!-- end single work -->
<!-- end extra blocks for spacing -->
</div>
</div>
<!-- portfolio -->
</div>
<!-- end portfolio div -->
<h2 id="publications" >Publications</h2>
<blockquote class="embedly-card"><h4><a href="https://robertgorter.medium.com/adding-screenshot-tests-to-your-android-espresso-project-a25de4416f72">Adding screenshot tests to your Android Espresso project</a></h4><p>My tutorial to start screenshot testing on Android using kotlin, espresso and Karumi Shot.
It will help you set up your first Screenshot test.</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<blockquote class="embedly-card"><h4><a href="https://robertgorter.medium.com/getting-started-with-espresso-android-and-robot-pattern-bc2d87120600">Getting started with Espresso Android and Robot pattern</a></h4><p>If you want to start your first test automation using Espresso on an Android app, but you have no idea how, this is the tutorial for you!
It will help you set up your first Espresso test, and dive into Robot pattern as a proper test design pattern.</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<blockquote class="embedly-card"><h4><a href="https://robertgorter.medium.com/api-testing-using-postman-87cf1c40b82c">API testing using Postman</a></h4><p>As a tester of mobile apps, I often test the API of an app. There are several ways to test an API and an easy way to get started is using a tool like Postman. I will start this workshop by explaining...</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<blockquote class="embedly-card"><h4><a href="https://medium.com/p/abd30a22065f">Functional testing of mobile apps</a></h4><p>It's a portable computer that's filled with sensors, has a battery. And the thing I find interesting is that a mobile device is such a personal device. If I look at my smartphone, it has pictures of my wife and my kids.</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<h2 id="contact">Contact</h2>
<!-- main-container -->
<div class="container main-container">
<div class="col-md-3 col-xs-1">
<img src="img/footer-met-achtergrond-wit.png" class="img-responsive hide-on-mobile">
</div>
<div class="col-md-5 col-xs-12">
<div>
<h3 class="hide-on-desktop">contact me</h3>
<h5 class="hide-on-desktop">Get in contact with any questions</h5>
</div>
<input type="hidden" name="_captcha" value="false">
<input type="text" name="_honey" style="display:none">
<div class="row" class="form">
<div class="col-md-6">
<div class="input-contact">
<input type="text" name="name" required>
<span>your name</span>
</div>
</div>
<div class="col-md-6">
<div class="input-contact">
<input type="text" name="email" required>
<span>your email</span>
</div>
</div>
<div class="col-md-12">
<div class="input-contact">
<input type="text" name="subject">
<span>subject</span>
</div>
</div>
<div class="col-md-12">
<div class="textarea-contact">
<textarea name="message" required></textarea>
<span>message</span>
</div>
</div>
<div class="col-md-12">
<button type="submit" class="btn-box">Send</a>
</div>
</div>
</form>
</div>
<div class="col-md-4 col-xs-12" >
<div class="col-md-1 col-xs-3">
<img src="img/footer-met-achtergrond-wit.png" class="img-contact">
</div>
<div class="form">
<div class="hide-on-mobile">
<h3>contact me</h3>
<h5>Get in contact with any questions</h5>
</div>
<div class="h-30"></div>
<p>For more information about my experience checkout <a href="https://www.linkedin.com/in/robert-gorter-test-automation/">my Linkedin page</a> </p>
<div class="contact-info">
<p><i class="ion-android-call"></i>+31 (0)6 36 46 35 34</p>
</div>
</div>
</div>
</div>
<!-- end main-container -->
<!-- back to top -->
<a href="#0" class="cd-top"><i class="ion-android-arrow-up"></i></a>
<!-- end back to top -->
<h6 class="footer-text"> Kvk: 83948104 BTW: NL003894324B70</h6>
<!-- jQuery -->
<script src="js/jquery-2.1.1.js"></script>
<!-- plugins -->
<script src="js/bootstrap.min.js"></script>
<script src="js/menu.js"></script>
<script src="js/animated-headline.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<!-- custom script -->
<script src="js/custom.js"></script>
</body>
</html>