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
Can you explain random/monkey testing?
HI GUYS,, I HAVE 3 YEARS OF EXP IN MANUAL TESTING...NEXT MONTH ONWARDS I WORK FOR MOBILE TESTING....PLS SUGGEST ME WHAT I LEARN FOR TRAING,, MOBILE TESTING OR ANDROID....FOR MOBILE TESTERS NEED ANDROID(IFONE) DEVOLOPMENT KNOWLEDGE OR NOT? EXPLAIN CLEARLY
What are the different levels of manual testing?
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
What do you mean by Cause Effect Graphing? in which standard its mentioned?
Suggest some book to learn more test case???
what is test scenario and test condition?
Do we have any certifications for ETL Testing ?
Can any one share the domain knwoldege of Telecom Jeeva jeevachr@gmail.com
How did you do unit testing in your project?
Who are all involved in an inspection meeting?
What is the difference between a standalone application, client-server application and web application?
is it possible web application make it as executable file
Why is it impossible to test a program completely?
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.