tags:

views:

12

answers:

0

Hi,

I'm currently building some application-tests for my Iphone project where I would like to automate the displaying of all view controllers step by step.

The problem I think is a bit tricky and could be solved by allowing the test suite to run a thread but this I guess does somehow not work here since the application gets shut down when the end of the tests is reached.

How can I prevent the test suite to wait for a particular thread to complete ?

Thanks in advance,

Alexander