I create single view application with 1) Story board 2) ARC and 3) Unit Testing. In view controller i drag on UIButton. and ViewContrller embedded with Navigation Controller (Using Interface). It run fine in when i simply run the application, But when i run the application test case target then it aries problem.
vc is ViewController Object which i declare in .h file. and createPDFBtn is the object of UIButton.
Which thing i missing?