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
How many test cases u will write for Acceptance testing?
how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in
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
Explain the dynamic testing?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
how many test cases do u need to ship a product?
Write a test case of login window?
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
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
Explain how to develop a test plan and a test case.
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
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
Explain the system testing?
Explain the integration testing?
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.)