Developing A Testing Framework for Android Content-Providers

Context

There exists several tools to automate the testing of open-source Android applications over the User Interface. However, there is a general lack of tools that can automatically test closed-source Android applications and other main components of an app, such as context-providers. In this project, we want to develop an testing framework that can automatically test closed-source Android applications. The focus will be on implementing testing tools for content providers.

Motivation

Testing closed-source Android applications is important for many use-cases. For instance, security researchers need to test the security of closed-source Android applications to identify malware or vulnerabilities at runtime. So we want to develop a tool that can test Android context-providers using fuzzy testing.

Goal

What do we want to achieve?

What do we want the student to deliver?

Requirements

What do we want the student to bring to the project?

Pointers

What resources and other related work could help the student to work on this project?