content.txt 4.16 KB
!1 !-User Story 34: Remplissage d'une zone entre constante et courbe -!

!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease1/SprinT3/UserStory34/}
!define workingPath {./PlotFitnesseResults/US34/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!- En tant qu'utilisateur scientifique
Je peux définir une zone séparant une courbe d'une constante
Afin de la coloriser 
-!

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

!3 Exécution des scripts

!|script|TestAmdaCommandLine|
|reference|US 34: id 23|id test|
|note|!-  imf > 0 ; < 0

imf(0)
2008/01/01 00:00:00 1 day
Yconst = 0
imf(0) >= Yconst  blue
imf(0) < Yconst  yellow
-!|
|check|execute|${executable}|command|${path}request_us34_23.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}/color_const_34_23.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/color_const_34_23_REF.png ./PlotFitnesseResults/US34/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/color_const_34_23_REF.png|Img1|${workingPath}/color_const_34_23.png|Img2|${workingPath}/diff_34_23.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}color_const_34_23_REF.png ${workingPath}/color_const_34_23.png|args|0|


!|script|TestAmdaCommandLine|
|reference|US 34: id 28|id test|
|note|!-  example with fill values

parameter efield
2008/01/01 00:00:00 (07:00 + 5H, then 07:00 + 1H)
Yconst = 1
efield(0) >= Yconst  blue
efield(0) < Yconst  yellow
-!|
|note|!- Cas 07:00 + 1H  -!|
|check|execute|${executable}|command|${path}request_us34_28_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 ${workingPath}/color_const_34_28_1.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/color_const_34_28_1_REF.png ./PlotFitnesseResults/US34/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/color_const_34_28_1_REF.png|Img1|${workingPath}/color_const_34_28_1.png|Img2|${workingPath}/diff_34_28_1.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}color_const_34_28_1_REF.png ${workingPath}/color_const_34_28_1.png|args|0|
|note|!- Cas 07:00 + 1H  -!|
|check|execute|${executable}|command|${path}request_us34_28_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 ${workingPath}/color_const_34_28_2.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/color_const_34_28_2_REF.png ./PlotFitnesseResults/US34/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/color_const_34_28_2_REF.png|Img1|${workingPath}/color_const_34_28_2.png|Img2|${workingPath}/diff_34_28_2.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}color_const_34_28_2_REF.png ${workingPath}/color_const_34_28_2.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