What are the steps, procedures, objectives to write test
cases.

Answers were Sorted based on User's Feedback



What are the steps, procedures, objectives to write test cases...

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

What are the steps, procedures, objectives to write test cases...

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

What are the steps, procedures, objectives to write test cases...

Answer / 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

What are the steps, procedures, objectives to write test cases...

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

Post New Answer

More Manual Testing Interview Questions

What are the reasons why parameterization is necessary when load testing the Web server and the database server?

1 Answers  


what is protocol in software testing? can u give it with a good example?

3 Answers   IndiumSoft,


Could anyone explain me how to write scenerio for login screen?

6 Answers  


what is entry and exit creteria for testing ?

6 Answers  


What is a Recovery Testing

10 Answers   Cisco,






When we use Boundary Value Analysis and Equivalence Partion? Which one is best?I heard that ANy one of this technique useing by a comany...is it right?

3 Answers  


what is entry and exit criteria?

6 Answers   CybAge,


Can any one explain me about hybrid integration testing? and what is interface in integration testing? thanks in advance...... regards, MurthySharma.Manchella

0 Answers  


what all the metrics to be checked for a document ?

1 Answers   Bally Technologies,


What is frame level testing and how do we test it?

0 Answers  


Give me 2 examples for - High Priority with Low Severity? And - High Severity with Low Priority??

1 Answers   Infosys, Mastek, SunGard,


what is severity and what is priority

4 Answers   CMC,


Categories