test cases for black board
test cases for pencil

Answer Posted / varun kumar

first of all gui test cases
1.color
2.material
3.height
3.width
4.thickness
now come to functional
1.it should not be smoother
2.easily writable
3.it is fix or hangable
4.easily cleanable or not
5.which material is suitable for writing e.g chalk or marker
6.it is not reflective
7.whether it is water proof,dust free or not


for the pencil they are same gui and functional are differ

Is This Answer Correct ?    26 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1737


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

1820


1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.

1655


Explain how to develop a test plan and a test case.

695


Explain the branch coverage testing?

706






How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile 

1663


How can we write a good test case?

712


Explain the load testing?

643


Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.

1733


What is ramp testing?

674


What is gray box testing?

722


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

1941


In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: 1. software Testing Output: 1.software testing

1385


i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1904


Write test cases to test a browser app

1262