1 |
fmichon |
3173 |
*** Settings *** |
2 |
|
|
Documentation Ressources (librairies, keywords et variables) |
3 |
|
|
Library Selenium2Library |
4 |
|
|
Library String |
5 |
|
|
Library RequestsLibrary |
6 |
|
|
Library Collections |
7 |
|
|
|
8 |
|
|
Resource ${RESOURCES}/application.txt |
9 |
|
|
Resource ${RESOURCES}/formulaire.txt |
10 |
|
|
Resource ${RESOURCES}/menu.txt |
11 |
|
|
Resource ${RESOURCES}/navigation.txt |
12 |
|
|
Resource ${RESOURCES}/tableau.txt |
13 |
|
|
Resource ${RESOURCES}/utils.txt |
14 |
|
|
|
15 |
|
|
*** Variables *** |
16 |
|
|
${SERVER} localhost |
17 |
|
|
${BROWSER} Firefox |
18 |
|
|
${DELAY} 0 |
19 |
|
|
${VALID USER} admin |
20 |
|
|
${VALID PASSWORD} admin |
21 |
|
|
${TITLE} :: openMairie :: openADS |
22 |
|
|
${LOGIN URL} http://${SERVER}/openads/ |
23 |
|
|
${WELCOME URL} http://${SERVER}/openads/scr/dashboard.php |
24 |
|
|
${ERROR URL} http://${SERVER}/openads/scr/login.php |
25 |
|
|
${RESOURCES} resources |