Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Which one would you recommend for functional testing? I am familiar with the specifications of both. What I want is to hear your opinions and experiences with these testing kits. Right now I am leaning towards using Instruments/Automation because it's Apples own. Seems more lightweight to write this in js than in obj-c.

share|improve this question

1 Answer

Unless you are a developer, I'd recommend Instruments automation. KIF is good and all, but it could take lot of time to write a simple testcase. Also Instruments/ UI automation comes with Xcode so it is pretty simple and doesn't require to make modifications to your project.

share|improve this answer
thank y... i solved this though – TompaLompa Nov 15 '12 at 17:49
1  
Which did you choose to use? How did it go? – Ben Clayton Jan 30 at 11:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.