How to write a Scenario and test cases for escalator
Answer Posted / megha
1)Check the Buttons in the escalator is working or not
2)Check whether its getting navigated correctly according
to the pressed number.
3)Check whether the escalator has a Stop button
4)Check whether the doors are getting closed and open
5)Check for the sensors for closing the doors automatically
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
Write a test case for computer keyboard?
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
Please guide me for Add new user test cases
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
write test cases for flipkart.
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
What is business validation test case?
Write a test case for telephone?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
write test case for pen cap if it is not present?
Explain the smoke testing?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Explain the gray box testing?
How to generate test cases for 'replace a string' method?
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.