content.txt
3.16 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
!1 !-User Story 68: Conception get données utilisateur -!
!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT2/UserStory68/}
!define workingPath {./PlotFitnesseResults/US68/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!-
Test des cas d'erreur pour le ParamGet dans des fichiers locaux + Autres tests non spécifiques à un format
-!
!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|command|./output_*|args|
|execute|rm -rf |command|./PlotFitnesseResults/US68|args|
|note|!- Création du répertoire de stockage des résultats -!|
|execute|mkdir -p |command|./PlotFitnesseResults/US68|args|
!3 Exécution des scripts
!|script|TestAmdaCommandLine|
|reference|US 68: id 00|id test|
|note|!- StartTime supérieur à globalStop
-!|
|check|returnValue|-p local_cdf_bgse -s 2008010000000000 -d 0000005000000000 -f iso|argument|22|
!|script|TestAmdaCommandLine|
|reference|US 68: id 01|id test|
|note|!- StopTime inférieur à globalStart
-!|
|check|returnValue|-p local_cdf_bgse -s 2007360000000000 -d 0000001000000000 -f iso|argument|22|
!|script|TestAmdaCommandLine|
|reference|US 68: id 02|id test|
|note|!- Mauvais VirtualInstrument
-!|
|check|returnValue|-p local_bad_vi -s 2008000000000000 -d 0000005000000000 -f iso|argument|20|
!|script|TestAmdaCommandLine|
|reference|US 68: id 03|id test|
|note|!- Mauvais ParamId
-!|
|check|returnValue|-p local_bad_paramid -s 2008000000000000 -d 0000005000000000 -f iso|argument|2|
!|script|TestAmdaCommandLine|
|reference|US 68: id 04|id test|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us68_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_68_04.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_68_04_REF.png ./PlotFitnesseResults/US68/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_68_04_REF.png|Img1|${workingPath}/plot_68_04.png|Img2|${workingPath}/diff_68_04.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_68_04_REF.png ${workingPath}/plot_68_04.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 68: id 05|id test|
|note|!- Ecriture de quatres paramètres provenant de ParamGet différents dans un fichier de sortie
-!|
|check|execute|${executable}|command|${path}request_us68_05.xml|args|0|
|check|execute|diff|command|output-local_cdf_bgse_local_ascii_vector_local_vot_bx_imf_2008000000000000.txt ${path}/test_us68_05.txt|args|0|
!3 Nettoyage de l'espace de travail.
!|script|TestAmdaCommandLine|
|execute|rm|command|./plot_*|args|
|execute|rm|command|./output_*|args|
-----
!contents -R2 -g -p -f -h