Assuming you're given the File->Print Page of MS Word to
test,what test cases would you write to test the 'Number Of
Copies' field(the max. Permissible value being 32767]?
Answers were Sorted based on User's Feedback
Answer / jyothinapa
below is the test case
BVA
min =1 testpass this will print the page 1 time
min-1=0 Test fail shows error message
min+1=2 Test pass this will print the page 2 times
max=32767 Testpass this will print the page 32767 times
max-1=32766 Testpass this will print the page 32766 times
max+1=32768 testfail shows eeror msg
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / @mit
Can Create test cases by using BVA:-
As stated by Jyothinapa.
By using EP (Equivalence Partioning) can prepare TC:-
-Check with Values from 1-1000,1001-2000,2001-3000 and so
on.
In this way v can praepare the test cases to test the range
of pages.
And can alsocover some negative TC
-Check with value in decimal format.
Expected Result"In thiscase it should gave some error
message".
-Enter alphabets then gave Print command.
Expected Result"should gave some error message".
-Put filed blank and gave Print command.
Expected Result"should gave some error message like Please
enter no of Pages to Print".
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / bindu puvvala
Positive test Cases:-
1,10,1000,10000,32767
Expected Result:- Pages should be printed the number of
times specified.
Negative Test cases:-
0,32768,50000,100000,-1,1.7 and alphanumeric characters
other than digits.
Expected Result:- An Error Message
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / anshu
the actual Testing can be done by
Using The Virtual Pinter Option of Windows Printer Setup.
in which we can print n number of Copies.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is a test strategy?
Should I write test case for sorting items? [If there are 1000 items & I have to sort them by name, code etc..]
What is Usability testing? Can you please give me some examples of usability test cases or how to write usability test cases.
what is test objective?
19 Answers CTS, Polaris, Value Labs,
what is the need of white box tesing before doing black box testing?
Just now i got a bug in the application.Anyone of u can clarify me is it a bug or not. scenario is: 1. if we a check box more than one. 2. click TAB and keep the focus on any check box not on the last check box 3. Then click (space+tab) at a time 4. then check the changes if we click anywhere the previous check box is going to be checked and the application is going to be hanged........... please answer to this question.If i have reported this to my developers they are telling that this is a browser property please confirm this scenario at ur developers and answer to me please .thanks in advance........ (glamorous)
Who will close the bug and how it is closed..........?
11 Answers HP, IBM,
suppose i show 2 yrs fake exp. how will i face th interview.
what is meant by metrics give some examples and what is meant by testscripts
As a tester what type of document req. on tester's banch to design the test cases and for executon.what will be the practical approch If we are using excel-sheet.through excel- sheet how tester communicat with developrs about the test cases and resut and what will be the cycle of testing betwen tester and developers.what type of MANGEMNT TOOL (like VSS) should be used (PLEASE IN DETAIL)by tester if he is workink in small company.
How do you handle a test case when the test data created with an AGE field becomes invalid since the date of the system changes over time? For example, a person who could be a < 18 years old last month is now > 18 years and the whole scenario fails? Do you keep updating the test data or is there another creative solution here (besides changing the system date & time which can't be done as it is an Internet app)?
what is the need for testing?