What are test cases for Car Locking System?
Answer Posted / shailesh
Car Locking System is the automatic CLS version now in new
age cars. The following would be my version of test cases:
1. Check if the car is in "unlock" state by trying to
deliberately press the unlock car button on CLS.
----It should open if it was in locked state, else
nothing happens indicating that the car is aleady in
the "unlock" state.
2. If its in "locked" state then try to unlock the doors by
pressing the door unlock button.
----It should unlock the locked state, else the system
fails.
3. Last case is if the car was in "unlocked" state, press
the lock button.
----It should lock the car door.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is explain security testing?
Do you know explain security testing?
What is quick test professional and what test environment it supports?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Explain the integration testing?
Can anybody help me out to write test cases for booking train ticket online???
Which of the following defines the expected results of a test? Test case specification or test design specification.
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Explain the branch coverage testing?