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 |
If the developer rejects that its not a bug means then whats the next step we follow?
howmany buids u hav in u r project , for how many days u get build
What is Mutation Testing?
What is difference between GUI and Usability Testing?
what is baseline document,can u say any two?
what are the test scenarios for the new user registration in e-commerce site??
How do you review testcase?? Type of Review...
If a TESTER finds a defect in a WEB APPLICATION, and then raised a ticket to developer. But a developer was unable to reproduce the same defect, then what a tester must do. And what a tester needs to explain a developer...?
What is Test Harness, Anybody can explain in Detail. Thanks in advance.
What r the features,u take care in prototype testing?
Functional testing is the part of System testing or System testing is the part of functional testing
what is checkin & checkout ?