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
plz tell me the difference b/w PB/MF based appl.with examples. Thanks
What is test plan and contents available in a test plan?
What are the advantages of automation over manual testing?
What is the main use of preparing a traceability matrix?
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
10 scenarios for security testing using gmail applications?
What is difference between V-Model and Agile Model?
What are the Important test scenarios which can be used for testing a web site?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
Which are the standards for software test plans?
What are the different cost elements involved in implementing a process in an organization?
Do we have any certifications for ETL Testing ?
How to derive test data from the design documents?
What is agile testing and why is it important?
Are there more defects in the design phase or in the coding phase?