Android Application Automation using Robot Framework
- 3.7
Brief Introduction
End to End Setup | Best Practices | Data Driven ImplementationDescription
Robot Framework is a generic test automation framework. Robot has standard test libraries and can be extended by test libraries implemented either with Python or Java.
Key Features of Robot Framework
Business Keyword driven, tabular and easy to understand syntax for test case development
Allows creation of reusable higher-level keywords from the existing keywords
Allows creation of custom keywords
Course Coverage
1. End to End Installation Process
2. Generic Android commands
3. Running testcase on real device as well as emulators
4. Data Driven Implamentation
5. Allure Reporting
6. User defined keywords
Requirements
- Requirements
- Basic understanding of Python Programming Language
- Basic understanding of Mobile Testing