I have a doubt, after finishing my Iphone apps, if i submit that for testing… How they test my application. what are the testing strategies they use, like blackbox testing, unit testing like that.
Share
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.
There are 3 main aspects as far as testing is concerned.
1 The application should absolutely not contain any hidden or private APIs.
2 There should be no crashes in the App.
3 Proper use of Controls.(i.e if you create an iPad app then it should have some controls which are specific to iPad).
Keep these points in mind and i’m sure your app wont be rejected.
None of my app have been rejected.
Thanks