write the test cases for pen

Answer Posted / manu

Verify Pen Able to Writes Or Not
Verify Pen Ink Color Maches to the Refill Ink.?
Verify Pen Cap Easily Removable...?
Verify Pen Is User Freindly..?
Verify Rifill Fits In Pen..
Verify Pen writes on paper or not..?
Verify Pen Ink Erasable ...?

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you write test plan and test case?

1909


Do you know explain security testing?

696


What are semi-random test cases?

861


Explain the acceptance testing?

691


Write test cases for 8+4?

754






write the testcases for migrating data from one database to another database?

1896


please give me different test scenario for uploading whatsapp status from gallery and camera

5470


Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.

2089


how to write test cases for the example state name starts with A B C D E F G H I J K L Z

2081


Explain the dynamic testing?

698


how to make test case for anolog voice logger?

2033


If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one

1949


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?

1930


Explain the smoke testing?

642


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);

1934