Q) A hotel telephone sys can perform 3 functions
. Call another hotel room by entering a room number(201
to 500)
. Call an external line by entering a 9, followed by the
number.
. call various hotel services 0=operator, 7=room
service 8=reception.
Write sets of test cases to adequately
test this
telephone system
Answers were Sorted based on User's Feedback
Answer / mudaseer
check the dial tone is there or not
dial no 201 to 500
when i dial 201 it should connect to room no 201
when i dial 500 it should connect to room no 500
when i dial outside the range (201-500) for example 600 it should tell wrong number
when i enter 9 & dial a number it should connect to external line
dial 0 it should connect to operator
dial 7 it should connect to room service
dial 8 it should connect to reception
and many more
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / irshad
Check the dial tone.
1. enter 9 and then room no 201 and check what it says.
2. enter 0 and then room no 201 and check what it says.
3. enter room no 202 and 201 at specific interviews and check if it connects to correct rooms.
4. enter 2010 and check response.
5. enter 5000 and check response.
6. enter external number without pressing 9.
7. enter external number starting with 7,8 or 9.
8. enter 00 and check if it tell wrong number.
9. enter 005 and check if it tell wrong number.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the difference between static testing and dynamic testing?
2.what is the differnce bet project volume and v.s.s and what is the advantage of v.s.s?
How to explain the project? (banking)
what is Test management fundamental?
what is check list?what is use of check list?who prepares that?
How to do risk management?
What is the Input of Testcase?
What is the full form of cmmi?
Can we file a bug after UAT?
Write SQL query to see first 100 recorders from table?
suppose if you press a link in yahooshopping site in leads to some other company website?how to test if any problem in linking from one site to another site?
in peer reviews,is there any checklist based on which we can review our team members documents.