Write the functional,system test case for a electric bulb
which have two electric switches.
Answer Posted / swetha
1.is there a bulb which is plugged in properly and filament
is not broken.
2.checking whether the user using the 1st switch or the 2nd.
3.if he puts the 1st switch on will the electric bulb glow.
4.if he press it to off will the bulb turns off.
5.if he uses the 2nd switch on will the bulb gets on.
6.if he turn off will it work properly.
7.if he puts 1st switch on and other off will the bulb tends
to work or not.
Hi friends,please let me know if i am wrong..
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain the static testing?
How to write test cases or test scripts for UAT testing which is done manually
Why is it that the boundary value analysis provides good test cases?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
write a test case for telephone billing ?
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
how to make test case for anolog voice logger?
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Explain how to develop a test plan and a test case.
In a log in page what will be test procedure, test scenario, test description & test steps?
write test case for pen cap if it is not present?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
Please guide me for Add new user test cases
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?