I have created an android test project which I run using Eclipse. However, I need to run it on hourly basis and I was thinking if I could schedule this thing.
Scenario is that AUT is installed on my device. Everytime I need to run the automated test project, I connect it to my computer and 'run as Android Test'. I don't have to create any more test cases and I know that test project do remain installed over the device.
Is there a way I could create a cron job
over my device so that I could schedule this testing? I know how to write Quartz Scheduler in java and have run it through Tomcat but am new to android.
Can someone suggest some solution if exists or some workaround? Thanks.