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 |
wat is mutation testing ?
How to write test cases on for Logging management?
For how many days (or) weeks you will test a product or software?
Write the integration test cases for below scenario: You have three components 1. Message 2. Call 3. Call Log Hint: Mobile phone message box
write case for petrol pump?
9 Answers Accenture, AppLabs, EPPCO, Satyam,
How to write test scenarios for a Web application, with an example?
3 Answers Deloitte, LiveTech, TCS,
can any one send sample test case documents in informatica with examples plz send documents to "mrlsurya@gmail.com"
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad
Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
test case for coffee machine?