content.txt 19.4 KB
!1 !-User Story 16: Tracer une barre d'état -!

!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT4/UserStory16/}
!define workingPath {./PlotFitnesseResults/US16/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!- En tant qu'utilisateur scientifique
Je peux tracer une barre d'état, dont les données sont portées par un paramètre
Afin de visualiser ces états
-!

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

!3 Exécution des scripts

!|script|TestAmdaCommandLine|
|reference|US 16: id 00|id test|
|note|!- Test 00 - Une barre associée à un timePlot (positions par défaut)
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_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_16_00.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_00_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_00_REF.png|Img1|${workingPath}/plot_16_00.png|Img2|${workingPath}/diff_16_00.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_00_REF.png ${workingPath}/plot_16_00.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 01|id test|
|note|!- Test 01 - Deux barres associées à un timePlot (positions par défaut)
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_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_16_01.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_01_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_01_REF.png|Img1|${workingPath}/plot_16_01.png|Img2|${workingPath}/diff_16_01.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_01_REF.png ${workingPath}/plot_16_01.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 02|id test|
|note|!- Test 02 - Une barre associée à un timePlot, Position de la barre = bottom
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_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_16_02.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_02_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_02_REF.png|Img1|${workingPath}/plot_16_02.png|Img2|${workingPath}/diff_16_02.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_02_REF.png ${workingPath}/plot_16_02.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 03|id test|
|note|!- Test 03 - Deux barres associées à un timePlot, Position des barres = bottom
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_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_16_03.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_03_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_03_REF.png|Img1|${workingPath}/plot_16_03.png|Img2|${workingPath}/diff_16_03.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_03_REF.png ${workingPath}/plot_16_03.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 04|id test|
|note|!- Test 04 - Une barre associée à un timePlot, Position timeAxis = top, Position de la barre = bottom
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_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_16_04.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_04_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_04_REF.png|Img1|${workingPath}/plot_16_04.png|Img2|${workingPath}/diff_16_04.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_04_REF.png ${workingPath}/plot_16_04.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 05|id test|
|note|!- Test 05 - Deux barres associées à un timePlot, Position timeAxis = top, Position des barres = bottom
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_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_16_05.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_05_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_05_REF.png|Img1|${workingPath}/plot_16_05.png|Img2|${workingPath}/diff_16_05.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_05_REF.png ${workingPath}/plot_16_05.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 06|id test|
|note|!- Test 06 - Une barre associée à un timePlot, Position timeAxis = top
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_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_16_06.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_06_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_06_REF.png|Img1|${workingPath}/plot_16_06.png|Img2|${workingPath}/diff_16_06.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_06_REF.png ${workingPath}/plot_16_06.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 07|id test|
|note|!- Test 07 - Deux barres associées à un timePlot, Position timeAxis = top
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_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_16_07.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_07_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_07_REF.png|Img1|${workingPath}/plot_16_07.png|Img2|${workingPath}/diff_16_07.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_07_REF.png ${workingPath}/plot_16_07.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 08/|id test|
|note|!- Test 08 - Orientation "portrait", Une barre associée à un timePlot (positions par défaut)
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_08.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_16_08.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_08_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_08_REF.png|Img1|${workingPath}/plot_16_08.png|Img2|${workingPath}/diff_16_08.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_08_REF.png ${workingPath}/plot_16_08.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 09|id test|
|note|!- Test 09 - Orientation "portrait", Deux barres associées à un timePlot (positions par défaut)
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_09.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_16_09.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_09_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_09_REF.png|Img1|${workingPath}/plot_16_09.png|Img2|${workingPath}/diff_16_09.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_09_REF.png ${workingPath}/plot_16_09.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 10|id test|
|note|!- Test 10 - Orientation "portrait", Une barre associée à un timePlot, Position de la barre = bottom
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_10.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_16_10.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_10_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_10_REF.png|Img1|${workingPath}/plot_16_10.png|Img2|${workingPath}/diff_16_10.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_10_REF.png ${workingPath}/plot_16_10.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 11|id test|
|note|!- Test 11 - Orientation "portrait", Deux barres associées à un timePlot, Position des barres = bottom
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_11.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_16_11.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_11_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_11_REF.png|Img1|${workingPath}/plot_16_11.png|Img2|${workingPath}/diff_16_11.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_11_REF.png ${workingPath}/plot_16_11.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 12|id test|
|note|!- Test 12 - Orientation "portrait", Une barre associée à un timePlot, Position timeAxis = top, Position de la barre = bottom
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_12.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_16_12.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_12_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_12_REF.png|Img1|${workingPath}/plot_16_12.png|Img2|${workingPath}/diff_16_12.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_12_REF.png ${workingPath}/plot_16_12.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 13|id test|
|note|!- Test 13 - Orientation "portrait", Deux barres associées à un timePlot, Position timeAxis = top, Position des barres = bottom
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_13.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_16_13.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_13_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_13_REF.png|Img1|${workingPath}/plot_16_13.png|Img2|${workingPath}/diff_16_13.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_13_REF.png ${workingPath}/plot_16_13.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 14|id test|
|note|!- Test 14 - Orientation "portrait", Une barre associée à un timePlot, Position timeAxis = top
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_14.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_16_14.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_14_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_14_REF.png|Img1|${workingPath}/plot_16_14.png|Img2|${workingPath}/diff_16_14.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_14_REF.png ${workingPath}/plot_16_14.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 15|id test|
|note|!- Test 15 - Orientation "portrait", Deux barres associées à un timePlot, Position timeAxis = top
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_15.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_16_15.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_15_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_15_REF.png|Img1|${workingPath}/plot_16_15.png|Img2|${workingPath}/diff_16_15.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_15_REF.png ${workingPath}/plot_16_15.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 16|id test|
|note|!- Test 16 - Deux barres associées à un timePlot (positions par défaut), colorMap de test
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_16.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_16_16.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_16_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_16_REF.png|Img1|${workingPath}/plot_16_16.png|Img2|${workingPath}/diff_16_16.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_16_REF.png ${workingPath}/plot_16_16.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 16: id 17|id test|
|note|!- Test 17 - Deux barres dans un panel indépendant
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us16_17.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_16_17.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_16_17_REF.png ./PlotFitnesseResults/US16/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_16_17_REF.png|Img1|${workingPath}/plot_16_17.png|Img2|${workingPath}/diff_16_17.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_16_17_REF.png ${workingPath}/plot_16_17.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