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 manual testing? what is the difference between manual testing and automation testing?
what is security test,what is meant by authentication &autherization
What is big bang approach?
what is single tire, 2tire 3 tire and so on upto ntire ? can ny one explain me about this in detail.
why u are using multiple test data in retesting?
Do you agree testing is needed?Justify it?
what is test methodology and what is the format of that and who will prepare it
What are the fields of Tracebility Matrix?
How do you test a web application for dump and deaf??
what is verification and validation?
34 Answers DRDL, Infosys, MBT,
How will you test manually if you have more than 1000 of data?
Explain the waterfall model in detail?