hi, please anyone write test case for "Print" screen
Answer Posted / saurabh_g
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 |
Post New Answer View All Answers
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?
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?
What is the state testing?
Explain the soak testing?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
150 integration testing scenarios for gmail
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
Explain the monkey testing?
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
Explain the branch coverage testing?
How many test cases u will write for Acceptance testing?
How to test Webservices and how can we write test cases for that