can u write test cases for telephone?
Answer Posted / cheryl
CALL FUNCTIONS
Depends on the functionality/rules applied to the phone -
what the users are supposed to be able use the phone for.
The above are all valid but what I think is missing is
tests like the following - actual call tests and expected
results:
Dial an 0800 number - e.g. should work
Dial a local number
Dial a national number
Dial various cell phone numbers
Dial an international number - e.g. should not work, is
toll barred etc
Dial an 0900 number
Dial an internal extension
I would steer away from testing every aspect of the phones
functionality such as call forward and redial but just a
simple test of the main ones such as:
Use the phone directory (if an internal directory exists)
Use speaker phone
Use mute
Try with a headset
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
You may undergone many projects. Do all the projects match up with customer’s expectations?
What is stub?
What is the difference between system testing and integration testing?
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
What is test startegy?
MS Paint
How quickly we need to fix the bug?
ANY ONE HAS ATTENDED THE INTERVIEW FOR WIT INNOVATION P LTD? THEN KINDLY LET ME KNOW ABOUT THE INTERVIEW PROCESS AND QUESTIONS ASKED.
What is boundary value testing? Give an example.
What is difference between Manual testing and Pega/BPM testing?
What's the difference between system testing and acceptance testing?
What is a testbed in manual testing?
Write 2 scenarios for Integration testing? Please let me know its urgent.
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.