Writing Test Cases is Verification or Validation?
Executing Test Cases is Verification or Validation?
Answers were Sorted based on User's Feedback
Answer / ganesh
Writing test cases is neither verification or validation as
nothing is performed on application.However reviewing test
cases is verification. This is to confirm that the test
cases are built based on requirments.
Executing test cases is validation.
Let me know if I am not correct.
| Is This Answer Correct ? | 36 Yes | 4 No |
writing test case is a test data required to test the
application.Test data may be input/setup/procure to test.so
it should not be verification or validation.
executing test cases is a vaildation.since checking the
correctness of created application /code with the test data.
| Is This Answer Correct ? | 18 Yes | 7 No |
Answer / kailash
Writing Test cases is not verification also not validation.
verification is checking that whether right process is
followed. its done through review, inspection and
walkthrough. On the other hand when we execute the test
case then we check whether right product is build. This is
called validation
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / padmakar kulkarni
Just writing the Test Cases is more of a preventive
mechanism. Executing the test cases is where you actually
validate the written test cases.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / vic
Writing test cases is neither verification nor validation.
It is design, even if in during the process the test
designer can have to verify requirements.
Executing test cases is definitely validation
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vijendra.jois
As Verification mean conformance of the system to the
specification and Validation mean functionality defined in
the requirement is intended behavior ofthe product it is
done actual testing (dynamic analysis) so executing test
case is validation
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mjt
It depends on what you are trying to accomplish with the
tests. Writing the test cases can be the administrative
side of both verification and validation. During
verification you are attempting to see if you built the
software or hardware correctly. During Validation you
intent is to ensure that you built the correct software or
hardware (according to requirements). If you do not have
separate objectives you are doubling your work in one area.
Now, as for executing test cases you again are performing
the second section for each test phase. If you are not
writing and executing test cases for each phase, have you
really performed the testing necessary to gather the
required evidence?
In short, writing and executing test cases are both a
function of verification and validation. If you do not have
test cases for each test phase both written and executed
you cannot prove that the test phase was completed and
closed out. One difference between the two is that from an
audit perspective, your validation test cases must maintain
traceability to requirements and be reviewed, approved, and
controlled before execution can begin.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / irfan
writing test cases is averification and execute test
casesis avalidation
| Is This Answer Correct ? | 5 Yes | 10 No |
Explain the monkey testing?
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
How many test cases u will write for Adhoc testing? How many test cases u will write for Alpha testing? How many test cases u will write for Beta testing? How many test cases u will write for Release candidate testing? How many test cases u will write for Product release testing? How many test cases u will write for Functional testing? How many test cases u will write for Non-Functional testing? How many test cases u will write for Integration testing? How many test cases u will write for System testing? How many test cases u will write for Component testing? How many test cases u will write for Release testing? How many test cases u will write for Load testing? How many test cases u will write for Stress testing? How many test cases u will write for Black box testing? How many test cases u will write for White Box testing? How many test cases u will write for Performance testing? How many test cases u will write for Automation testing? How many test cases u will write for Compatibility testing? How many test cases u will write for Regression testing? How many test cases u will write for Endurance testing? How many test cases u will write for System Integration testing? How many test cases u will write for Boundary value testing? How many test cases u will write for Usability testing? How many test cases u will write for Walk through testing? How many test cases u will write for Sanity testing? How many test cases u will write for Smoke testing? How many test cases u will write for Installation testing? How many test cases u will write for Soak testing? How many test cases u will write for Volume testing? How many test cases u will write for Security testing? Write test cases for Multi path testing? How many test cases u will write for Multi path testing? Write test cases for Dynamic Capacity Expansion (DCE)? Write test cases for Dynamic Volume Expansion (DVE)? Write test cases for Dynamic Raid Expansion (DRM)? Write test cases for Drive failure? Write test cases for Controller Failover? Write test cases for Cable pull? Write test cases for RAID Controller?
how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.
Explain the soak testing?
If there are 10 steps for a test case. and for this test case there are 6 expected results. should I write 6 exp. results in the Expected Result column for a single tes case
i got Question from iflex-just client gave just functional spec but they didnt provide any detaill, supporting document.but they want with in ten days testplan and test cases.excuse ans like prototype method. Question is how will u start writing testcases?
How to write test data for login module?
what do you mean by test case specification
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
how many test cases do u need to ship a product?
Can you please tell me test scenarios for online shopping Paypal ??