I'm new to the Jasmine Testing Framework, I want to know how to use this for testing iPhone developments?
How can I integrate with Xcode and use for BDD testing? Will Jasmine only test my JavaScript code??
Then how can I use Jasmine in between my Xcode and call to JavaScript to verify that my JavaScript is valid?
I have already seen many links and examples but all are of these are testing JavaScript. I'm specifically asking only for iPhone. How do you communicate between JavaScript and an XCode Project.