On 22/01/2011 18:22, Ann wrote:
> Hi
>
> I was wondering if there was a graceful way to log the application
> crash. I am trying to test an app who stability is still maturing.
>
> Also I noticed when the view is not found (say null) and test perform
> click on it, there is assertion thrown and the test terminates.
I imagine it would be smarter to detect that the View you searched for
is `null` and then *not* click on it, but instead call the JUnit fail()
method.
Chris