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 |
what will be testcases for job portal such as naukri.com , monster.com (as existing user)
write the test cases for traffic signal and sensor doors.
Write a test cases on a facebook
10 Answers Accenture, CTS, General Electric, Intel, Inventures, Maveric, TCS,
are the test cases stored in database nowadays? pls tell me... then give clear details about test case preparation and test case execution
Explain the format of a requirement traceability
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
in test case we would write log and login ?what is the dif bet both of them
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Explain the concurrency testing?
Write tast case for a+b=c?
Give me real life some test cases
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4