write a test case for a pen and paper regarding writing.

Answer Posted / prakash

1. Check the pen has been refilled with ink
2. Check the pen nib produces proper flow of ink while
writing on the paper.
3. Check the color of the ink ( expected color of the ink
should be black, blue or red - This is my requirement )
4. Check whether the pen writes on smooth paper.
5. Check whether the pen writes on hard or slightly rough paper.
6. Check whether the pen writes on a plastic cover or
photograph. (Requirement: the purpose of the pen is that it
should write in any given condition or environment)
7. Check whether the pen writes on wood.
8. Check whether the pen writes on wall.
9. Check whether the pen writes on a hand.
10.Check whether the pen writes on a cloth.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are basic types of test cases?

706


hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ

1821


What is the state testing?

730


explain end to end scenario's for online Money transfer in Banking Domain?

1418


"search"test cases on Linkedin website and how will you write test cases on it?

5695






consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1796


What is component testing?

742


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1944


Define some of the attributes of a test case?

693


Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)

3913


Explain the glass box testing?

673


How to generate test cases for 'replace a string' method?

915


What is the syntax testing?

699


Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj

1829


In a log in page what will be test procedure, test scenario, test description & test steps?

690