write test case for coin-box telephone
Answers were Sorted based on User's Feedback
1.check phone is connected or not.
2.if it is connected,check for dailtone.
3.check for the coni hole
4.without inserting the coin dail the number.
5.insert any coin and dail the number.
6.do we get coin back if not connected.
7.can we use redail with out inserting coin.
8.check for length and width of the box.
9.check for coin insert space provided for the box.
Is This Answer Correct ? | 14 Yes | 5 No |
Answer / 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 |
Answer / kmanju286
1.check phone is connected cable or not.
2.if it is connected,check for dailtone.
3.check for the coni hole
4.without inserting the coin dail the number.
5.insert any coin and dail the number.
6.do we get coin back if it is not connected.
7.can we use redail 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 dailed number working or not
13.check for inserting more than one coin with dailed
number working or not
Is This Answer Correct ? | 7 Yes | 3 No |
Answer / dimanche
to test machine while all (power, receiver)connections are
correctly put in
to test the machine while right coin inserted, while get
the dial tone ring
to test the different coin inserted, while get the dial
tone ring comes
to test the same weight of wrong coin are inserted, while
get the dial tone
to test the right coin inserted, lines are busy, coin get
back to the machine
to test the right coin how long the connections are staying
to test the right coin the connections are established,
than try dialtone for next one without insert a coin
if one time the connection becomes going to end the limit,
for continuing a next limit usage of timing, it accepted
the next right coin
if sudden cut of receiver the machine accepted the line
disconnect
if one time connections established, parallely anyother
lines are possible to establish
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dimanche
to test the coin accepted the machine
to test the invalid other coins are accepted the machine
to test the inserted coin while connections are established
to test the inserted coin while other lines are busy, what
happened, if return the coin
Is This Answer Correct ? | 1 Yes | 2 No |
Write the integration test cases for below scenario: You have three components 1. Message 2. Call 3. Call Log Hint: Mobile phone message box
Define some of the attributes of a test case?
what is black box system in software development in system analysis and design?
Explain the branch coverage testing?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
Let me knw the testcases for opening an account and for billing in shopping malls..?/?/?
int a, int b, int c= (a+b); Write the test cases for c.
There is project earlier it was developed in VB then they had replaced the project by java and there is no documentation available then how you are going to check that project. (Hint: - Parallel Testing).
how to write the test case for 1 to 12 months in equivalence partitioning?
Give me a sample test case for an online purchasing system?What testings u do for the same ?
8 Answers Flipkart, NIIT, Polaris, SQTL, TCS,
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2