Blame view

test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT1/UserStory32/content.txt 10.2 KB
fbe3c2bb   Benjamin Renard   First commit
1
2
3
!1 !-User Story 32: Tracer un paramètre coloré le long d'une courbe -!

!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT1/UserStory32/}
ba77c76c   Benjamin Renard   Move all referenc...
4
!define plotsRefDir {../test/plots_ref/${SYSTEM_OS}/ThirdPart/ReLease3/SprinT1/UserStory32/}
fbe3c2bb   Benjamin Renard   First commit
5
6
!define workingPath {./PlotFitnesseResults/US32/}
!define executable {amdaXMLRequestorTool }
fbe3c2bb   Benjamin Renard   First commit
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
!2 Description du test
!- 
En tant qu'utilisateur scientifique
Je peux définir le tracé d'un paramètre le long d'une courbe
Afin de représenter un paramètre supplémentaire sur ma courbe, sous forme d'un code couleur. 
-!

!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/US32|args|
|note|!- Création du répertoire de stockage des résultats -!|
|execute|mkdir -p |command|./PlotFitnesseResults/US32|args|

!3 Exécution des scripts

!|script|TestAmdaCommandLine|
|reference|US 32: id 00|id test|
|note|!- TimePlot - y=imf[0] - Colored parameter : imf[0]
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us32_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_32_00.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
45
|check|execute|cp|command|${plotsRefDir}/plot_32_00_REF.png ./PlotFitnesseResults/US32/|args|0|
fbe3c2bb   Benjamin Renard   First commit
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_32_00_REF.png|Img1|${workingPath}/plot_32_00.png|Img2|${workingPath}/diff_32_00.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_32_00_REF.png ${workingPath}/plot_32_00.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 32: id 01|id test|
|note|!- TimePlot - y=imf[0] - Colored parameter : imf[1]
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us32_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_32_01.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
61
|check|execute|cp|command|${plotsRefDir}/plot_32_01_REF.png ./PlotFitnesseResults/US32/|args|0|
fbe3c2bb   Benjamin Renard   First commit
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_32_01_REF.png|Img1|${workingPath}/plot_32_01.png|Img2|${workingPath}/diff_32_01.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_32_01_REF.png ${workingPath}/plot_32_01.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 32: id 02|id test|
|note|!- TimePlot - y=imf[2] - Colored parameter : dst
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us32_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_32_02.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
77
|check|execute|cp|command|${plotsRefDir}/plot_32_02_REF.png ./PlotFitnesseResults/US32/|args|0|
fbe3c2bb   Benjamin Renard   First commit
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_32_02_REF.png|Img1|${workingPath}/plot_32_02.png|Img2|${workingPath}/diff_32_02.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_32_02_REF.png ${workingPath}/plot_32_02.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 32: id 03|id test|
|note|!- TimePlot - y=dst - Colored parameter : imf[2]
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us32_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_32_03.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
93
|check|execute|cp|command|${plotsRefDir}/plot_32_03_REF.png ./PlotFitnesseResults/US32/|args|0|
fbe3c2bb   Benjamin Renard   First commit
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_32_03_REF.png|Img1|${workingPath}/plot_32_03.png|Img2|${workingPath}/diff_32_03.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_32_03_REF.png ${workingPath}/plot_32_03.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 32: id 04|id test|
|note|!- TimePlot - y=imf - Colored parameter : dst
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us32_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_32_04.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
109
|check|execute|cp|command|${plotsRefDir}/plot_32_04_REF.png ./PlotFitnesseResults/US32/|args|0|
fbe3c2bb   Benjamin Renard   First commit
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_32_04_REF.png|Img1|${workingPath}/plot_32_04.png|Img2|${workingPath}/diff_32_04.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_32_04_REF.png ${workingPath}/plot_32_04.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 32: id 05|id test|
|note|!- TimePlot - y=imf[0] - Colored parameter : imf[1] AND y=imf[1] - Colored parameter : imf[0]
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us32_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_32_05.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
125
|check|execute|cp|command|${plotsRefDir}/plot_32_05_REF.png ./PlotFitnesseResults/US32/|args|0|
fbe3c2bb   Benjamin Renard   First commit
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_32_05_REF.png|Img1|${workingPath}/plot_32_05.png|Img2|${workingPath}/diff_32_05.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_32_05_REF.png ${workingPath}/plot_32_05.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 32: id 06|id test|
|note|!- TimePlot - y=imf[0] - Colored parameter : dst - Other color map - MinColor/MaxColor definition
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us32_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_32_06.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
141
|check|execute|cp|command|${plotsRefDir}/plot_32_06_REF.png ./PlotFitnesseResults/US32/|args|0|
fbe3c2bb   Benjamin Renard   First commit
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_32_06_REF.png|Img1|${workingPath}/plot_32_06.png|Img2|${workingPath}/diff_32_06.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_32_06_REF.png ${workingPath}/plot_32_06.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 32: id 07|id test|
|note|!- XYPlot - imf[1]=f(efield) - Colored parameter : dst
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us32_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_32_07.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
157
|check|execute|cp|command|${plotsRefDir}/plot_32_07_REF.png ./PlotFitnesseResults/US32/|args|0|
fbe3c2bb   Benjamin Renard   First commit
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_32_07_REF.png|Img1|${workingPath}/plot_32_07.png|Img2|${workingPath}/diff_32_07.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_32_07_REF.png ${workingPath}/plot_32_07.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 32: id 08|id test|
|note|!- XYPlot - imf[1]=f(imf[0]) - Colored parameter : imf[2]
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us32_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_32_08.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
173
|check|execute|cp|command|${plotsRefDir}/plot_32_08_REF.png ./PlotFitnesseResults/US32/|args|0|
fbe3c2bb   Benjamin Renard   First commit
174
175
176
177
178
179
180
181
182
183
184
185
186
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_32_08_REF.png|Img1|${workingPath}/plot_32_08.png|Img2|${workingPath}/diff_32_08.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_32_08_REF.png ${workingPath}/plot_32_08.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