What is the procedure to write test cases and what are the conditions to write test cases?
please say...
Answers were Sorted based on User's Feedback
Basically we have to focus on two areas as there are so many
procedures to write the test cases.These are (+)ive
and(-)ive test cases.Whenever requirement is freeze then
only we can start writing of test cases,but in case of agile
methodology we can write test cases whenever we got the user
story.
Thanks,
milu......
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramya baskaran
once we understand the requirements,we can write the test cases based on it.Some techniques are followed to reduce the number of test cases such as Equivalence partitioning and boundary value analysis. there are two kind of test cases.
1. positive test cases.
2. negative test cases
Thanks,
Ramya Baskaran
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between testing methodology and testing techniques?
give me an example of high severity and low priority.And low severity and high priority
what are the various levels of testing?
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
what is stub and driver and tell me how can we introduce them in integration testing
3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?
what is beta testing
How to test a web service manually?
What is stub and driver in integration testing ? Explain with example.
11 Answers Accenture, Taleem India,
When they freez(baseline) the requirement means in which phase of sdlc
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
What is comprehensive testing