-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (45 loc) · 1.88 KB
/
index.html
File metadata and controls
52 lines (45 loc) · 1.88 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>guessing game project </title>
<link rel="stylesheet" href="index.css" type="text/css">
<!--<img src="mypic.jpg"/>-->
</head>
<body>
<h1>About Me</h1>
<img src="mypic.jpg"/>
<h2>PROFESSIONAL EXPERIENCE SUMMARY</h2>
<!--<div class="general">-->
<ul>
<li>5+ years of experience as a manual and automation Quality Assurance Analyst in various Mobile and web Application Software testing.</li>
<li>Experienced in shell scripting Bash ADB.</li>
<li>Experienced in using front end technologies (HTML, CSS and JavaScript).</li>
<li>Great understanding with basic networking concepts and REST API patterns</li>
</ul>
<h2>WORK EXPERIENCE</h2>
<h3>WALT DISNEY</h3>
<ul>
<li>Testing Android and IOs mobile apps.</li>
<li>Using Charles proxy to view all of the HTTP and SSL / HTTPS traffic between phone (Android and IOS Devices) and the Internet.
<li>Changing requests, responses and the HTTP headers to test.</li>
<li>Using New Relic to log a bug for crashes and monitoring the performance of the application.</li>
<li>Using Jenkins to get the latest build</li>
<li>Using ADB shell scripting to install and uninstall daily builds</li>
</ul>
<p>
Please guess the following six questions to know me better.
</p>
<ol>
<li>Was I born in Ethiopia?</li>
<li>Do I Speak French?</li>
<li>Am I a software tester?</li>
<li>Do you think I have a backend technology experience?</li>
<li>Did your name length acceptable in my culture?check it out by inserting your name?</li>
<li>Could you guess my three favourite background colors?</li>
<li>Guess my number?</li>
<li>calculate volume of an object.</li>
</ol>
<script src="index.js" charset="utf-8"></script>
</body>
</html>