Writing Test Cases is Verification or Validation?
Executing Test Cases is Verification or Validation?

Answers were Sorted based on User's Feedback



Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validatio..

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 Cases is Verification or Validation? Executing Test Cases is Verification or Validatio..

Answer / gyh

answer is validation for both of them.

Is This Answer Correct ?    28 Yes 7 No

Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validatio..

Answer / babitha

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

Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validatio..

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

Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validatio..

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

Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validatio..

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

Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validatio..

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

Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validatio..

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

Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validatio..

Answer / irfan

writing test cases is averification and execute test
casesis avalidation

Is This Answer Correct ?    5 Yes 10 No

Post New Answer

More Test Cases Interview Questions

Explain how to develop a test plan and a test case.

0 Answers  


Given the following code, which is true about the minimum 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 how to find statement and branch coverage? Explain in brief?

0 Answers   ISTQB,


Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6

1 Answers   ISTQB,


hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com

0 Answers  


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

0 Answers  






What is the difference between Test Input and Test Data??

2 Answers  


how we canwrite a test case on computer?

5 Answers   IBM, Satyam,


Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

0 Answers   ABC,


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

0 Answers   Wipro,


What is p0,p1,p2,p3 in software tesing

5 Answers  


write down test cases for "x>=1"

6 Answers   Quexst,


1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).

0 Answers  


Categories