-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the guide-automator-mobile wiki!
GuideAutomator was proposed by professor Rodrigo Souza and originally implemented by Allan Oliveira as part of his Bachelor's thesis. The project is being developed in the context of aSide, a research group at the Federal University of Bahia specialized in software design and evolution.
Related publications:
- GuideAutomator: Continuous Delivery of End User Documentation -- paper accepted at ICSE 2017, NIER Track (New Ideas and Emerging Results)
- GuideAutomator: Automated User Manual Generation with Markdown -- Allan Oliveira's bachelor thesis
- GuideAutomator: Automated User Manual Generation with Markdown -- paper presented at CBSoft 2016 (Tools Track)
- Python
- Python Libraries
-
- pytest, IPython.
- Appium Desktop
- Jupyter notebook
- ADB
Description: GuideAutomatorMobile use the code blocks from jupyter notebook to process and generate manual form the app to be documents. You need to connect with your phone using appium in order do generate the document. Exemple:
Appium selector: You need to take the selectors from Appium to use then in you script.
Jupyter notebook with the selectors from Appium.
In the part number one you can see the markdown part created In the number 2 is a function from GuideAutomatorMobile using the selectors from Appium. And in the number 3 is the output image process by the GuideAutomator Mobile.
That is a list with all the commands implemented in the GuideAutomator Mobile.