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
Answer Posted / 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 |
Post New Answer View All Answers
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
What are the phases involved in software testing life cycle?
How we will test ubercate
Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
In manual testing, what are stubs and drivers?
test cases on bangles???
Which is the best testing model?
Write the 10 high test cases for making video call/face time
After insert the record in front-end, how will you check the back end by manually? Please explain?
What is checkpoint? How can you handle the checkpoints?
Any one please can u tell me what is composer? An interviewer asked me do u have experience in Composer? its urgent.
1. what is baseline document , can you say any two ?
What is user acceptance testing (uat)?
What is smoke test? Do you use any automation tool for smoke testing?
What is a test server?