pls tel ans for this scenario:two Textboxes(both accept
only single digit numbers)and a button"ok"which when
clicked returns addition of two numbers entered in
textboxes question:Write test cases which will cover all
requirements and scenarios

Answers were Sorted based on User's Feedback



pls tel ans for this scenario:two Textboxes(both accept only single digit numbers)and a button&quo..

Answer / chanchal jha

1. To check textbox1 accept only numeric data else it should
display error message (If alphabets, special characters are
entered).
2. To check textbox1 accept only one digit from 0-9
3. To check textbox1 do not accept blank or only space
4. To check textbox2 accept only numeric data else it should
display error message (If alphabets, special characters are
entered).
5. To check textbox2 accept only one digit from 0-9
6. To check textbox2 do not accept blank or only space
7. To check "Ok" button is in disable state if any of
textbox is blank.
8. To check "Ok" button gets enable when both textbox
contain 1 digit number.
9. To check rollover rollout effect on "Ok" button.
10. To check "Ok" button is clickable or not
11. To check when "Ok" button is clicked after entering
digits in both textbox it is displaying correct result or
not (Addition of both nos.)
12. To check textbox accept negative numbers or not

Is This Answer Correct ?    4 Yes 0 No

pls tel ans for this scenario:two Textboxes(both accept only single digit numbers)and a button&quo..

Answer / rajan

1. Verify that the textbox1 accepts only single digit
value, else display error msg "only single digit"
[Exp] The textbox1 accepts only single digit value.
2. Verify that the textbox2 accepts only single digit
value, else display error msg "only single digit"
[Exp] The textbox2 accepts only single digit value.
3. Verify that when the button "OK" is clicked, it
displays the sum of value (textbox1 and textbox2)i.e.
sumvalue((textbox1+texbox2))

Is This Answer Correct ?    0 Yes 0 No

pls tel ans for this scenario:two Textboxes(both accept only single digit numbers)and a button&quo..

Answer / lavanya

Hi Rajan Thanks for ur interest but we have to write 4
testcases to cover all requirement

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is Risk analysis? Explain with example

5 Answers  


what is Non-Functional testing? & their types?

9 Answers   AppLabs,


what is cyclomatic complexity and what is the formula used for it

8 Answers  


what is the difference between sevierty and priority

3 Answers  


In waterfall model, while your are coding if you happen to know that one of the requirement was wrong and there will be no use in implementing it and moreover it is going to cause problems to the final output. Then do you have the flexibility to go back and change the requirement? Is this flexibility there in Vmodel?

3 Answers  






Who will prepare test plan and test case? Explain in detail? Advance thanks for your answer?

3 Answers   HP, QA,


How do we use <!DOCTYPE HTML PUBLIC...> in the begining of any HTML page.

3 Answers   Oracle,


1. what is the test prcoedure that your fallowing in ur organization ? 2.

5 Answers   Infosys,


is script is same like test cases?

2 Answers  


What are the Testers Responsbile?

3 Answers   Mind Q Systems,


What is Test Coverage?

3 Answers   iNautix,


What is testing methodology?

24 Answers   AppLabs, CTS, Google, IBM,


Categories