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
wat are the questions would the project leader ask about the project?? please do send the answers early.
When to stop testing? (Or) how do you decide when you have tested enough?
Test cases have written according to Flow of the software working or according to Screens?
what are the 3 test tool categories and describe what each can do.
What can you tell about the project if during testing you found 80 bugs in it
What is an mr?
Can you explian $ pillar of Agile
Write a Test scenario for Outlook Search functionality.
Can any one say me how to do Performance testing step by step plz for a desktop application(offline application).all the data is stored in internal server itself can any plz help me. ts quite urgent friends.
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
what type of testing techniques are using after accept the build?
How we will test ubercate
give me a example of writing a test case,take any good example which i can understand easily.
What is the difference between stlc and sdlc?
Hello everybody, How many people do you think one sprint team can have in average?