wht are the test cases, we have to write for check box,
Anybody can help me. Thanks in advance.
Answers were Sorted based on User's Feedback
Answer / geetz
Clicking with the mouse on the box, or on the text should
set/unset the box.
Space should do the same.
Check box should get click with the mouse click.
| Is This Answer Correct ? | 31 Yes | 7 No |
Answer / ajay
1.Check for the vailability of the check box.
2.Check for the funtionaliyt of the check box(with keyboard
by pressing tab and pressing enter and also by clicking
with mouse).
3.Check whether the checkbox is accepting the data u have
give.
and u can go for negaitve testcases also.
it is like entering invalid inputs and clicking on the
checkbox and whether it is accepting the invalid input or
not.
| Is This Answer Correct ? | 12 Yes | 9 No |
Answer / aman
Test1:- Mouse click properly on it (check/uncheck)
Test2:- Using keyboard Tab working properly on it
(Chech/Uncheck)
Test3:- This checkbox lie on which page you check it
Without check or uncheck save the form properlyor not.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / sanjaysachdeva
check whether on clicking of mouse or pressing space bar or
on pressing Enter Key does the check box get checked or not.
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / mahimalatha
check it will not accept the numeric character
| Is This Answer Correct ? | 11 Yes | 18 No |
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
what is the technology used in financial applications?
What is the role of a tester in the test plan preparation? What elements tester physically develops in the test plan document.& what exactly this document contains?
Explain the branch coverage testing?
What is gray box testing?
Write 5 best test cases for : Blog,Join now(button)(social networking site,community site)
What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account to another account??
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.
what is objectrepositry
9 Answers Infinite Computer Solutions,
What are the properties of a good requirement?
Can anybody tell test cases for the following condition? In a railway reservation form, 4 types of ticket ranges are there like a) age up to 3, NO TICKET. b) age up to 7, HALF TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR CITIZEN QUOTA. if you enter age into the text box the relevant message should be displayed..... Eg. FULL TICKET.