write a test case for car
Answers were Sorted based on User's Feedback
Answer / prashant sharma
Test Cases for car
1-check whether all lights of car are working or not.
2-check that the car locking system is only open with the defined key.
3-check that seats belt are available or not.
4-check that the car gears are properly working.
5-check the type of engine ,it is diesel,CNG or petrol.
6-check the car wipers are properly working.
7-check the height of car roof.
8-check that hand brakes is working or not.
9-check that clutch,brake and accelarator is properly working.
10-check the battery of the car.
11-check that stapni is available or not.
12-check the air pressure in tyres.
13-check the speed and fuel metre is working.
| Is This Answer Correct ? | 33 Yes | 1 No |
Answer / ram
1 Check for the proper mileage.
2 Number of seater.
3 All the buttons or switches working properly or not.
4 Window mirrors scroll up and down.
5 Is the car running smooth.
| Is This Answer Correct ? | 1 Yes | 4 No |
Explain the smoke testing?
write the system testcase and functional testcase for the below scenario scenario: view the balance in online account
Consider the following: Pick up and read the newspaper Look at what is on television If there is a program that you are interested in watching then switch the the television on and watch the program Otherwise Continue reading the newspaper If there is a crossword in the newspaper then try and complete the crossword A. SC = 1 and DC = 1 B. SC = 1 and DC = 2 C. SC = 1 and DC = 3 D. SC = 2 and DC = 2 E. SC = 2 and DC = 3
What is the basic stuff you require to begin creating test cases?
how to write testcases for yahoo messagner
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Explain the system testing?
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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
What is port testing ?
Redbus- possible scenarios start the testcases accordingly. Please share me templates
i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
How to write the test cases for STP