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 |
I want to do Advanced Level of Certification Course.Please let me know which lelel will be better for me.please let know after completion og Foundation Level,which level will be better for me?
What is performance tuning? What are tools of performance testing?
What is Mutation testing? When it can be done?
What is way of writing testcases for database testing?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
WHAT IS SECURITY TESTING.HOW TO DO SECURITY TESTING.IS THERE ANY FRAMEWORK AVAILABLE
How do we analyse a bug?
What is the different between QA&QC? Please give answer with examples?
As there are different builds for every version & any build can release to the client.I m using Excell sheet for Test Case writting. Then Am I write Version No/build No.newly added feature test cases. Because when that build again release for testing I can understand that this build have that feature.
What is testing web based project?Give one Example
Consider if there is no Test lead, No Test Manager and QA Manager. If you are the senior test engineer, you are getting pressure from the client to give the build. But you see that, there r 5 high and 5 low sevierity bugs. So, what you will do and how you interact with the client.
define incident and test ware.