Write test cases for bulb.

Answer Posted / prasad p.

1. Bulb should be made with clear glass.
2. Filament should be well attached.
3. Glass material & aluminum cap should be well attached.
4. It should contain proper amount of gas.
5. Id should be well shaped.
6. It should have wattage mark.
7. 60W bulb should give 60W of output light & so on.
8. Glass used for bulb should heat resistant.
9. It should give last long light.
10. It should have proper company mark.
11. It should be packed in soft paper container.




Is This Answer Correct ?    8 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many test cases u will write for Acceptance testing?

1877


how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in

5281


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

2046


Explain the dynamic testing?

805


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

3663






how many test cases do u need to ship a product?

1299


Write a test case of login window?

829


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

1930


WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES

2477


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

777


This was asked to me recently in Microsoft interview How would you do DOS copy command testing

2025


How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character

1610


Explain the system testing?

778


Explain the integration testing?

793


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

926