Can test case contains more than 50 steps in single test
case?
Answers were Sorted based on User's Feedback
Answer / sameena
Hi,
That will show a poor tester.
U'r test case should be crisp and short.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / hema
it doesn't matter abt the no of test steps,its important
that the testcases should be understandable by the client.
all the steps should be necessary.unnecessary steps should
be avoided.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / hemaiyer
A good test engineer always provide a high quality
software for a single test cases 50 steps are written
provided their should not be repeated test steps in the
test cases
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sathish
It can be more than 50 Steps, but the developer who fixes the bug will not be interested in reading all blah-blah stories. instead you can break the case into small modules ( functionality ,UI ,validation ..etc) or functionality itself into easy phases to make it easy readable form.
| Is This Answer Correct ? | 0 Yes | 1 No |
How will you review test cases?
26 Answers HCL, TCS,
What is Initial Configuration?
write a test case for yahoo login page ? input data user:6 alpha numeric;password:10 letters....10 pstive test cases and 10 negative test cases?
5 Answers CTS, iGate, Magic Software,
Explain the smoke testing?
my namjad . firefox doesn't open yahoo page but other page open so what is reason I'm again install but is not working
how to test ip address?
3 Answers Cisco, QSpiders, Satyam,
Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?
Write all test cases for any credit card.
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
can someone tell me the test cases for following scenario of password: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consists of 1 uppercase letter. 3. Password should consists of 1 numeric. 4. Password should consists of 1 special character.
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.
i'm confused to wite a Test Scenarios. can any one help me how to start?