What is the difference between Retesting and Data Driven
Testing?

Answers were Sorted based on User's Feedback



What is the difference between Retesting and Data Driven Testing?..

Answer / gurmeet

Data Driven Testing: It is a testing approach in which the
action of a test case is parameterized to test it for
various values of input data.

Re-Testing: It is testing approach in which an application
(or part of it) is tested again after modification in the
source code due to fix of any bug and its impact in the
proximity.

Is This Answer Correct ?    6 Yes 0 No

What is the difference between Retesting and Data Driven Testing?..

Answer / n@n!

retesting : testing the functionalities after any
modificatios are happen on any build r any application is
called restesting.

data driven testing : the execution of test with multiple
test data is called data driven testing.
i)data driven testing through keyboard,
ii)data driven testing through flat file,
iii)data driven testing through excel sheet.

Is This Answer Correct ?    4 Yes 0 No

What is the difference between Retesting and Data Driven Testing?..

Answer / rajkumar

ReTesting-> Re-Running the test case that are failed
previously to verify the success of a corrective action or
fix. Tester should use same enviromental conditions and
test data when re testing the fixed issue.

Data Driven Testing-> Testing a particular function with
multiple data values is called as Data driven testing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Positive and Negative Testing - Which one to do first and why ?

6 Answers  


What is PBX Testing & What is Test coverage?

3 Answers  


How many Test Cases do we need to write for a particular application?(For example, for this AllInterview.com?)

4 Answers   InterGraph,


what is the use of end to end testing?we r donig every testing like system and functional testing ect..

1 Answers  


if i give some thousand tests to execute in 2 days what do u do?

24 Answers   BirlaSoft, Sigma IT,


write test case for gmail sign up page ?

0 Answers  


what is data guidelines

0 Answers  


What is the difference between windows application and Client server application ?

3 Answers   IBM, MMT,


What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........

7 Answers   Symphony,


What is the difference between debugging and manual testing?

8 Answers   Siemens,


1.exactly when we do regression testing? 2.why we do regression testing?

4 Answers   Wipro,


A Succesful testcase Means..?

14 Answers   HCL,


Categories