How to write a Scenario and test cases for escalator
Answer Posted / neha gupta(wnm)
1.we will check escalator, it is going up and down easily or not
2.corners of escalator(stair) should not be sharp.
3.surface should be rough for good grip,should not be slippery.
4.symbol representation(pointer sign)for direct the
way,should be displayed beside escalator.
5.rules(How to use) the escalator should be written on the
board, in bold latter.
| Is This Answer Correct ? | 34 Yes | 5 No |
Post New Answer View All Answers
Explain the load testing?
explain end to end scenario's for online Money transfer in Banking Domain?
What is ramp testing?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Explain the syntax testing?
This was asked to me recently in Microsoft interview How would you do DOS copy command 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
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
can one defect be mapped to more than one test script in manual testing
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
How many test cases u will write for Acceptance testing?
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
write a test case for yahoo compose page?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
how to test stand alone programs?