Blame view

test/FitNesseRoot/ReleaseS/SecondPart/ReLease1/SprinT5/UserStory19/content.txt 8.12 KB
fbe3c2bb   Benjamin Renard   First commit
1
2
3
!1 !-User Story 19: Plot d'un scatter-!

!define path {../test/FitNesseRoot/ReleaseS/SecondPart/ReLease1/SprinT5/UserStory19/}
ba77c76c   Benjamin Renard   Move all referenc...
4
!define plotsRefDir {../test/plots_ref/${SYSTEM_OS}/SecondPart/ReLease1/SprinT5/UserStory19/}
fbe3c2bb   Benjamin Renard   First commit
5
6
!define workingPath {./PlotFitnesseResults/US19/}
!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
45
46
47
48
49
!2 Description du test
!-Le but du test est de valider le tracé d'un scatter et la prise en compte de l'attribut "isotropic".-!

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


!3 Exécution des scripts

!|script|TestAmdaCommandLine|
|note|!-Exécution de l'outil de requête XML pour générer un fichier plot (landscape au format PNG) 
 plot Y=f(X), given XYrange, same data set

plot imf(1) = f(imf(0))
start time : 2008-01-01T00:00:00
time int: 2 days
Xrange = [-25,22]
Yrange = [-25,22]

plot-data window size = (panel size – margins)
-!|
|reference|US 19: id 46|id test|
|check|execute|${executable}|command|${path}request_us19_46.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 ./PlotFitnesseResults/US19/xyplot_46.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
50
|check|execute|cp|command|${plotsRefDir}/xyplot_46_REF.png ./PlotFitnesseResults/US19/|args|0|
fbe3c2bb   Benjamin Renard   First commit
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/xyplot_46_REF.png|Img1|${workingPath}/xyplot_46.png|Img2|${workingPath}/diff_xyplot_46.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}xyplot_46_REF.png ${workingPath}/xyplot_46.png|args|0|

!|script|TestAmdaCommandLine|
|note|!-Exécution de l'outil de requête XML pour générer un fichier plot (landscape au format PNG) 
 plot Y=f(X), automatic XYrange, same data set

plot imf(1) = f(imf(0))
start time : 2008-01-01T00:00:00
time int: 2 days
XYrange automatically defined from data (rounded)
-!|
|reference|US 19: id 47|id test|
|check|execute|${executable}|command|${path}request_us19_47.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 ./PlotFitnesseResults/US19/xyplot_47.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
71
|check|execute|cp|command|${plotsRefDir}/xyplot_47_REF.png ./PlotFitnesseResults/US19/|args|0|
fbe3c2bb   Benjamin Renard   First commit
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
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/xyplot_47_REF.png|Img1|${workingPath}/xyplot_47.png|Img2|${workingPath}/diff_xyplot_47.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}xyplot_47_REF.png ${workingPath}/xyplot_47.png|args|0|


!|script|TestAmdaCommandLine|
|note|!-Exécution de l'outil de requête XML pour générer un fichier plot (landscape au format PNG) 
 plot Y=f(X), automatic panel adjustment

plot imf(1) = f(imf(0))
start time : 2008-01-01T00:00:00
time int: 2 days
XYrange automatically defined from data (rounded)

panel sizes are automatically rescaled for XYranges to keep perfect ratio

‘isotropic’ (?) attribute
-!|
|reference|US 19: id 48|id test|
|check|execute|${executable}|command|${path}request_us19_48.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 ./PlotFitnesseResults/US19/xyplot_48.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
97
|check|execute|cp|command|${plotsRefDir}/xyplot_48_REF.png ./PlotFitnesseResults/US19/|args|0|
fbe3c2bb   Benjamin Renard   First commit
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/xyplot_48_REF.png|Img1|${workingPath}/xyplot_48.png|Img2|${workingPath}/diff_xyplot_48.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}xyplot_48_REF.png ${workingPath}/xyplot_48.png|args|0|

!|script|TestAmdaCommandLine|
|note|!-Exécution de l'outil de requête XML pour générer un fichier plot (landscape au format PNG) 
 plot Y=f(X), automatic XYrange, different data sets, resampling

plot imf(1) = f(efield(1))
start time : 2008-01-01T00:00:00
time int: 2 days
XYrange automatically defined from data (rounded)
resampling: reference time from X
-!|
|reference|US 19: id 49|id test|
|check|execute|${executable}|command|${path}request_us19_49.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 ./PlotFitnesseResults/US19/xyplot_49.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
119
|check|execute|cp|command|${plotsRefDir}/xyplot_49_REF.png ./PlotFitnesseResults/US19/|args|0|
fbe3c2bb   Benjamin Renard   First commit
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/xyplot_49_REF.png|Img1|${workingPath}/xyplot_49.png|Img2|${workingPath}/diff_xyplot_49.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}xyplot_49_REF.png ${workingPath}/xyplot_49.png|args|0|

!|script|TestAmdaCommandLine|
|note|!-Exécution de l'outil de requête XML pour générer un fichier plot (landscape au format PNG) 
 titles, color, symbols ( Modifier - Supprimer )

plot Y=f(X), automatic XYrange, same data set ( Edit – Delete )
plot imf(1) = f(imf(0))
start time : 2008-01-01T00:00:00
time int: 2 days
XYrange automatically defined from data (rounded)

title : StartTime – StopTime
symbols = ...
color = ...-!|
|reference|US 19: id 50|id test|
|check|execute|${executable}|command|${path}request_us19_50_1.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 ./PlotFitnesseResults/US19/xyplot_50_1.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
144
|check|execute|cp|command|${plotsRefDir}/xyplot_50_1_REF.png ./PlotFitnesseResults/US19/|args|0|
fbe3c2bb   Benjamin Renard   First commit
145
146
147
148
149
150
151
152
153
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/xyplot_50_1_REF.png|Img1|${workingPath}/xyplot_50_1.png|Img2|${workingPath}/diff_xyplot_50_1.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}xyplot_50_1_REF.png ${workingPath}/xyplot_50_1.png|args|0|
|check|execute|${executable}|command|${path}request_us19_50_2.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 ./PlotFitnesseResults/US19/xyplot_50_2.png|args|0|
|note|!-Copie de la référence -!|
ba77c76c   Benjamin Renard   Move all referenc...
154
|check|execute|cp|command|${plotsRefDir}/xyplot_50_2_REF.png ./PlotFitnesseResults/US19/|args|0|
fbe3c2bb   Benjamin Renard   First commit
155
156
157
158
159
160
161
162
163
164
165
166
167
168
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/xyplot_50_2_REF.png|Img1|${workingPath}/xyplot_50_2.png|Img2|${workingPath}/diff_xyplot_50_2.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}xyplot_50_2_REF.png ${workingPath}/xyplot_50_2.png|args|0|


!3 Nettoyage de l'espace de travail.

!|script|TestAmdaCommandLine|
|execute|rm|command|./plot_*|args|


-----
!contents -R2 -g -p -f -h