what are the techniques(steps) to follow for writing test
cases? could u explain me with brief real time example?
Answers were Sorted based on User's Feedback
Answer / raghav
Following are threee types of techniques followed for Test
Case designing
1. Equivalence Partition
2. Boundry Values
3. State Transition
4. Decision Matrix
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / trupti
first thing is test case should be precise,flow should be
good and easy to understand.
1.1st understand d req properly.
2.apply test case design technique,guess all possible errors
and note all possible scenarios.
3.for a set of values write 1 valid value and 2 invalid values
4.lastly use ur test case template.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sreenath
action will be possible action,.expected value will be related to that action,.based on the requirments,.,.
Is This Answer Correct ? | 3 Yes | 2 No |
There is a Create Card window. It contains Card Name,Lunch discount & Dinner discount. I have written test cases for above [+ve & -ve].Now there is one Party discount is added to that window. How should I maintain test case.Guide me properly.I want to know that whether I have to write new test case bloking the previous one.
What is diff between equialence partioning and boundary value analysis
is it necessary to write neagtive test cases for each and every field
Explain test case?
What is class in Testing.
What is mean by Open Source tools?
What is a code walk through?
How can software qa processes be implemented without stifling productivity?
what is test initiation? can anybody post the answer. very urgent?
1. what is severity and priority and who will decide what .?
How will you Test a Website manually?? Tell me any 5 different ways to Test a Website.
What is the difference between Technical TestCase and functional Testcase.