Compare commits
3 Commits
c59a3beb3e
...
e25766ec03
Author | SHA1 | Date | |
---|---|---|---|
e25766ec03 | |||
db3542c785 | |||
14382de7e9 |
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Tests Paheko
|
||||
|
||||
Suite de tests du [logiciel de gestion d'association Paheko](https://fossil.kd2.org/paheko)
|
||||
|
||||
## Outils
|
||||
- [Selenium IDE](https://www.selenium.dev/selenium-ide)
|
||||
- [Selenium runner](https://www.selenium.dev/selenium-ide/docs/en/introduction/command-line-runner)
|
||||
|
||||
## Tests installation
|
||||
|
||||
## Tests de connexion
|
||||
|
||||
## Tests des membres
|
28
membres.side
28
membres.side
@ -17050,7 +17050,7 @@
|
||||
"id": "f992fa8d-d20a-4cf2-8a16-4cb414a37cd8",
|
||||
"comment": "",
|
||||
"command": "storeText",
|
||||
"target": "xpath=//header/h1",
|
||||
"target": "xpath=//h1",
|
||||
"targets": [],
|
||||
"value": "titre_page"
|
||||
}, {
|
||||
@ -17675,7 +17675,7 @@
|
||||
"id": "1461e661-9886-4c48-9893-53ea9710238f",
|
||||
"comment": "",
|
||||
"command": "storeText",
|
||||
"target": "xpath=//header/h1",
|
||||
"target": "xpath=//h1",
|
||||
"targets": [],
|
||||
"value": "titre_page"
|
||||
}, {
|
||||
@ -18227,7 +18227,7 @@
|
||||
"id": "57edae49-007a-437d-9fe9-b1952bc6b1d8",
|
||||
"comment": "",
|
||||
"command": "storeText",
|
||||
"target": "xpath=//header/h1",
|
||||
"target": "xpath=//h1",
|
||||
"targets": [],
|
||||
"value": "titre_page"
|
||||
}, {
|
||||
@ -18988,7 +18988,7 @@
|
||||
"id": "9731707a-e2d4-44ba-b369-bfe4376e008a",
|
||||
"comment": "",
|
||||
"command": "storeText",
|
||||
"target": "xpath=//header/h1",
|
||||
"target": "xpath=//h1",
|
||||
"targets": [],
|
||||
"value": "titre_page"
|
||||
}, {
|
||||
@ -19561,7 +19561,7 @@
|
||||
"id": "f84b3700-3470-4dda-8c5a-1aa8a73f85f8",
|
||||
"comment": "",
|
||||
"command": "storeText",
|
||||
"target": "xpath=//header/h1",
|
||||
"target": "xpath=//h1",
|
||||
"targets": [],
|
||||
"value": "titre_page"
|
||||
}, {
|
||||
@ -20148,7 +20148,7 @@
|
||||
"id": "c120fc06-cdea-4819-b56d-fc54526273f9",
|
||||
"comment": "",
|
||||
"command": "storeText",
|
||||
"target": "xpath=//header/h1",
|
||||
"target": "xpath=//h1",
|
||||
"targets": [],
|
||||
"value": "titre_page"
|
||||
}, {
|
||||
@ -20857,7 +20857,7 @@
|
||||
"id": "f792d5d5-5e7a-4d9d-8e37-7c8aaeb7d1e8",
|
||||
"comment": "",
|
||||
"command": "assertText",
|
||||
"target": "xpath=//header/h1",
|
||||
"target": "xpath=//h1",
|
||||
"targets": [],
|
||||
"value": "Recherche de membre"
|
||||
}, {
|
||||
@ -31883,13 +31883,6 @@
|
||||
"target": "return 'f_' + ${nom_champ}",
|
||||
"targets": [],
|
||||
"value": "id_champ"
|
||||
}, {
|
||||
"id": "75ec753b-25cd-41c1-9190-296e66c7fe38",
|
||||
"comment": "",
|
||||
"command": "type",
|
||||
"target": "id=f_help",
|
||||
"targets": [],
|
||||
"value": "Parle-nous de toi :)"
|
||||
}, {
|
||||
"id": "1d552ca0-edbd-425b-a56a-b10266e7ac5a",
|
||||
"comment": "",
|
||||
@ -32446,13 +32439,6 @@
|
||||
"target": "return 'f_' + ${nom_champ}",
|
||||
"targets": [],
|
||||
"value": "id_champ"
|
||||
}, {
|
||||
"id": "8ad63566-7ed2-44dc-b01b-5f8f6edfa8fa",
|
||||
"comment": "",
|
||||
"command": "type",
|
||||
"target": "id=f_help",
|
||||
"targets": [],
|
||||
"value": "Parle-nous de toi :)"
|
||||
}, {
|
||||
"id": "57a268dd-5252-4da3-acfa-518e7a4a3898",
|
||||
"comment": "",
|
||||
|
@ -5,8 +5,8 @@
|
||||
#+STARTUP: inlineimages
|
||||
#+STARTUP: indent
|
||||
#+OPTIONS: toc:2
|
||||
* Test paheko
|
||||
** DONE 01 Installation
|
||||
* Test paheko [2/5]
|
||||
** DONE 01 Installation [3/3]
|
||||
- Exemple de test (après avoir installé un Paheko sur sa machine, sur
|
||||
le vhost "paheko.localhost", sans base de données) :
|
||||
- se rendre à l'adresse http://testpaheko.local.bzh
|
||||
@ -25,11 +25,11 @@
|
||||
*** DONE 01-01 installation initiale
|
||||
*** DONE 01-01a installation sur base existante
|
||||
*** DONE 01-02 vérification premier membre
|
||||
** DONE 02 Connexion
|
||||
** DONE 02 Connexion [3/3]
|
||||
*** DONE 02-01 connexion correcte
|
||||
*** DONE 02-02 connexion échec identifiant
|
||||
*** DONE 02-03 connexion échec mdp
|
||||
** TODO Membres
|
||||
** TODO Membres [13/14]
|
||||
*** DONE 03 créer un membre
|
||||
**** données de la fiche membre
|
||||
- Catégorie : choisir parmi les possibilités
|
Loading…
Reference in New Issue
Block a user