Subversion Repositories eFlore/Applications.cel

Rev

Rev 194 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 194 Rev 396
1
# Scenario nominal : saisie observation avec completion commune et espece, tous champs renseignes
1
# Scenario nominal : saisie observation avec completion commune et espece, tous champs renseignes
2
 
2
 
3
# Necessite xdotool >= 20090815 (commande delay)
3
# Necessite xdotool >= 20090815 (commande delay)
4
 
4
 
5
# Todo : en faire une brique pour inclusion dans autres scenario
5
# Todo : en faire une brique pour inclusion dans autres scenario
6
 
6
 
7
# Lancement Cel
7
# Lancement Cel
8
firefox http://localhost/cel/www/org.tela_botanica.cel2/cel2.html
8
firefox http://localhost/cel2/war/cel2.html
9
sleep 4
9
sleep 7
10
 
10
 
11
# Timestamps
11
# Timestamps
12
 
12
 
13
obsid=`date +%s`
13
obsid=`date +%s`
14
 
14
 
15
# Init 
15
# Init 
16
CWID=`xdotool getwindowfocus`
16
CWID=`xdotool getwindowfocus`
17
WID=`xdotool search "Mozilla Firefox" | head -1`
17
WID=`xdotool search "Mozilla Firefox" | head -1`
18
xdotool windowfocus $WID
18
xdotool windowactivate $WID
19
sleep 1
19
sleep 1
20
 
20
 
21
# Saisie Commune : Montpellier + completion 
21
# Saisie Commune : Montpellier + completion 
22
xdotool key "shift+alt+1"
22
xdotool key "shift+alt+1"
23
xdotool type --delay 100 "montpell"
23
xdotool type --delay 150 "montpell"
24
sleep 1
24
sleep 1
25
xdotool key "Return"
25
xdotool key "Return"
26
 
26
 
27
# Saisie Lieu dit
27
# Saisie Lieu dit
28
xdotool key "Tab"
28
xdotool key "Tab"
-
 
29
xdotool key "Tab"
29
xdotool type --delay 100 "Jardin des plantes " $obsid
30
xdotool type --delay 100 "Jardin des plantes " $obsid
30
 
31
 
31
# Saisie Station 
32
# Saisie Station 
32
xdotool key "Tab"
33
xdotool key "Tab"
33
xdotool type --delay 100 "Bord de la mare" 
34
xdotool type --delay 100 "Bord de la mare" 
34
 
35
 
35
# Saisie Milieu
36
# Saisie Milieu
36
xdotool key "Tab"
37
xdotool key "Tab"
37
xdotool type --delay 100 "Pelouse" 
38
xdotool type --delay 100 "Pelouse" 
-
 
39
 
-
 
40
# Saisie Note 
-
 
41
xdotool key "Tab"
-
 
42
xdotool key "Tab"
-
 
43
xdotool type --delay 100 "Test"
38
 
44
 
39
# Saisie Date  
45
# Saisie Date  
40
xdotool key "Tab"
46
xdotool key "Tab"
41
xdotool type --delay 100 "10/10/2009" 
47
xdotool type --delay 100 "10/10/2009" 
42
 
48
 
43
# Saisie Espece : Acer monspessulanum  
49
# Saisie Espece : Acer monspessulanum  
44
xdotool key "Tab"
50
xdotool key "Tab"
45
xdotool type --delay 100 "Acer monspes"
51
xdotool type --delay 150 "Acer monspes"
46
sleep 1
52
sleep 2
47
xdotool key "Return"
53
xdotool key "Return"
48
 
-
 
49
# Saisie note 
-
 
50
xdotool key "Tab"
-
 
51
xdotool type --delay 100 "Test"
-
 
52
 
54
 
53
# Validation
55
# Validation
54
 
56
 
55
xdotool key "Tab"
57
xdotool key "Tab"
56
xdotool key "Return"
58
xdotool key "Return"
57
 
59
 
58
 
60
 
59
# Controle insertion 
61
# Controle insertion 
60
 
62
 
61
xdotool windowfocus $CWID
63
xdotool windowfocus $CWID
62
sleep 1
64
sleep 1
63
 
65
 
64
/opt/lampp/bin/mysql -u root cel --execute="select * from cel_inventory  where lieudit like '%$obsid%' ;" 
66
/opt/lampp/bin/mysql -u root cel --execute="select * from cel_inventory  where lieudit like '%$obsid%' ;" 
65
 
67