What is use of writing Test cases
Answers were Sorted based on User's Feedback
Answer / obul reddy.m
Test case is nothing but a officil document in testing, it
include what to test, how to be test, what are steps to
follow, what data to be used, what are the actual result
against Expected these details are clerly mentioned in the
test case,
So at the same time testing test cases are re useful in
testing,
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / allin
To check all the functionality covered or not(missing
functionality).
compare actual and expected result.
based on that we can store the defect logs.
thanks & Regards,
| Is This Answer Correct ? | 0 Yes | 0 No |
What are some of the common misconceptions during implementation of automated testing tools for the first time?
notice the distinction between data driven testing and retesting?
What are the types of the framework used in software automation testing?
What is test driven development?
What issues come up in test automation, and how do you manage them?
Describe some problem that you had with automating testing tool.
How to find that tools work well with your existing system?
What are the main attributes of test automation?
Could someone educate me on automation testing process followed in a company. I have a vague idea, but i need concrete answers. And thank you all in advance.
What could go wrong with test automation?
what are the steps followed in unit testing, system testing, integration testing
Simplify the term defect severity.