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 / rajendra

Retesting:it is manual process in which apllication will be
tested with entire new set of data.

DataDriven Testing(DDT)-It is a Automated testing process in
which application is tested with multiple test data.
DDT is very easy procedure than retesting because the
tester should sit and need to give different new inputs
manually from front end and it is very tedious and boring
prodedure.

Is This Answer Correct ?    7 Yes 0 No

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

Answer / satya_k21

Hi,

Retesting means we are going to check whether the bug is
fixed or not.

DDT Means: while testing the Application u may want to
check how it performs the same operation with different set
of data..


Regards,
Satya.k

Is This Answer Correct ?    3 Yes 0 No

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

Answer / raju

retesting means weather bug is fixed or not,
regression testing means to test the application one of
objects with different data.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / ramesh yatam

Retesting means: Execute the same testcases on the same
build with different inputs.

Regression testing : Executing the same testcases on teh
modified build to ensure the bug fixes or any side effects

DDT : is Irrespective of the Retesting or regression
tsting, it is tested the application with differnet inputs
on both same build or modified build.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / pavan

Retesting:
After particular bug is fixed to test a particular
component. To verify the bug is fixed or not.
Retesting is done for both purposes.
1. Making sure that the application is free of bugs after
bug fixing.
2. To find out defects in earlier stage.
So retesting is applicable before regression testing and
after regression testing and hence both testings are in
cyclic process

Is This Answer Correct ?    0 Yes 0 No

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

Answer / raj

after bug is fixed we execute test case for bug is really
fixed i.e. is retesting.

ddt means we have to execute script in a loop for
differient input ( for functional)

Is This Answer Correct ?    0 Yes 1 No

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

Answer / shafi

hi
suplementary to the rajendras answer
indeed retesting is test the application with different
inputs values.but the main aim of the retesting is to check
whether the bug is actually fixed or not.
shafi

Is This Answer Correct ?    0 Yes 1 No

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

Answer / rajendra

hai satya,
absolutely your answer is wrong.
Retesting means not checking whether the bug is
fixed or not.

Retesting means checking the behaviour of system for
different sets of inputs.

One thing is important that system may behave differently
for different i/p's.

Retesting is an manual procedure to check the system with
different i/p's

if you come for DataDriven Testing also called DDT in a
short form is automation method for testing appilcation for
different i/p's using winRunner or QTP tool.

Finally, In a nutshell retesting is manual process of
testing application with different i/p's.

Data driven testing means testing the application with
different types of inputs using a automated tool.
In DDT we supply inputs from flat files(note pad),
database,excel sheel..etc

if any body have doubt please mail me or you can call me

Byee friendz

your's
Rajendra
rajendra_penumalli@yahoo.com
Ring me at:09885162742
Hyderabad

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

what is test plan and test procedure

1 Answers   iGate, Infosys,


Upps..., sorry my email id is this : preet405p@yahoo.com Thanks in advanced.

0 Answers  


what is the difference between testplan and testcases?

1 Answers  


What is the difference between Use case and Test Scenario? Explain the Architecture of u r project?

1 Answers   CSS,


Do we have to execute all the test cases while doing sanity testing and regression testing??(manual testing)

2 Answers  






Tell some examples of bug severity and bug priority?

0 Answers  


What is the input for System testing?

6 Answers  


Describe Software Testing life cycle? What are the steps in volved in STLC (Software Testing Life Cycle)?

22 Answers   MBT,


Difference between adhoc testing and error guessing?

0 Answers  


1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?

0 Answers  


hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..

0 Answers  


Which one of the project team members bears the responsibility of deferring new functionality to a later release?

5 Answers   Accenture,


Categories