#bot-bot Native android application record and replay automation framework.
##What is bot-bot? Bot-bot is an Native android automation framework . Bot-bot provides feature to record,replay and store user actions as test-case file.
##How it works? Bot-bot have following three components:
- Server - the server is used to record user actions. It also allows the users to export their test-cases so that they can be run with the Runner.
- Recorder - Recorder is used to record user actions at the android app side and then send them to the server.
- Runner - This is the main part of bot-bot. The runner allows user to run their test-cases on the actual android application
For further information on each component, please go to the respective folders server,recorder & runner in the source code.
##Download
Please go to the download page on github to download the lateset released version of bot-bot componenets.