*** Settings *** Documentation Paramétrage ... ... Cette série de tests permet d'effectuer un paramétrage de ... base pour le test des fonctionnalités de base. Resource resources/resources.robot # On ouvre et on ferme le navigateur respectivement au début et à la fin # du Test Suite. Suite Setup For Suite Setup Suite Teardown For Suite Teardown # A chaque début de Test Case on se positionne sur le tableau bord # administrateur Test Setup For Test Setup admin admin *** Test Cases *** Paramétrage Cantons Click On Menu Element In Rubrik Paramétrage Cantons Page Title Should Be Paramétrage Cantons Click Link xpath=/html/body/table[2]/tbody/tr/td/a Page Should Not Contain Errors Input Text canton 99 Input Text canton_libelle CANTON 99 Input Text canton_prefecture 99 Click Button xpath=//input[@type='submit'] Page Should Not Contain Errors Valid Message Should Contain 1 Enregistrement ajouté Paramétrage Bureaux de vote Click On Menu Element In Rubrik Paramétrage Bureaux de vote Page Title Should Be Paramétrage Bureaux de vote Click Link xpath=/html/body/table[2]/tbody/tr/td/a Page Should Not Contain Errors Input Text bureau_libelle BUREAU 1 Select From List By Label canton CANTON 99 Click Button xpath=//input[@type='submit'] Page Should Not Contain Errors Valid Message Should Contain 1 Enregistrement ajouté Click On Menu Element In Rubrik Paramétrage Bureaux de vote Page Title Should Be Paramétrage Bureaux de vote Click Link xpath=/html/body/table[2]/tbody/tr/td/a Page Should Not Contain Errors Input Text bureau_libelle BUREAU 2 Select From List By Label canton CANTON 99 Click Button xpath=//input[@type='submit'] Page Should Not Contain Errors Valid Message Should Contain 1 Enregistrement ajouté Paramétrage Groupes politiques Click On Menu Element In Rubrik Paramétrage Groupes politiques Page Title Should Be Paramétrage Groupes politiques Click Link xpath=/html/body/table[2]/tbody/tr/td/a Page Should Not Contain Errors Input Text groupe NC Input Text groupe_libelle NC Click Button xpath=//input[@type='submit'] Page Should Not Contain Errors Valid Message Should Contain 1 Enregistrement ajouté Paramétrage Partis politiques Click On Menu Element In Rubrik Paramétrage Partis politiques Page Title Should Be Paramétrage Partis politiques Click Link xpath=/html/body/table[2]/tbody/tr/td/a Page Should Not Contain Errors Input Text parti NC Input Text parti_libelle NC Click Button xpath=//input[@type='submit'] Page Should Not Contain Errors Valid Message Should Contain 1 Enregistrement ajouté Paramétrage Candidats Click On Menu Element In Rubrik Paramétrage Candidats Page Title Should Be Paramétrage Candidats Click Link xpath=/html/body/table[2]/tbody/tr/td/a Page Should Not Contain Errors Input Text candidat_nom NOM1 Input Text candidat_prenom Prénom1 Select From List By Label groupe NC Select From List By Label parti NC Click Button xpath=//input[@type='submit'] Page Should Not Contain Errors Valid Message Should Contain 1 Enregistrement ajouté Click On Menu Element In Rubrik Paramétrage Candidats Page Title Should Be Paramétrage Candidats Click Link xpath=/html/body/table[2]/tbody/tr/td/a Page Should Not Contain Errors Input Text candidat_nom NOM2 Input Text candidat_prenom Prénom2 Select From List By Label groupe NC Select From List By Label parti NC Click Button xpath=//input[@type='submit'] Page Should Not Contain Errors Valid Message Should Contain 1 Enregistrement ajouté