hi, please anyone write test case for "Print" screen
Hi !
Test donditions :
1. To verify the appearance of print screen when Ctrl+P
hotkey is pressed.
2. Test to verify the layout of Print screen
3. Test ot verify that the default printer is selected.
4. You can write test cases to test the functioning of
(a) different buttons present on the Print screen (Like
Cancel,Properties,Help etc.)
(b) Combo boxes (Like "No. of copies")
(c) Radio buttons (Like "Current page" , "Selection")
But while making test cases make sure that you are nor
repeating.
Cheerz,
Saurabh
| Is This Answer Correct ? | 7 Yes | 2 No |
what are the different Test case Formats posted by aperson the answer is IEEE or IEE_894 wht is this actuly
write the test cases for how do u send a message in mobile
Is there any formula to find the number of test cases needed
Please can anybody tell me some good ideas to write test case for fan and test case for chair?
can any one give the format of writing test cases in excel sheet.
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2
Please guide me for Add new user test cases
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage
How does one write Test Cases?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?