when performing a functional test on a phone calculator,if
pressing on a button does not function what do i do next
Answers were Sorted based on User's Feedback
Answer / 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 |
. Tell us about the differences between desktop designing and mobile designing.
How might prototyping be used as part of the SDLC?
In what cases are synchronous architectures more appropriate than asynchronous architectures?
What would help with feature-related decisions?
What are cascaded style sheets?
What is the builder pattern?
What are the types of the proxy design you will get in the design pattern?
Show us an example of a design that can solve a business problem.
What are the biggest trends in UX Design these days?
Identify three types of systems or system upgrades that may be ideal candidates for a Waterfall Development Model strategy.
If there is a Model class,View class,Controller class then How these are internally related? Which layer objects instantiated in which layer? How they communicates?
What is onion architecture?