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]?
Answer Posted / 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 |
Post New Answer View All Answers
What is defect cascading in software testing?
How quickly we need to fix the bug?
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
I have cleared written test and one Technical round in one company? now i have to face an Client Round through telephony? Any body have faced client round, how will it be , wil they ask technical or is it only formality round? im nervous, plz let me know wat all they may ask? i have this round on monday?
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
What is srs and brs document?
Can you please explain me how to do testing of an E-insurance project end to end process..
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
What is decision table testing?
What is desk checking and control flow analysis
How can write testcases on a code under development pls give asnwer
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
What is baseline testing?
After insert the record in front-end, how will you check the back end by manually? Please explain?
What ishigh severity, low priority bug?