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 are the properties of a good requirement?
For any web application, what are the possible login features that should be tested?
What is PBX Testing & What is Test coverage?
Test cases have written according to Flow of the software working or according to Screens?
What is Web testing & which action we take at the time of Web Testing?
What is XML Testing? Do we have any tools to test the XML? Please let me know.
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
How to find that tools work well with your existing system?
Negative test cases for phone camera
What r the domain for pharma, interview if they ask about phrma application, what need to tell, is there anybody have screens or any information please tell me and if have URL let me know please.
Test Cases For Router&Switch
What is an error?
What different types of manual testing are there?
3.if a questions asked as,what is the quality standards you are following? what i need to tell.
What is a top-down and bottom-up approach in testing?