what will be the test case for Lift?
Answer Posted / shalini
1.Whenever we enter into the lift and select any floor
suppose 1st floor then the button should be enabled and
should stop in the corresponding floors only.
2.when ever the lift is moving upward direction if we press
the open button the lift should not get opened.
3.verify whether the display screen is working correctly or not.
4.verify that whenever the lift moves up and down lights and
fans should be turned on.
5.verify whether the lift doors should get closed when the
person in the lift presses the close button and at the same
time when the doors are getting closed if any other person
enters the lift the sensor should work properly i.e. the
lift should get opened.
6 Verify that the closing time of the lift is same at each
and every floor
7.whenever the lift is in a stand by position at any
particular floor check whether the doors of the lift are
closed or not.
8.whenever the persons in the lift are more then an alarm
sound should be invoked.
9.whenever the lift is moving if there is any power loss
check whether the lift is stoped at the same point and when
the power is turned on the lift should go to the
corresponding(default) floor only for eg:- ground floor.
10.whenever the lift doors are closed check whether the lift
is moving with the same speed or not.
Negative scenarios:
1.when the lift moves ensure that the lift does not shake
its movement.
2.the display screen present in the lift should not show the
other floor number for eg:- 2 when we reach 1st floor.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Explain the exactly meaning of test case?
What is transaction testing?
write a test case flipkart login page
pls i want test cases for oss? whts the process of oss testing
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
Do you know explain security testing?
Explain the sanity testing?
Explain the format of a requirement traceability
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
how to test stand alone programs?
Explain the unit testing?
Explain the soak testing?
Write a test case for telephone?
Why is it that the boundary value analysis provides good test cases?
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.