Microsoft Interview Question Quality Assurance Engineers
0of 0 voteswrite test case for iphone weather app?
Country: United States
Interview Type: In-Person
write test case for iphone weather app?
is a comprehensive book walking you through every aspect of getting a job at a top tech company, while focuses on software engineering interviews.
CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.
Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.
Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.
Generally, you need clarifications/assumptions to this type of question
- TS on July 11, 2012 Edit | Flag Replye.g.)
1. What's the usage of app? Just show today's weather of current place? Place can be changed? Weather of week? etc...
2. Who will be users? Consumers, Companies??
3. It should use some API to fetch weather info, what is the maximum access limit to query at the same time?
4. What happens if it fails to fetch weather info?
5. What's the target devices? iPad as well?
6. What could be the target iOS versions??
7. How can we install the app? From Apple store or else??
8. Is it more like background app to show weather as gadget? Or do we need to invoke app?
etc...
Then you can classify the test following software test viewpoint e.g.) Functional/Non-Functional test and show great test matrix. .