What are test cases for Car Locking System?

Answer Posted / chandra

Check the IGN state before lock or unlocking the key

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Test Case for Text Editor!

2771


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

1936


What is the domain testing?

665


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?

1735


"search"test cases on Linkedin website and how will you write test cases on it?

5689






Why does the boundary value analysis provide good test cases?

691


If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one

1949


please give me different test scenario for uploading whatsapp status from gallery and camera

5475


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3321


What is gray box testing?

716


Could you pls give me sites where i can test card? mail me to

2292


How should I maintain the test cases and Test Log for different versions/builds of the application.

1967


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

1515


What is Initial Configuration?

1948


What is use case testing?

711