Why we write test case?
Answers were Sorted based on User's Feedback
Answer / madhu
Test cases would provide a formal way of performing
testing,which contribute for the expected requirement coverage.
without test cases Expectations may not be clear,there is
chance of missing some scenarios thus 100%requirement
coverage may not be possible.
| Is This Answer Correct ? | 22 Yes | 4 No |
Answer / deepak rawat
We write test case for testing the functionality of an
application, step by step in a formal way. Test cases are
written on the basis of use cases that are representing
customer or end user point of view. It ensures that if
customer or end user will enter particular type of test data
value in application then how application will react
accordingly and how much percentage the application will
fulfill the customer or end user requirements.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / madhavi
1. T ensure the best coverage in the requirements
2. no need to give training for the new engineer on writing
test cases.
we cant remember all the test cases while testing so we
document before only
4. Mainly depend on process rather on person
| Is This Answer Correct ? | 7 Yes | 10 No |
What is deployment testing ? How it is performed ?
What do u do if a bug logged by u is not reproducible in developers environment (developers environment is same as urs)
Hi,please help me out with my ques:how many testings will a tester does?
508 compliance
Explain the components of a test plan?
I will give 10 gold coins to you ... everything have same size, shape, color, & weight but only one is duplicate. How will you find that duplicate one?
What is confirmation testing? Different between regression testing, confirmation testing and unit testing?
What is the initial stage of testing?
Can we use automation tools during static testing? If yes when and how?
What are the different ways of writing test cases?
what is the need of black box testing after completing white box tesing?
If tester found some bugs in the application then which format they will send it to development team.