Software Testing
-
Barierfreier(accessibility) Test Mit Robotframework aus AI Prompt
Frage: Local LLM (Olama, deepseek-r1:70b, Open-WebUI ) Antwort: Natürlich, hier ist eine Anleitung, wie Sie barrierefreie Tests mit Robot Framework und der Browser Library für Webanwendungen automatisieren können. Außerdem stelle ich ein Beispiel-Testroboter bereit und erkläre die Voraussetzungen, um den Test auf Raspbian OS mit einem Raspberry Pi 4 durchzuführen. Voraussetzungen für die Ausführung auf Raspbian OS mit Raspberry Pi 4 Bevor Sie beginnen, müssen Sie folgende Voraussetzungen erfüllen: Raspbian OS : Stellen Sie sicher, dass das neueste Raspbian-Betriebssystem auf Ihrem Raspberry Pi 4 installiert ist. Python : Installieren Sie Python 3 auf Ihrem System. Robot Framework : Installieren Sie Robot Framework mithilfe von pip: Browser Library : Installieren Sie…
-
Multiple Versions of Python on your Raspberry Pi
Mengapa anda harus mempunyai konsep dalam penggunaan Python pada linux OS atau MAC OS? Setiap versi Linux OS dan MAC OS, dibuat dengan versi linux tertentu. Seandainya anda menggunakan OS ini adalah penting sekali bagi anda untuk memisahkan Python Versi OS System anda, dengan Python yang anda butuhkan untuk tujuan Projekt atau Program anda. Hal yang paling mudah untuk menerapkan hal ini adalah dengan menggunakan pyenv & pipenv Installiert pyenv: Tambahkan Pyenv di .bashrc: Agar supaya perubahan itu aktiv anda harus aktivasi di Bash shell dengan : Instaliert System Paket: Konfigurasi pyenv:
-
Imitating WinScp with robotframework for uploading File
Secara Tehnis sebenarnya sangat mudah untuk meniru mimik WinScp untuk File Upload dengan Robotframework. Tehnik yang wajib anda kuasai adalah mengerti secara tehnik fungsi: Komando Window Batch Net use lalu menggunakan Keyword Copy untuk upload File Dengan menggunakan Robot Library: Operating System Contoh Keyword simulasi Upload dengan Mimik Winscp: *** Keywords *** Connect Remote Path dengan Winsp | ${map_remote_path} | Join Command Line | net use | \/persistent\:no | ${remote_path} | | ${map_remote_status} | Run Process | ${map_remote_path} | shell=True | | log many | ${map_remote_status.stdout} | ${map_remote_status.stderr} | | Should Be Empty | ${map_remote_status.stderr} | Disconnect Remote Path dengan Winsp | ${demap_remote_path} | Join Command Line | net |…
-
File download with Robotframework Request Library
precondition: pip install robotframework-requests robot code: Download SW with https | [Documentation] | used http to download SW from : – uri: ${download URI} | | ${download_folder} | catenate | SEPARATOR=\\ | %{SYSTEMDRIVE} | %{HOMEPATH} | Downloads |
-
Plantuml Diagram Element
-
Robotframework way of thinking
Daily Test Topics Base Test Strategie with Robotframework: Robotframework Tools: