testing - How do I test my iOS Apps -


my question maybe silly, can coach me?

except doing test(most white box testing) while coding, after app built, have testing tools or special method doing test?

all can imaging now, manual testing functionality of app.

thanks everyone.

update: added section 'automated testing ios4'

as professional tester suggestion should have healthy mix of automated , manual testing. examples below in .net should easy find tool whatever technique using.

automated testing

manual testing
as love automated testing is, imho, not substitute manual testing. main reason being automated can told , verify has been informed view pass/fail. human can use it's intelligence find faults , raise questions appear while testing else.

  • exploratory testing
    et low cost , effective way find defects in project. take advantage of intelligence of human being , teaches testers/developers more project other testing technique know of. doing et session aimed @ every feature deployed in test environment not effective way find problems fast, way learn , fun!
    http://www.satisfice.com/articles/et-article.pdf

Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -