-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
687 lines (622 loc) · 25.9 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
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="index.js"></script>
<title>Mostafa Mohab ElRafey - Resume</title>
<link
rel="icon"
type="image/svg+xml"
alt="Logo"
href="assets/briefcase-solid.svg"
/>
<link
rel="icon"
type="image/png"
alt="Logo"
href="assets/briefcase-solid.png"
/>
<link rel="stylesheet" href="index.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
</head>
<body>
<header>
<div class="container">
<img src="assets/image.jpg" alt="Mostafa Mohab El Rafey" />
<h1>Mostafa Mohab El Rafey</h1>
</div>
</header>
<main>
<section id="personal">
<div class="container">
<button class="accordion">
<div class="acc-header-left">
</div>
<div class="acc-header-center"><i class="fa-solid fa-person">
</i> Personal</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<p>
<h2>Senior Test Automation Engineer</h2>
</p>
<div class="contact-links">
<p>
<i class="fa-solid fa-mobile-screen-button" alt="Logo"></i>
<a href="tel:+201283498818"> +201283498818</a>
</p>
<p>
<i class="fa-solid fa-at" alt="Logo"></i>
<a href="mailto:mostafa_mohab18@hotmail.com">mostafa_mohab18@hotmail.com</a>
</p>
<p>
<i class="fa-solid fa-location-dot" alt="Logo"></i>
<a>Cairo , Egypt</a>
</p>
</div>
<div class="social-links">
<a
href="https://www.linkedin.com/in/mostafamohab"
target="_blank"
title="LinkedIn"
><i class="fab fa-linkedin" alt="Logo"></i
></a>
<a
href="https://github.com/mostafamohab"
target="_blank"
title="GitHub"
><i class="fab fa-github" alt="Logo"></i
></a>
<a
href="assets/Mostafa%20Mohab%20CV%202024.pdf "
download
class="download-link"
target="_blank"
title="CV Download"
><i class="fa fa-cloud-download" alt="Logo"></i
></a>
</div>
</div>
</div>
</section>
<section id="competencies">
<div class="container">
<button class="accordion">
<div class="acc-header-left">
</div>
<div class="acc-header-center"> <i class="fa-solid fa-person-running"></i> Core Competencies</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<div class="Competencies-links">
<div>
<div>
<a target="_blank"><i class="fa-solid fa-book-open-reader" alt="Logo"></i></a>
<a target="_blank"> Self Learning</a>
</div>
<br />
<div>
<a target="_blank"><i class="fa-solid fa-handshake" alt="Logo"></i></a>
<a target="_blank"> Communication</a>
</div>
<br />
<div>
<a target="_blank"><i class="fa-solid fa-hourglass-half" alt="Logo"></i></a>
<a target="_blank"> Time Management</a>
</div>
<br />
<div>
<a target="_blank"><i class="fa-solid fa-people-group" alt="Logo"></i></a>
<a target="_blank"> Team Player</a>
</div>
<br />
<div>
<a target="_blank"><i class="fa-solid fa-shield-halved" alt="Logo"></i></a>
<a target="_blank"> Dependability</a>
</div>
<br />
<div>
<a target="_blank"><i class="fa-solid fa-compass" alt="Logo"></i></a>
<a target="_blank"> Goal Oriented</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="objective">
<div class="container">
<button class="accordion">
<div class="acc-header-left">
</div>
<div class="acc-header-center"><i class="fa-solid fa-bullseye"></i> Objective</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<p>
An experienced Software Quality Assurance Professional
seeking a Senior Test Automation Engineer role to utilize
my skills in delivering high-quality solutions, improving performance,
and ensuring client satisfaction through exceptional quality standards.
</p>
</div>
</div>
</section>
<section id="experience">
<div class="container">
<button class="accordion">
<div class="acc-header-left">
</div>
<div class="acc-header-center"><i class="fa-solid fa-user-tie"></i> Experience</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<div class="timeline">
<div class="timeline-item">
<div class="timeline-content">
<h4 class="timeline-title">
Senior Test Automation Engineer
</h4>
<p class="timeline-company">
Vodafone Intelligent Solution (_VOIS - Web Factory -
Germany) | APR 2021 - Present | 3.5 Years
</p>
<ul class="timeline-responsibilities">
<li>
Execute key responsibilities as a Senior Software Test Automation Engineer in a corporate-scale organization,
utilizing Agile and SAFe Agile methodologies. Serve as a senior-level tester within a squad operating as part of a large-scale team,
contributing to multiple company projects. Employ a wide range of testing techniques, including full functional manual and automation testing,
experience-based testing, and API functional testing. Collaborate closely with business owners, representatives, and stakeholders to address customer business inquiries.
Specialize in testing and quality assurance for telecommunication systems, software development projects, and e-commerce management platforms for large enterprises,
focusing on mobile and web-based products and services.
</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<h4 class="timeline-title">
Senior Software Quality Control Engineer
</h4>
<p class="timeline-company">
LinK TSP | OCT 2020 - JAN 2021 | 3 Months
</p>
<ul class="timeline-responsibilities">
<li>
Execute key responsibilities as a Senior Software Quality Control Engineer in a startup-sized organization,
utilizing waterfall and V-Model methodologies. Operate as a senior-level tester within a team managing multiple company projects.
Employ a range of testing techniques, including scripted exploratory testing, experience-based testing, detailed checklists, and API functional testing.
Collaborate with business representatives to address customer inquiries and ensure alignment with business goals.
Specialize in quality assurance for e-commerce management systems tailored to custom-made businesses,
focusing on delivering exceptional results for mobile and web-based products and services.
</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<h4 class="timeline-title">
Software Quality Control Engineer
</h4>
<p class="timeline-company">
Envnt (Codelab) | MAY 2018 - SEP 2020 | 2.5 Years
</p>
<ul class="timeline-responsibilities">
<li>
Fulfill core responsibilities as a Mid-level Software Quality Control Engineer in a mid-sized organization, leveraging Incremental,
V-Model, and Agile methodologies. Contribute as a mid-level tester within a team managing multiple company products and projects.
Utilize manual testing and API functional testing techniques to ensure product quality and performance.
Collaborate with business representatives to address customer inquiries and align solutions with business needs.
Focus on quality assurance for incident management, workflow management, digital transformation,
and large-scale enterprise solutions for mobile and web-based products and services.
</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<h4 class="timeline-title">
Software Quality Control Engineer
</h4>
<p class="timeline-company">
IXDev UK | OCT 2017 - APR 2018 | 8 Months
</p>
<ul class="timeline-responsibilities">
<li>
Execute key responsibilities as a Software Quality Control Engineer in a startup-sized organization,
utilizing the waterfall methodology. Serve as the sole tester in the organization,
employing exploratory testing techniques to ensure the quality and reliability of web-based products and services.
Collaborate with business representatives to address inquiries from a business perspective,
focusing on solutions for management systems, educational platforms, and small-sized businesses.
</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<h4 class="timeline-title">
Software Quality Control Intern
</h4>
<p class="timeline-company">
IXDev UK | SEP 2017 - OCT 2017 | 1 Month
</p>
<ul class="timeline-responsibilities">
<li>
Fulfill core responsibilities as a Software Quality Control Engineer Intern in a startup-sized organization,
contributing to quality assurance processes and supporting the delivery of reliable and high-performing solutions.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="education">
<div class="container">
<button class="accordion">
<div class="acc-header-left">
</div>
<div class="acc-header-center"><i class="fa-solid fa-user-graduate"></i> Education</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>
<h4>
Bachelor of Science - Faculty of Informatics and Computer
Science - Software Engineering Major
</h4>
<p>
The British University in Egypt | Loughborough University |
2017
</p>
</li>
<li>
<h4>General High School Education</h4>
<p>
The English School in Cairo (E.S.C.) | ElNasr Language Schools
| 2013
</p>
</li>
</ul>
</div>
</div>
</section>
<section id="certificates">
<div class="container">
<button class="accordion">
<div class="acc-header-left">
</div>
<div class="acc-header-center"><i class="fa-solid fa-certificate"></i> Certificates & Licenses</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>
<h4>IC Agile Certified Professional Agile Testing (ICP-TST)</h4>
<span>Vidscola</span>
<span>02/2022 - Present</span>
</li>
<li>
<h4>Scrum Foundation Professional Certificate (SFPC)</h4>
<span>CertiProf</span>
<span>08/2020 - Present</span>
<span>Certificate Code: 43820647</span>
</li>
<li>
<h4>German - A1</h4>
<span>(ÄDK) - Egyptian German cultural center</span>
<span>02/2020 - Present</span>
</li>
<li>
<h4>
ISTQB Certified Tester Foundation Level - Agile Extension
(CTFL-AT)
</h4>
<span>01/2019 - Present</span>
<span>Software Engineering Competence Center (SECC)</span>
<span>Certificate Code: 190122005</span>
</li>
<li>
<h4>ISTQB Foundation Level (CTFL)</h4>
<span>11/2017 - Present</span>
<span>Software Engineering Competence Center (SECC)</span>
<span>Certificate Code: 171102051</span>
</li>
</ul>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<button class="accordion">
<div class="acc-header-left">
</div>
<div class="acc-header-center"><i class="fa-brands fa-simplybuilt"></i> Projects</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<div class="project-categories">
<h4>
<div>
<button class="accordion">
<div class="acc-header-left"></div>
<div class="acc-header-center">VOIS</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>Blue Marble - Online Shop </li>
<p>E-Commerce - Web Application and Services (DE)</p>
<li>E-Shop – Device Overview Page</li>
<p>E-Commerce - Web Application and Services (DE)</p>
<li>Mobile Number Porting</li>
<p>
Telecommunications - Web Application and Services (DE)
</p>
<li>Net Assistant Chatbot and Ticketing System</li>
<p>
Telecommunications , Chatbot and Ticketing Management
System- Web Application and Services (DE)
</p>
<li>Mein Vodafone</li>
<p>
Telecommunications - Web Application , Portal and
Services (DE)
</p>
<li>Brix Components</li>
<p>Component Testing - Web and Mobile Components (DE)</p>
</ul>
</div>
</div>
</h4>
<h4>
<div>
<button class="accordion">
<div class="acc-header-left"></div>
<div class="acc-header-center">Link TSP</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>
Étoile - Exploratory Testing and Checklist Based
</li>
<p>(E-Commerce - Mobile Application) (EG)</p>
<li>El Abd - Exploratory Testing and Checklist Based</li>
<p>
(E-Commerce - Mobile App, Website and Call Center
System)(EG)
</p>
<li>
Concrete - Exploratory Testing and Checklist Based
</li>
<p>(E-Commerce - Website) (EG)</p>
<li>FRG - Exploratory Testing and Checklist Based</li>
<p>(E-Commerce - Website) (EG)</p>
<li>
Ghaya Pharmacy - Exploratory Testing and Checklist Based
</li>
<p>
(E-Commerce - Online Pharmacy Management System - Mobile
Appliction) (KSA)
</p>
</ul>
</div>
</div>
</h4>
<h4>
<div>
<button class="accordion">
<div class="acc-header-left"></div>
<div class="acc-header-center">Envnt</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>
General Authority of Zakat and Taxes - Operations Center
(Operations Room, AVL & Chatting)
</li>
<p>
(Vehicle Tracking and Monitoring System - Web &
Mobile Applications) (KSA)
</p>
<li>Ministry Of Transport - Bravo</li>
<p>
( Transportation Management System - Website and Mobile
Appication)(KSA)
</p>
<li>Bravo - Agile Product</li>
<p>
(Workflow Management System for Inspectors , Contractors
and Supervisors- Website and Mobile Applications) [KSA]
</p>
<li>General Authority of Zakat and Taxes (VAT/EXCISE)</li>
<p>
(Vehicle Tracking and Monitoring System - Website)(KSA)
</p>
<li>MBRGI - Usability Testing Only</li>
<p>(Yearbook Achievments System - Website)(UAE)</p>
<li>
Ministry Of Transport - LMS - Contractor License
Services
</li>
<p>
(Contractor Licensing Management Services - Website and
Portal) (KSA)
</p>
</ul>
</div>
</div>
</h4>
<h4>
<div>
<button class="accordion">
<div class="acc-header-left"></div>
<div class="acc-header-center">IXDev UK</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>IX ERP, CRM, CP, POS, IX Edu and Stem Education</li>
<p>
(Small and Medium-sized Enterprise Management Systems -
Websites)(EG)
</p>
</ul>
</div>
</div>
</h4>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="container">
<button class="accordion">
<div class="acc-header-left">
</div>
<div class="acc-header-center"><i class="fa-solid fa-compass-drafting"></i> Skills</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<div class="skill-categories">
<h4>
<div>
<button class="accordion">
<div class="acc-header-left"></div>
<div class="acc-header-center">Technical Skills</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>ISTQB FL</li>
<li>Agile</li>
<li>V-Model</li>
<li>Business Requirements Analysis</li>
<li>SDLC</li>
<li>STLC</li>
<li>Bug Lifecycle</li>
<li>Test Automation</li>
<li>API Testing</li>
<li>System Testing</li>
<li>System Integration Testing</li>
<li>Exploratory Based Testing</li>
<li>Smoke Testing</li>
<li>Regression Testing</li>
<li>End to End Testing</li>
<li>Build Verification Testing</li>
<li>UAT Testing</li>
<li>Usability Testing</li>
<li>Mobile Testing</li>
<li>Component Testing</li>
<li>Testing Estimations</li>
</ul>
</div>
</div>
</h4>
<h4>
<div>
<button class="accordion">
<div class="acc-header-left"></div>
<div class="acc-header-center">Soft Skills</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>Time Management</li>
<li>Communication</li>
<li>Collaboration</li>
<li>Organization Skills</li>
<li>Self-Driven</li>
<li>Presentation Skills</li>
<li>Self-Motivated</li>
<li>Attention to Details</li>
<li>Energetic</li>
<li>Problem Solving</li>
</ul>
</div>
</div>
</h4>
<h4>
<div>
<button class="accordion">
<div class="acc-header-left"></div>
<div class="acc-header-center">Tools</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>Azure DevOps</li>
<li>Jira</li>
<li>Microsoft Office</li>
<li>Prezi</li>
<li>GIT</li>
<li>Selenium Grid</li>
<li>Shaft Engine</li>
<li>Selenium</li>
<li>JSON</li>
<li>Maven</li>
<li>TestNG</li>
<li>POM</li>
<li>Robot Framework</li>
<li>Requests Library</li>
<li>Postman</li>
<li>Apache POI</li>
<li>Rest Assured APIs</li>
</ul>
</div>
</div>
</h4>
<h4>
<div>
<button class="accordion">
<div class="acc-header-left"></div>
<div class="acc-header-center">Programming</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>Java</li>
<li>Python</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>SQL</li>
<li>Linux</li>
</ul>
</div>
</div>
</h4>
<h4>
<div>
<button class="accordion">
<div class="acc-header-left"></div>
<div class="acc-header-center">Languages</div>
<div class="acc-header-right">+</div>
</button>
<div class="accordion-content">
<ul>
<li>Arabic: Native</li>
<li>English: Fluent</li>
<li>German: Basic</li>
</ul>
</div>
</div>
</h4>
</div>
</div>
</div>
</section>
</main>
<footer>
<p>2024 © Mostafa Mohab ElRafey</p>
</footer>
</body>
</html>