Write Test Cases on white paper.(For e.g. A4 size)

Showing Answers 1 - 33 of 33 Answers

at_81

  • Mar 27th, 2006
 

1)Check size of a page.

2)check quality od paper by using different pen and pencils.

3)check use of whitener on paper.

4)check erase.

 


ashish,Pune.

  Was this answer useful?  Yes

charlie harvey

  • Mar 29th, 2006
 

Included some pseudo code> 1)Check size of a page.assert (page.width()==A4.WIDTH)assert (page.width()==A4.HEIGHT)assert(page.colour()==Color.WHITE)assert(page.density()==PAPER.GSM(80))> 2)check quality od paper by using different pen and pencils.[try to write with pen]assert(page.untorn())assert(page.contains(writing_from_pen)> 3)check use of whitener on paper.page.addwhitener(W)assert(page.whitened())> 4)check erase.page.erase(writing_from_pen) assert(page.is_blank())

  Was this answer useful?  Yes

1.to check the paper quality

2.to check the paper color

3.to check the paper thickness

4.to check the A4 sheet empty or not(Writed or Not)

5.to check the size of the paper

6.to check weather it is folded or not

7.to check weather it is accept to write via pen or pencil

8.to check the company of the A4 Sheet

Pazhani.G

Bangalore

  Was this answer useful?  Yes

Test Case for White Paper


1.Check it is unruled
2.Check whether nothing has been written on to it
3.Check whether it is pure white
4.Check whether it is not dared inside in any corner
5.Check it is ready to write
6.Check both sides are empty
7.Check it is not in wet condition
8.Check it is very neat 

  Was this answer useful?  Yes

amit

  • Aug 25th, 2011
 

1.to check the paper quality

2.to check the paper color

3.to check the paper thickness

4.to check the A4 sheet empty or not(Written or Not)

5.to check the size of the paper

6.to check weather it is folded or not

7.to check weather it is accept to write via pen or pencil

8.to check the company of the A4 Sheet
9.Check both sides are empty
10.Check it is not in wet condition
11.Check it is very neat

santhoshkumar

  • Oct 3rd, 2011
 

1. Check the measurements of the paper.

2.Check the GSM of the paper.

3.Check the color of the paper.

4.Check the paper by torn.

5.Check the paper by writing using all colors of pen.

6.check the paper by using all kinds of pen (ball point , gel , ink, pencil) to find the absorbance capacity of the paper.

7.Check the paper by pouring water.

8.Check the paper by pouring oil to check the absorbance.

9.Check the oil filled paper by pouring powder to removal of oil.

10.Check the Erasing process in the paper.


Etc.,

  Was this answer useful?  Yes

suneel

  • Oct 15th, 2011
 

Writing test case on white paper

1)check whether the paper is white or not.
2)check whether the paper is oil paper or normal paper.
3)check whether we can write with any pen .
4)check whether the paper can erase with eraser or not




  Was this answer useful?  Yes

Kiran Kumar Reddy.N

  • Oct 27th, 2011
 

1) paper should be in white
2) should not be in any other colour
3) sholud be of size A4
4) should not accept size more than or below A4
5) easy to fold
6) both sides will be empty
7) able to write vth pen or pencil
8) check it by pour water on it.
9) check by applying oil on it then it will easy to write or not
10) check the paper thickness
11) PAPER quality is to checked
12) if it is writen with pencil then we can use eraser to clear the data
13) easy to use eraser to clear the data wchich is writen on it.
14) if it is writen with pen then we cannot use eraser to clear the data

  Was this answer useful?  Yes

NirmalaFredrick

  • Jul 3rd, 2014
 

First question I would ask before starting to write my test case is that: "Where are the requirements?" Are they defined?

I would not waste my time, if nothing is defined. I would base my tests in different cases if that is the case.

  Was this answer useful?  Yes

Darth Vader

  • Jun 9th, 2017
 

Then you will get fired. The white sheet of paper IS the requirement. :)

  Was this answer useful?  Yes

Nandini

  • Aug 9th, 2017
 

1) Check the paper is of correct size, texture, color, material, translucent/opaque.
2) Check if the paper can be recyclable
3) Check if the paper can hold the ink of the pen when written
4) Check if the paper is sticky when written with a pen/marker
5) Check if the papers thickness is of standard size
6) Check if the paper supports multiple usage of pen/pencil/marker
7) Check if the paper is fragile/flimsy
8) Check the quality of the paper once the eraser is used.

  Was this answer useful?  Yes

Virender Rana

  • Jan 8th, 2018
 

1. Check the paper size.
2. Check that paper is of good quality.
3. Check that paper color is white.
4. Check that ink does not spread on paper after writing from pen.
5. Check that paper is of weight less.
6. Check that paper is plain and soft.
7. Check that there should not be any dust on the paper.
8. Check the thickness of the paper.
9. Check there is nothing written on the paper.
10. Check that it is comfortable to write on paper with pen and pencil

  Was this answer useful?  Yes

Ankita Vaid

  • Jan 28th, 2020
 

1. Check the colour of paper
2. Verify the dimensions of the paper
3. Check the quality of the paper
4. Able to fold the paper.
5. Ink donot smudge.
6. Can be punch easily
7. verify able to paste on it.
8. Can be properly divided into pieces.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions