content.txt
3.63 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
!1 !-User Story 2: Tracer des lignes horizontales ou verticales sur un plot-!
!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease1/SprinT1/UserStory2/}
!define workingPath {./PlotFitnesseResults/US2/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!-Le but du test est de valider le tracé de lignes constantes en X ou Y en faisant varier couleur, style, epaisseur et valeur (position axe)-!
!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/US2|args|
|note|!- Création du répertoire de stockage des résultats -!|
|execute|mkdir -p |command|./PlotFitnesseResults/US2|args|
!3 Exécution des scripts
!|script|TestAmdaCommandLine|
|reference|US 2: id 01|id test|
|note|!- constantLine drawing / Time plot
X constant lines :
color="[255,128,0]" style="plain" width="1" value="2008010040000000"
color="[0,128,255]" style="long-spaced-dot" width="1" value="2008010050000000"
color="[0,128,192]" style="long-short-dot" width="1" value="2008010100000000"
Y constant lines :
color="[0,128,0]" style="dot" width="2" value="55"
color="[255,128,0]" style="plain" width="2" value="10"
color="[255,0,0]" style="plain" width="10" value="-60"
-!|
|check|execute|${executable}|command|${path}request_us2_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_2_01.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_2_01_REF.png ./PlotFitnesseResults/US2/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_2_01_REF.png|Img1|${workingPath}/plot_2_01.png|Img2|${workingPath}/diff_2_01.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_2_01_REF.png ${workingPath}/plot_2_01.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 2: id 02|id test|
|note|!- constantLine drawing / XYplot
X constant lines :
color="[255,0,0]" style="plain" width="5" value="-4.5"
color="[0,255,0]" style="plain" width="5" value="3"
Y constant lines :
color="[0,0,255]" style="dot" width="1" value="-2.7"
color="[0,0,255]" style="dot" width="1" value="2.7"
-!|
|check|execute|${executable}|command|${path}request_us2_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_2_02.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_2_02_REF.png ./PlotFitnesseResults/US2/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_2_02_REF.png|Img1|${workingPath}/plot_2_02.png|Img2|${workingPath}/diff_2_02.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_2_02_REF.png ${workingPath}/plot_2_02.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