Akbar
Akbar

Reputation: 1499

How to write unit test case for IBAction-XCode4

I want to write an unit test case to test the code in IBAction is executing properly or not.I did a sample to write logic test and it is working fine.I did not find any tutorial or guides to write application testing in Xcode 4.any help would be appreciated.

Upvotes: 3

Views: 1670

Answers (1)

Akbar
Akbar

Reputation: 1499

I have forgot to check the apple's site for the sample.This is the good link for the reference.

https://developer.apple.com/library/mac/#samplecode/UnitTests/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011742

Upvotes: 2

Related Questions