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
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
Explain the functional testing?
Can some body help to write possible test cases for a credit card at POS (point of sale)
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Explain how to develop a test plan and a test case.
write a test case for yahoo compose page?
How many test cases u will write for Acceptance testing?
Explain the ramp testing?
What is Initial Configuration?
how to write test cases for online restaurant table booking system?
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
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
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
write a test case for telephone billing ?