Imagine a form with 2 check boxes,2 list boxes, 2 combo boxes & 2 integer fields. If i want you to write Test cases for this form, how much time it will take and how many cases will you be able to gen
Imagine a form with 2 check boxes, 2 list boxes, 2 combo boxes & 2 integer fields. If i want you to write Test cases for this form, how much time it will take and how many cases will you be able to generate?
1-Verify that there are 2 check boxes on form with proper captions
2-Verify that there are 2 Drop lists on form with proper captions
3-Verify that there are 2 combo boxes on form with proper captions
4-Verify that there are 2 fields on form with proper captions
5-Verify that user can check or UN check the check boxes e
6- Verify that user can select a value from list box
7- Verify that user can check multiple check boxes
8- verify that user can select a value from combo box
9- Integer fields are editable, and user can enter integer values in fields
10- Verify user can only specify integer values in integer fields
Valid class=[Integer values]
Invalid class=[any value which is not integer]
11-verify the mandatory fields
12-Verify the GUI of the form and alignment of all fields
Just assuming the drop list and combo list have same behaviour
Correct me where I am wrong
but tell me one thing drop list and combo list are same then why you used the these terms?
thanks,
As per my knowledge, I think in drop list user can only select a value, but in combo box user can type or select a value.
if is correct then add these scenarios also
Verify that user can type a value in combo box