content.txt 5.14 KB
!1 !-User Story 13:  Tracer des barres d'erreur pour un paramètre -!

!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT2/UserStory13/}
!define workingPath {./PlotFitnesseResults/US13/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!- 
En tant qu'utilisateur scientifique
Je peux définir un ou deux paramètres d'erreur, rattachés à une courbe,
Afin de tracer les barres d'erreurs encadrant les données de mon paramètre

Remarque:
Penser au temps d’échantillonnage séparant deux barres d'erreur 
-!

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

!3 Exécution des scripts

!|script|TestAmdaCommandLine|
|reference|US 13: id 00|id test|
|note|!- Error bar de type minmax 

-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us13_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}/errorbar_13_00.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/errorbar_13_00_REF.png ./PlotFitnesseResults/US13/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/errorbar_13_00_REF.png|Img1|${workingPath}/errorbar_13_00.png|Img2|${workingPath}/diff_13_00.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}errorbar_13_00_REF.png ${workingPath}/errorbar_13_00.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 13: id 01|id test|
|note|!- Error bar de type delta 

-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us13_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}/errorbar_13_01.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/errorbar_13_01_REF.png ./PlotFitnesseResults/US13/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/errorbar_13_01_REF.png|Img1|${workingPath}/errorbar_13_01.png|Img2|${workingPath}/diff_13_01.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}errorbar_13_01_REF.png ${workingPath}/errorbar_13_01.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 13: id 02|id test|
|note|!- Error bar de type minmax, resolution=50, width=4 

-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us13_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}/errorbar_13_02.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/errorbar_13_02_REF.png ./PlotFitnesseResults/US13/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/errorbar_13_02_REF.png|Img1|${workingPath}/errorbar_13_02.png|Img2|${workingPath}/diff_13_02.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}errorbar_13_02_REF.png ${workingPath}/errorbar_13_02.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 13: id 03|id test|
|note|!- Error bar sur layout 

-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us13_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}/errorbar_13_03.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/errorbar_13_03_REF.png ./PlotFitnesseResults/US13/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/errorbar_13_03_REF.png|Img1|${workingPath}/errorbar_13_03.png|Img2|${workingPath}/diff_13_03.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}errorbar_13_03_REF.png ${workingPath}/errorbar_13_03.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