I'm attempting to use calabash to automate testing of our apps. It appears as though I can trigger actions on views by referencing their ID (I think), but I can't seem to figure out how to set the ID of the view through Titanium. Using the calabash query language in the console, I can query all views, but currently all of their IDs are nil (unless it is an image, then it is the image path). Any help to get started with this or info on calabash testing would be awesome.
Also, I'm not using Alloy.