content.txt
8.9 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
!1 !-User Story 64: Plot à partir d'une TT - Tout sur le même panel -!
!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT4/UserStory64/}
!define workingPath {./PlotFitnesseResults/US64/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!- ToDo
-!
!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/US64|args|
|note|!- Création du répertoire de stockage des résultats -!|
|execute|mkdir -p |command|./PlotFitnesseResults/US64|args|
!3 Exécution des scripts
!|script|TestAmdaCommandLine|
|reference|US 64: id 00|id test|
|note|!- Test 00 - TimePlot simple.
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us64_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_64_00.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_64_00_REF.png ./PlotFitnesseResults/US64/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_64_00_REF.png|Img1|${workingPath}/plot_64_00.png|Img2|${workingPath}/diff_64_00.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_64_00_REF.png ${workingPath}/plot_64_00.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 64: id 01|id test|
|note|!- Test 01 - XYPlot représentant des orbits de Vénus
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us64_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_64_01.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_64_01_REF.png ./PlotFitnesseResults/US64/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_64_01_REF.png|Img1|${workingPath}/plot_64_01.png|Img2|${workingPath}/diff_64_01.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_64_01_REF.png ${workingPath}/plot_64_01.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 64: id 02|id test|
|note|!- Test 02 - TimePlot avec paramètre coloré.
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us64_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_64_02.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_64_02_REF.png ./PlotFitnesseResults/US64/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_64_02_REF.png|Img1|${workingPath}/plot_64_02.png|Img2|${workingPath}/diff_64_02.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_64_02_REF.png ${workingPath}/plot_64_02.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 64: id 03|id test|
|note|!- Test 03 - XYPlot représentant des orbits de Vénus + paramètre coloré
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us64_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_64_03.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_64_03_REF.png ./PlotFitnesseResults/US64/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_64_03_REF.png|Img1|${workingPath}/plot_64_03.png|Img2|${workingPath}/diff_64_03.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_64_03_REF.png ${workingPath}/plot_64_03.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 64: id 04|id test|
|note|!- Test 04 - TimePlot avec symboles de début et de fin d'intervalle.
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us64_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_64_04.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_64_04_REF.png ./PlotFitnesseResults/US64/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_64_04_REF.png|Img1|${workingPath}/plot_64_04.png|Img2|${workingPath}/diff_64_04.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_64_04_REF.png ${workingPath}/plot_64_04.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 64: id 05|id test|
|note|!- Test 05 - XYPlot avec tracé des symboles et des index des intervalles
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us64_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_64_05.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_64_05_REF.png ./PlotFitnesseResults/US64/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_64_05_REF.png|Img1|${workingPath}/plot_64_05.png|Img2|${workingPath}/diff_64_05.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_64_05_REF.png ${workingPath}/plot_64_05.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 64: id 06|id test|
|note|!- Test 06 - XYPlot avec tracé des symboles et des dates de début et de fin des intervalles
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us64_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_64_06.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_64_06_REF.png ./PlotFitnesseResults/US64/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_64_06_REF.png|Img1|${workingPath}/plot_64_06.png|Img2|${workingPath}/diff_64_06.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_64_06_REF.png ${workingPath}/plot_64_06.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 64: id 07|id test|
|note|!- Test 07 - XYPlot représentant des orbits de Vénus avec légende indiquant les index des intervalles
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us64_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_64_07.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_64_07_REF.png ./PlotFitnesseResults/US64/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_64_07_REF.png|Img1|${workingPath}/plot_64_07.png|Img2|${workingPath}/diff_64_07.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_64_07_REF.png ${workingPath}/plot_64_07.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