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



Assuming you're given the File->Print Page of MS Word to test,what test cases would you wri..

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

Assuming you're given the File->Print Page of MS Word to test,what test cases would you wri..

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

Assuming you're given the File->Print Page of MS Word to test,what test cases would you wri..

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

Assuming you're given the File->Print Page of MS Word to test,what test cases would you wri..

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

Post New Answer

More Manual Testing Interview Questions

what is bug life cycle?

9 Answers   Cap Gemini,


Suppose i want to test an application with in three week, how i will prepare test strategy for this testing.? which testing types should i follow?

7 Answers   SIRD, TCS,


WHAT ARE THE BUG TOOLS USED IN YOUR COMPANY

10 Answers   Covansys,


In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).

0 Answers  


what is test metrics? difference between test matrix and test metrics? (Asked in Zensar Hyderabad today(17-1-12010))

1 Answers   Zensar,






what is forward & backword tracebility matrix?

1 Answers  


Test cases for google home page, yahoo signin page, elavator, traffic signals. And can anybody post the some other testcase(on like pen,keyboard....) as interview point of view.

4 Answers   CTS,


What is the name of the process developed by The Software Engineering Institute that addresses 18 key process areas for achieving a certain level of organizational maturity?

1 Answers   TCS,


What is the difference between high level design and low level design with example

6 Answers   CTS, TATA, Wipro,


what are test beds

4 Answers   Fulcrum Logic,


Pls give proper Seq. to following testing Types Regression,Retesting,Funtional,Sanity and Performance Testing.

4 Answers   Syntel,


what is mean by exactly the difference between the testcase and usecase

6 Answers   HCL,


Categories