when performing a functional test on a phone calculator,if
pressing on a button does not function what do i do next
Answer Posted / saravanan subbiah
Try to identify the problem..... button may fail because of
various reasons like...
1) It is not ON yet.
2) Technical problem in that button.
We should create a solution space for the above scenarios.
For case-1) Try to switch it ON.If its not gettion ON
still, may be bcoz of no charge in battery. So charge /
change the cell and switch it ON.
For case-2) Assume your button 2 is not working, use button
3 and then press -1 to get the result.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is difference between function oriented design and object oriented design?
Why have we used synchronized here?
What are the main types of concurrency design patterns?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Is singleton scope thread safe?
4. Identify and bound the SOI’s Operating Environment.
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
5.Develop an entity relationships diagram that identifies physical entity relationships.
What is single tone design pattern in java?
Describe the builder design pattern
What are the most commonly used design patterns?
What is use case in clean architecture?
Is mvc a software design pattern?
What is the design pattern?
When singleton pattern is used?