write test case for white board marker.
Answers were Sorted based on User's Feedback
Answer / sumit tandon
Functionality
1. The Marker should be able to write.
2. The marker should be re-usable, you can refill it with
ink.
User Interface
3. The tip of the marker should be easily visible, so that
one can easily identify the position to hold it in while
writing.
4. The Marker has a bar code which is a unique item code
for it.
5. The Marker has the name of the comapny which has
manufactured it.
6. The body color of the marker should suggest the color of
ink of the marker.
7. The color of the marker should be plesant to the eye.
Usability
8. The effort required to use the marker should be minimal,
i.e. one should not has to stress to write something with
it.
9. The Marker should be light to hold, so as easy to use.
10. The Marker can be used to write text, make figures,
color a portion of desired object.
11. The marker should exhibit smoothness while use.
12. The tip of the marker should be round and not flat,
this would prevent putting stress.
13. The marker's circumference should be wide enough to
hold, neither too wide nor too thin.
Performance
14. The tip of the marker should be made of a material, so
that the efficiency of using ink for writing should be high.
15. The life of the marker should be optimum.
Security
16. The marker should have a cap to protect its ink from
drying up, when not in use.
Integration
17. The marker should be made of a plastic body which
incloses, a cushion soaked with ink, a tip to write and a
cap to cover it.
Compatability
18. The Marker should be able to write on paper as well as
whiteboard.
Negative
19. The marker should not break if dropped.
20. The marker stops to work if used on a rough surface for
some time.
21. The marker can be used to hit someone.
| Is This Answer Correct ? | 47 Yes | 3 No |
Answer / adi
To touch up to the helpful hints provided by the gentlemen,
one should also check whether the marker is "easily
erasable" or not.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / peter piyush
1. check the physical dimensions.
2. Check the logo and name of the company.
3. Check the colour of the marker.
4. Check that marker should open and close properly.
5. Check the grip.
6. Check that ink properly filled in it or not.
7. Check that it is working(writting) properly or not.
8. Check how much marker write.
9. Check it on different types of paper and other things.
10.Check the colour of ink.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / sara
1. first i check the basic functionality of the marker
this is marker is written r not
2. boundary Value Ana
marker lib present in correct position or not
2a. check whether the marker cap diameter
2b. check whether the marker open or not
3. check whether Marker outer color as per the req
4. check whether Marker inner color as per the req
5. check whether the marker height as per the req
6. check whether the marker width as per the req
7. check whether the stress of the marker
8. check whether the look as per the req
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / nikunj pitroda
Negative TestCase for the White Board :
1. User should remove fonts from white board after some times.
2. White marker is not used in the White board.
3. If Light is near to White board then, sometimes user can not read from the desk.
4. User should fill up the sign every fixed times.
5. User can not use heavy(so Dark) Marker Pen on the white board, otherwise font will spread after some times.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi.........can any one tell me the basic format for writing test cases
How would you do " Keeping two folders in sync testing"
1 Answers ABC, HCL, Microsoft,
what are the possible test cases for sending an sms from mobile
Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. Write test cases for the above scenario
How should the test cases be framed to validate the excel sheet?
can one defect be mapped to more than one test script in manual testing
What is the state testing?
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4
Give me a sample test case for an online purchasing system?What testings u do for the same ?
8 Answers Flipkart, NIIT, Polaris, SQTL, TCS,
what are the inputs required for writing test cases
I have s/m which gives me square of numbers from 1 – 10000. How do u test it.