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
Answer Posted / 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 |
Post New Answer View All Answers
What are tools of performance testing?
Password is having 6 digit alphanumeric then what are the possible input conditions?
What is black box testing, and what are the various techniques?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
What is your approach when requirements change continuously?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
How do you test a web application for dump and deaf??
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
Is compatabilitytestig and port testing are same
What is system level testing?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing? plzzzzzzz i need ur help.
wat are the questions would the project leader ask about the project?? please do send the answers early.
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.