What are test cases for Car Locking System?
Answer Posted / sgb
car locking is done in three different ways
by inserting the key..
the automatic car lock..
and the remote lock which most of us do...
1.identifying whether the key we use is of the same car.
2.inserting the key in any of the car doors and checking
whether the car can be locked.
3.(the automatic lock system is used by not using the key)
wait for few seconds to let the doors locked automatically.
4.after turning off the engine shut the door and use the
remote lock and press the lock button and check if the car
has been locked.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
How to write email id in world wide web
What is the difference between test scenarios, test cases, and test script?
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.)
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
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.
Define some of the attributes of a test case?
Suppose a job should be executed for every two hours? Write test case for this?
Explain the domain testing?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
150 integration testing scenarios for gmail
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?