-
Build wxPython On Raspberry Pi Bookworm
set pyenv to your python version: switch to your project directory: First update these following Package for you PI: create virtualenv with pipenv: Start Build wxPython in your PI: start build process in wxPython-4.2.1 folder: Created .whl file is in ~/wxPython-4.2.2/dist/ Error on Rasbian (Rasberry pi 4): Ref:
-
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 |
-
Robotframework way of thinking
Daily Test Topics Base Test Strategie with Robotframework: Robotframework Tools: