content.txt
19.4 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
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
!1 !-User Story 16: Tracer une barre d'état -!
!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT4/UserStory16/}
!define workingPath {./PlotFitnesseResults/US16/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!- En tant qu'utilisateur scientifique
Je peux tracer une barre d'état, dont les données sont portées par un paramètre
Afin de visualiser ces états
-!
!2 Test
!3 Connexion au serveur
!|script|ConnectToDDServer|
|check|login|1|
!|script|TestAmdaCommandLine|
|set|${path}|path|
!3 Initialisation de l'espace de travail
!|script|TestAmdaCommandLine|
|note|!- Suppression des éventuels résultats précédents générés -!|
|execute|rm|command|./plot_*|args|
|execute|rm -rf |command|./PlotFitnesseResults/US16|args|
|note|!- Création du répertoire de stockage des résultats -!|
|execute|mkdir -p |command|./PlotFitnesseResults/US16|args|
!3 Exécution des scripts
!|script|TestAmdaCommandLine|
|reference|US 16: id 00|id test|
|note|!- Test 00 - Une barre associée à un timePlot (positions par défaut)
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_00.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_00.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_00_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_00_REF.png|Img1|${workingPath}/plot_16_00.png|Img2|${workingPath}/diff_16_00.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_00_REF.png ${workingPath}/plot_16_00.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 01|id test|
|note|!- Test 01 - Deux barres associées à un timePlot (positions par défaut)
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_01.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_01.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_01_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_01_REF.png|Img1|${workingPath}/plot_16_01.png|Img2|${workingPath}/diff_16_01.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_01_REF.png ${workingPath}/plot_16_01.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 02|id test|
|note|!- Test 02 - Une barre associée à un timePlot, Position de la barre = bottom
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_02.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_02.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_02_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_02_REF.png|Img1|${workingPath}/plot_16_02.png|Img2|${workingPath}/diff_16_02.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_02_REF.png ${workingPath}/plot_16_02.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 03|id test|
|note|!- Test 03 - Deux barres associées à un timePlot, Position des barres = bottom
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_03.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_03.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_03_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_03_REF.png|Img1|${workingPath}/plot_16_03.png|Img2|${workingPath}/diff_16_03.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_03_REF.png ${workingPath}/plot_16_03.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 04|id test|
|note|!- Test 04 - Une barre associée à un timePlot, Position timeAxis = top, Position de la barre = bottom
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_04.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_04.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_04_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_04_REF.png|Img1|${workingPath}/plot_16_04.png|Img2|${workingPath}/diff_16_04.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_04_REF.png ${workingPath}/plot_16_04.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 05|id test|
|note|!- Test 05 - Deux barres associées à un timePlot, Position timeAxis = top, Position des barres = bottom
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_05.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_05.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_05_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_05_REF.png|Img1|${workingPath}/plot_16_05.png|Img2|${workingPath}/diff_16_05.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_05_REF.png ${workingPath}/plot_16_05.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 06|id test|
|note|!- Test 06 - Une barre associée à un timePlot, Position timeAxis = top
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_06.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_06.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_06_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_06_REF.png|Img1|${workingPath}/plot_16_06.png|Img2|${workingPath}/diff_16_06.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_06_REF.png ${workingPath}/plot_16_06.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 07|id test|
|note|!- Test 07 - Deux barres associées à un timePlot, Position timeAxis = top
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_07.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_07.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_07_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_07_REF.png|Img1|${workingPath}/plot_16_07.png|Img2|${workingPath}/diff_16_07.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_07_REF.png ${workingPath}/plot_16_07.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 08/|id test|
|note|!- Test 08 - Orientation "portrait", Une barre associée à un timePlot (positions par défaut)
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_08.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_08.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_08_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_08_REF.png|Img1|${workingPath}/plot_16_08.png|Img2|${workingPath}/diff_16_08.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_08_REF.png ${workingPath}/plot_16_08.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 09|id test|
|note|!- Test 09 - Orientation "portrait", Deux barres associées à un timePlot (positions par défaut)
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_09.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_09.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_09_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_09_REF.png|Img1|${workingPath}/plot_16_09.png|Img2|${workingPath}/diff_16_09.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_09_REF.png ${workingPath}/plot_16_09.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 10|id test|
|note|!- Test 10 - Orientation "portrait", Une barre associée à un timePlot, Position de la barre = bottom
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_10.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_10.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_10_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_10_REF.png|Img1|${workingPath}/plot_16_10.png|Img2|${workingPath}/diff_16_10.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_10_REF.png ${workingPath}/plot_16_10.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 11|id test|
|note|!- Test 11 - Orientation "portrait", Deux barres associées à un timePlot, Position des barres = bottom
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_11.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_11.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_11_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_11_REF.png|Img1|${workingPath}/plot_16_11.png|Img2|${workingPath}/diff_16_11.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_11_REF.png ${workingPath}/plot_16_11.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 12|id test|
|note|!- Test 12 - Orientation "portrait", Une barre associée à un timePlot, Position timeAxis = top, Position de la barre = bottom
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_12.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_12.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_12_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_12_REF.png|Img1|${workingPath}/plot_16_12.png|Img2|${workingPath}/diff_16_12.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_12_REF.png ${workingPath}/plot_16_12.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 13|id test|
|note|!- Test 13 - Orientation "portrait", Deux barres associées à un timePlot, Position timeAxis = top, Position des barres = bottom
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_13.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_13.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_13_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_13_REF.png|Img1|${workingPath}/plot_16_13.png|Img2|${workingPath}/diff_16_13.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_13_REF.png ${workingPath}/plot_16_13.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 14|id test|
|note|!- Test 14 - Orientation "portrait", Une barre associée à un timePlot, Position timeAxis = top
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_14.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_14.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_14_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_14_REF.png|Img1|${workingPath}/plot_16_14.png|Img2|${workingPath}/diff_16_14.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_14_REF.png ${workingPath}/plot_16_14.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 15|id test|
|note|!- Test 15 - Orientation "portrait", Deux barres associées à un timePlot, Position timeAxis = top
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_15.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_15.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_15_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_15_REF.png|Img1|${workingPath}/plot_16_15.png|Img2|${workingPath}/diff_16_15.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_15_REF.png ${workingPath}/plot_16_15.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 16|id test|
|note|!- Test 16 - Deux barres associées à un timePlot (positions par défaut), colorMap de test
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_16.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_16.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_16_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_16_REF.png|Img1|${workingPath}/plot_16_16.png|Img2|${workingPath}/diff_16_16.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_16_REF.png ${workingPath}/plot_16_16.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 16: id 17|id test|
|note|!- Test 17 - Deux barres dans un panel indépendant
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us16_17.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/plot_16_17.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_17_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_17_REF.png|Img1|${workingPath}/plot_16_17.png|Img2|${workingPath}/diff_16_17.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_17_REF.png ${workingPath}/plot_16_17.png|args|0|
!3 Nettoyage de l'espace de travail et de la base des paramètres.
!|script|TestAmdaCommandLine|
|execute|rm|command|./plot_*|args|
-----
!contents -R2 -g -p -f -h