Email: longk15t@gmail.com, Skype: longk15t
Table of contents:
- Automate web by Serenity BDD + Cucumber on Maven project
- Automate web by Selenium + Cucumber on Maven project
Automate app on single emulator (as default)/real mobile device (Android)
Script flow:
- Start appium server
- Start emulator (as default)
- Run test cases
Automate Skype app on multiple emulator (as default)/real mobile devices (Android)
Script flow:
- Start appium servers
- Start emulator (as default)
- Run test cases
Youtube video link: https://www.youtube.com/watch?v=2-KjUGF_wYI
Automate web
Script flow:
- Start Web driver
- Run test cases
Automate Windows desktop application (Notepad) by pywinauto library of Python
This is custom library, not builtin/internal/external library of Robotframework
Script flow:
- Open Notepad app (Windows 10)
- Run test cases
- Automate Windows desktop application (Notepad) by Microsoft UI Automation (python wrapper) with pytest framework
- Python uiautomation mimics real user interactions with application i.e move mouse, click button, input text, ...
- Automate web page with python selenium, webdrivermanager and Behave
- Allure report, include screenshot for failed test cases