What are the steps, procedures, objectives to write test
cases.
Answer Posted / tztexas
The first step in writing a test case is reading and
understanding the requirements. there should be a minimum
of one test case per requirement, though you will have more
test cases per requirement.
Most test cases are negative test cases. What happens when
an entry is made that should not have been made.
procedure: you write the steps to perform the test case.
You already have expected results. After the test case is
performed, you enter a P for pass, F for fail, B for
blocked. and other comments. You also have a column for the
requirement you tested.
The obectives of a test case is to make sure the
requirement is met and the functionality works as
designed/requested. You also make sure that incorrect
entries (negative test cases) are tested and that valid
error messages (when needed) are displayed.
Don't forget to document your testing cases and record
important information such as the build number, date, and
person performing the test.
These are just a few of many steps and procedures needed to
write effective test cases.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is smoke test?
Why is software testing required?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
Different types of design diagrams that supports to write test cases ?
What is validation in software testing?
How quickly we need to fix the bug?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
Have you prepared traceability matrix and how to prepare it?
Explain accessibility testing and its importance in the present scenario.
What is the difference between functional testing and integration testing?
Can you explain an application boundary?
How do you test a web application for dump and deaf??
Do submit teststrategy to customer if yes at what time