-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex_fr.html
207 lines (197 loc) · 7.32 KB
/
index_fr.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>NoraUi</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>NORAUI</h1>
<h3>NOn Regression Automation for User Interfaces</h3>
<p><small><i class="fab fa-linkedin"></i> <i class="fab fa-github"></i> <a href="https://github.com/sgrillon14">Stéphane GRILLON</a><br/><i class="fab fa-linkedin"></i> <i class="fab fa-github"></i> <a href="https://github.com/ArKniiD">Nicolas HALLOUIN</a></small></p>
</section>
<!-- Contribute on GitHub slides -->
<section>
<section>
<h2>Contribute on GitHub</h2>
<p>
<b>Organization</b>
<a href="https://github.com/NoraUi" target="_blank"><img style="margin: 0; border: none; vertical-align:middle;" alt="@NoraUi" src="https://avatars2.githubusercontent.com/u/26145171?s=150&v=4"></a>
</p>
<p class="fragment"><a href="https://github.com/NoraUi/NoraUi" target="_blank">NoraUi</a> - Framework source code</p>
<p class="fragment"><i class="fab fa-github"></i> NoraUi<br/><i class="fab fa-stack-overflow"></i> noraui</p>
<aside class="notes">
NoraUi est Open Source. Toutes les contributions sont les bienvenue.
</aside>
<br>
</section>
</section>
<!-- Phrases cultes -->
<section>
<section>
<h2>Phrases cultes</h2>
<p class="fragment">- Tester c'est douter.</p>
<p class="fragment">- Pourquoi tu testes? Tu n'est pas sûr de ton code?</p>
<p class="fragment">- Ba, tu fais plus de test que de code?</p>
<p class="fragment">- Je ne fais pas de TU, j'ai testé sur mon poste de dev.</p>
<img width="300" height="250" data-src="https://raw.githubusercontent.com/NoraUi/noraui.github.io/master/slides/img/laugh.gif" alt="laugh">
</section>
</section>
<!-- NoraUi c'est quoi? -->
<section>
<section>
<h2>NoraUi c'est quoi?</h2>
<p class="fragment">- Un robot pour les interfaces Web.</p>
<p class="fragment">- Un framework de test pour les interfaces Web.</p>
<p class="fragment">- Un générateur de robot Web.</p>
<p class="fragment">- Une academie pour apprendre.</p>
</section>
</section>
<!-- Echec et POC(Proof Of Concept) -->
<section>
<section>
<h2>Echec et POC(Proof Of Concept)</h2>
<p class="fragment">- Comment passer du tutoriel au cas réel?</p>
<p class="fragment">- Pourquoi tant d'échecs?</p>
<p class="fragment">- Souhaits des testeurs</p>
</section>
<section>
<h2>Comment passer du tutoriel au cas réel?</h2>
<br>
<a href="#" class="navigate-down">
<img width="350" height="400" data-src="https://raw.githubusercontent.com/NoraUi/noraui.github.io/master/slides/img/scaffolding-simple.jpeg" alt="scaffolding-simple">
</a>
</section>
<section>
<h2>Pourquoi tant d'échecs?</h2>
<br>
<a href="#/2">
<img width="624" height="400" data-src="https://raw.githubusercontent.com/NoraUi/noraui.github.io/master/slides/img/scaffolding-fail.jpeg" alt="scaffolding-fail">
</a>
</section>
<section>
<h2>Souhaits des testeurs.</h2>
<br>
<a href="#/3">
<img width="600" height="400" data-src="https://raw.githubusercontent.com/NoraUi/noraui.github.io/master/slides/img/Tour-Eiffel.jpg" alt="Eiffel">
</a>
</section>
</section>
<!-- Débuter avec NoraUi -->
<section>
<section>
<h2>Débuter avec NoraUi</h2>
<p class="fragment">- Générer un robot via l'archétype Maven.</p>
<p class="fragment">- 1er run sur une interface de démo (login/logout).</p>
<p class="fragment">- 1er scénario sur votre application Web.</p>
<p class="fragment">- Configuration de votre intégration continue.</p>
</section>
<section>
<h2>Générer un robot via l'archétype Maven.</h2>
<br>
<p>> mvn ...</p>
</section>
<section>
<h2>1er run sur une interface de démo (login/logout).</h2>
<br>
<p>...</p>
</section>
<section>
<h2>1er scénario sur votre application Web.</h2>
<br>
<p>...</p>
</section>
<section>
<h2>Configuration de votre intégration continue.</h2>
<br>
<p>...</p>
</section>
</section>
<!-- Sous le capot de NoraUi -->
<section>
<section>
<h2>Sous le capot de NoraUi</h2>
<p class="fragment">- Gherkin/Cucumber/Selenium/Sélecteur.</p>
<p class="fragment">- Data Provider (Excel, CSV, SQL, REST, CustomDataProvider, ...).</p>
<p class="fragment">- Résultats et rapports.</p>
<p class="fragment">- ...</p>
</section>
<section>
<h2>Gherkin/Cucumber/Selenium/Sélecteur</h2>
<br>
<p>...</p>
</section>
<section>
<h2>Gherkin</h2>
<br>
<p>...</p>
</section>
<section>
<h2>Cucumber</h2>
<br>
<pre><code class="hljs" data-trim contenteditable>
public class MyOwnSteps extends Step {
@Inject
private SearchPage searchPage;
@Alors("La page de recherche GOOGLE est affichée")
@Then("The GOOGLE search page is displayed")
public void checkGoogleSearchPage() throws FailureException {
if (!searchPage.checkPage()) {
new Result.Failure<>("google", "ERROR_MESSAGE", true, searchPage.getCallBack());
}
}
} </code></pre>
</section>
<section>
<h2>Data Provider (Excel, CSV, SQL, REST, CustomDataProvider, ...).</h2>
<br>
<p>...</p>
</section>
<section>
<h2>Résultats et rapports.</h2>
<br>
<p>...</p>
</section>
</section>
<section>
<h1>Questions...</h1>
<img width="400" height="400" data-src="https://raw.githubusercontent.com/NoraUi/noraui.github.io/master/slides/img/questions.png" alt="Question">
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
],
transition: 'convex'
});
</script>
</body>
</html>