Can any one tell me difference between senTesting,OCUnit and GHUnit Testing difference.
Is SenTesting and OCUnit both are same?
please tag if you have any related documents
@thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OCUnit includes SenTestingKit. OCUnit ships with Xcode.
GHUnit is an alternative testing kit. It used to get used a lot in preference to SenTestingKit due to certain limitations of SenTestingKit (such as inability to set breakpoints in test classes). However, those limitation have been removed in recent versions of SenTestingKit.
So to summarise, SenTestingKit is a good choice these days.
This blog post describes the situation very well:
http://longweekendmobile.com/2011/04/15/unit-testing-in-xcode-4-use-ocunit-and-sentest-instead-of-ghunit/