What are the steps, procedures, objectives to write test
cases.
Answers were Sorted based on User's Feedback
Answer / nitin
in writing test cases we first perform the following steps.
first we need a test case
1.test case id
2.functinality
3.expected output
in writing test case we feel the negative affirmation how
much we think negative abt the product the much negative we
think better is the test case we write.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / anjali
while writing test cases the first step is
testcase id
objective what r u testing
eg. to verify the functionality of login box accepting only
alpha numeric char.
its procedure how you check
expected result
actual result.(means we comes to know testcase is pass or
fail. when we input valid data it is passed or input
invalid data such as special char or put it blank its fail)
| Is This Answer Correct ? | 8 Yes | 1 No |
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 |
Answer / anthony
Well, there is another good article on test cases on
http://blogs.tutorialshouse.com/how-to-write-test-case/
| Is This Answer Correct ? | 1 Yes | 1 No |
What is date driven testing?
1)Asked to write test cases on Print option in a MS word application 2 Give scenarios for the following: throw a ball into bucket full of water and write scenarios so that water does not spill out. Explain test stratergy. What is localization. What do u test in localization?
What is alpha testing?
Testing OO class operations is made more difficult by Option 1 Encapsulation Option 2 Inheritance Option 3 Polymorphism Option 4 Both Inheritance and Polymorphism
You may be overqualified for this position we have to offer
what are the critical bug occurs in banking domain?
what are the different testing methodologies and testing techniques? Am asked in interview that what is the defect age? I replied that the time gap between the defect reporting and defect resolving. then the interviewer asked me if at all the defect is not resolved then what is the defect age of that particular defect? can anybody answer this?
how do you test a calendar ?
What is Standalone testing?
What is stub?
4. What are the three things you like best about the Web site?
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.