Answer Posted / vimal
1.check phone is connected cable or not.
2. If it is connected, check for dial tone.
3. Check for the coin hole
4. Without inserting the coin dial the number.
5. Insert any coin and dial the number.
6. Do we get coin back if it is not connected?
7. Can we use redial with out inserting coin.
8. Check for length and width of the box.
9. Check for coin insert space provided for the box.
10. Check for number plate working or not
11. Check for correctly entered number display on display
menu
12. Check for inserting coin with dialed number working or
not
13. Check for inserting more than one coin with dialed
Number working or not
14 Dial a number and if the call does not get connected,
the machine throws the coin back.
15. Dial a number call connected. Does the machine beeps to
let the user know that the call duration is going to end.
16. Dial a number call connected. Does the machine ask the
user to enter other coin as the duration end?
17. Dial a number call connected. Does the machine continue
the call once user enter the coin as the duration of
previous coin end.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How many test cases u will write for Acceptance testing?
What is gray box testing?
Explain transaction testing?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
I need GUI test case for home page?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
write a test case for telephone billing ?
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
Can anybody help me out to write test cases for booking train ticket online???
Which of the following defines the expected results of a test? Test case specification or test design specification.
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Can you list down a few characteristics of a test case?
How can we write a good test case?
1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).