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 |
A application is given to you but the requirements and functionalities are missing what will you do to start the testing ?
Suppose u have a ICICI Home Page & there is a option link "Bill Payments" so once u click this link then new child window will be open where u have a 1. "amount(Text box)" 2.Auto Debit monthly (check box) & 3. "OK" & "Cancel" Button. Please write the test cases for this Integration Test cases also.
what is compatibility testing
I want to know the real time cycle i.e SDLC.(First of all Buisness logic is prepared,but doesn't know by whom and with the help of whom?)Similarly what are the next steps (the persons involved) and connection in between the steps.
HI FRNDS, I HAVE 2 YEARS OF EXP IN MANUAL TESTING,PLZ LET ME KNOW IF THR R ANY OPPURTUNITES IN ANY COMPANY..ID:snehalatha83@gmail.com THANKS IN ADVANCE
What is workadround
What are 5 common solutions to software development problems?
What is Defect Density?
How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
15 Answers CTS, HCL,
do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?
we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1)functional testing 2)security testing
who prepare test plan?