I’ve learned that I have to make automated tests for better quality.
But I have no experience about tests. My problem is I have no idea. I’m asking any good guidance of making test for applications.
I’ve learned that I have to make automated tests for better quality. But I
Share
You can use the Sen Testing kit that ships with Xcode. I have written a shell script that will create an Xcode project template for you, that template already includes a target for the so-called “logic tests” and a sample logic test. See Xtemplate on GitHub.