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
Why singleton beans are not thread safe?
What are structural design patterns?
Is singleton scope thread safe?
What is proxy in design pattern?
When should design patterns be used?
Why do we need singleton pattern?
Is singleton bean thread safe?
Write the code for a singleton class?
What is the difference between factory and strategy design pattern?
What design pattern wrapper classes implement?
What is the design pattern?
Is bean a singleton?
Did you use ooa/ood methodologies? Did you use design patterns?
Are singletons bad?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?