I am new in android test cases. i want to write test case for SQLite database. How can i write test cases and how to check that one. please any one help me. Is is possible or not?
In android using Robotium we can test the application, but here can check table created into sqlite, and insert data into database like this type mean how will write testcase for android database connection.
You have to know the app clearly to write test cases. No one can help you to write test case without knowing the system. See this for an example test case. You can use Robotium to automate your android test case execution.