write a testcase for electronic door?

Answer Posted / rakshan

test case for door;
1.it should open when someone comes
2.it should close after entering by person
3.it should never leak electricity out of it.
4.it should not be delicate
5.if its made of glass then that glass must appear.
6.check inside/outside functionality.
7.it should not keep open once someone enters

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write test cases for the example state name starts with A B C D E F G H I J K L Z

2081


Explain the branch coverage testing?

695


Write a test case for telephone?

690


How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen 

1564


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

1934






In a log in page what will be test procedure, test scenario, test description & test steps?

681


Define some of the attributes of a test case?

689


Explain the acceptance testing?

693


Scenarios to test wireless Speaker via bluetooth

4747


Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.

2024


If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?

1732


can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.

2975


how to write test cases for smart meter for gas and electricty

2445


Write test cases to test a browser app

1257


1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks

2202