Write Test Cases on white paper.(For e.g. A4 size)
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.
5)check out the colour of the page
6)to check the paper quality
7)to check the paper thickness
8)to check the A4 sheet empty or not(Writed or Not)
9)to check weather it is folded or not
10)to check the company of the A4 Sheet
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())
Tuesday, January 20, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment