Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write the 10 test cases for Telephone/Pen.

Answer Posted / rakesh singh

Telephone :
I am assuming that its a normal telephone where user can
just make call and receive the call.

Functionality :

All are pri0 tests :
1. Verify you can switch on the phone.
2. Verify if the phone is receiving provider signal.
3. Verify if the phone has dial tone
4a. Verify the key pads are working as expected.
4b. Verify that you can make a local phone call.
5. Verify you can receive a call.
6. Verify you can you talk and hear the voice over the phone
7. Verify the dimension and weight of the phone.
8. Verify you can recharge the phone battery.
9. Verify phone does not get heated to abnormal temp.
10. Verify phone does not give any electric shock.


Pen:

1. Verify that pen writes smoothly over paper.
2. Verify the size and weight of the pen.
3. Verify the pen does not bloat the ink on the paper or on
hand.
4. Verify the ink of the pen is water soluble, this is
important from end user prespective.
5. Verify that the refill point does not break under normal
stress by hand during writing.
6. Verify the ink does not dry under normal temp or bloat
under higher temperatue.
7. Verify how long the refill can write.
8.Verify the grip of the pen.
9. Verify the cap or clip of the pen.
10. Verify the pen and refill material is not injurious to
health.

Is This Answer Correct ?    24 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the functional testing?

1082


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

2418


Explain the exactly meaning of test case?

1121


Explain the system testing?

1140


How to write test case for this scenario. If the Zip Code field is populated, the system shall compare  the zip code value entered to the zip code value in  the Family Individual Information Tab

9109


If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.

1983


write a test case for telephone billing ?

4391


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

1355


Can some body help to write possible test cases for a credit card at POS (point of sale)

2771


Suppose a job should be executed for every two hours? Write test case for this?

1135


write a test case for yahoo compose page?

2685


150 integration testing scenarios for gmail

12777


What are the Test Cases Comes under Regression Suite?

895


Explain the domain testing?

1063


How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?

2610