need for documenting test cases???
advantages and disadvantages of documenting test cases???
Answers were Sorted based on User's Feedback
Answer / meha
Test Cases are needed while performing Mannual/Automation
testing.
Yes, It needs to be documented in a proper and in a more
clear way sothat any one should understand approach and
steps to execute the requirement. Again the documentation
needed according to the company.
Advantages:
1.Gives an approach, Decription, Pre-conditions to achieve
the exepect result.
2. Test Cases are useful while writing Tracebility Matrix.
3. It shows or avail the traciblity of the entire
requirements.
Disadvantages:
1. Without or miswritten Test Cases or human errors in the
Test Cases cause the project failure.
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / ganesh
Test cases are to be documented.
Adv:
1)Keep record of the test performed on application so that
it can be reused.
2) Review of test cases to check for the correct testing of
application based on the input data, conditions, actual
result of test.
3) Gives an idea of how much testing is covered and time
required to test the remanining functionalities.
4) If out of time then can pick the major functionality
test cases to perform testing at faster phase.
disadv: I guess i am not finding one.
Let me know if this is correct.
| Is This Answer Correct ? | 13 Yes | 1 No |
Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
write a test case for student admission form
What is the difference between Test Input and Test Data??
What we do when the Requirements are continuously changed?
wht are the possible test cases for save button in notepad?
Write test cases for orkut?
Test a file replication service that copies files from one net location to another
can someone tell me the test cases for following scenario of password: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consists of 1 uppercase letter. 3. Password should consists of 1 numeric. 4. Password should consists of 1 special character.
Hi recently in an interview I was asked to write API test cases. Since I am not familiar with it can someone put more light towards API testing and give some example test cases for the same. Thanks!
what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??
hi there... can any1 tel me hw to prepare a traceability matrix by taking a practical scenario..i know the theory part bt dont kno how to implent dat..