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

Answer Posted / janu

1. Description: Validate whether the pen is filled with ink
Expected: Pen should be filled with ink

2. Description: Validate whether the paper has empty space
to write.
Expected: Paper should have empty space to write

3. Description: Validate the paper by writing anything on
the paper.
Expected: The content on the paper should be clear and the
paper should not observe the ink

Is This Answer Correct ?    18 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Pls tell me test cases for pepper grinder

2916


Explain the system testing?

696


How to write test cases for "open file dialog box" for ms word? Thanks a lot!

3560


Which of the following defines the expected results of a test? Test case specification or test design specification.

1037


Positive and Negative test cases for the speedometer?(minimum 5 each)

2379






Explain the state testing?

641


write test case for button of google page?"i am feeling lucky" if button is not appear on page?

2560


test cases for bus transport (TNSTC)

2806


Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

1938


Explain the load testing?

643


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


What is the toughest moment you faced in your testing carrier in which everyone praised you?

1826


what is black box system in software development in system analysis and design?

1666


Test a file replication service that copies files from one net location to another

2064


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