*** Settings *** Library Browser *** Variables *** ${BROWSER} chromium ${HEADLESS} false *** Test Cases *** Create Quote for Car Open Insurance Application Enter Vehicle Data for Automobile Enter Insurant Data Enter Product Data Select Price Option Send Quote End Test *** Keywords *** Open Insurance Application New Browser browser=${BROWSER} headless=${HEADLESS} New Context locale=en-GB New Page http://sampleapp.tricentis.com/ Enter Vehicle Data for Automobile Click div.main-navigation >> "Automobile" Select Options By id=make text Audi Fill Text id=engineperformance 110 Fill Text id=dateofmanufacture 06/12/1980 Select Options By id=numberofseats text 5 Select Options By id=fuel text Petrol Fill Text id=listprice 30000 Fill Text id=licenseplatenumber DMK1234 Fill Text id=annualmileage 10000 Click section[style="display: block;"] >> text=Next » [...]
VS Code + Robot Framework Plugin Robot Framework AIO RIDE: Robot IDE (GUI-Editor) Allure, ReportPortal für erweiterte Reports Integration in ALM und CI Pipelines
Web-Testing (z. B. mit Selenium) REST-API-Tests RPA (z. B. Formularautomatisierung) Datenbank-Validierung
Implementierung in Python Unit Testing mit pytest oder unittest Akzeptanztests mit Robot Framework und der Implementierung Dokumentation Generator (robot-libdoc) Abhängigkeiten verwalten, packen und veröffentlichen mit Poetry Lokale Aufgabenautomation
Robot Framework = Lesbare Testsprache trifft auf mächtige Automatisierung
Write tests as if writing documentation.
robotframework.org
GitHub: github.com/robotframework
Repository zu Many Kasirihas Talk auf der Robocon 2022
Motivation: Bedarf an LDAP Bibliothek zum testen i.R. einer IDM Lösung
RPA: Robotic Process Automation