What is Data Flow Testing?

Answers were Sorted based on User's Feedback



What is Data Flow Testing?..

Answer / arif

Data flow testing: Testing in which test cases are designed
based on variable usage within the code.

Is This Answer Correct ?    39 Yes 6 No

What is Data Flow Testing?..

Answer / deepak

This comes under White Box Testing. Data-flow testing looks
at the lifecycle of a particular piece of data (i.e. a
variable) in an application. By looking for patterns of
data usage, risky areas of code can be found and more test
cases can be applied.

-Deepak

Is This Answer Correct ?    23 Yes 12 No

What is Data Flow Testing?..

Answer / dinesh

Data flow testing is a Testing which test flow of data in
application. and test cases are designed based on data flow
within the code.

Is This Answer Correct ?    13 Yes 3 No

What is Data Flow Testing?..

Answer / shanker

Data Flow testing is basically a white box testing approach.
in this we test the variables definitions and their uses in
the program to find out the anamolies like:
1. Variable defined but not used.
2. Variable used but not defined.
3. Variable has been defined twice before using.

Is This Answer Correct ?    14 Yes 4 No

What is Data Flow Testing?..

Answer / theja

Data flow testing is the name given to a family of test
strategies based on selecting a path through the program's
control flow in order to explore sequences of events related
to the status of data objects.

Is This Answer Correct ?    7 Yes 6 No

What is Data Flow Testing?..

Answer / s.ramprasad

Hi

Data Flow Testing is a white box tesing, this can done with
the help of Source code or Design of an application.

S.Ramprasad. sun_ramprasad@yahoo.com

Is This Answer Correct ?    11 Yes 11 No

What is Data Flow Testing?..

Answer / meenakshi

It is a form of White box testing . Here we mainly
concentrate on the usage of variables and the main points
are:
a)Statements where variables recieves value.
b)Statements where these values are used .

Is This Answer Correct ?    1 Yes 1 No

What is Data Flow Testing?..

Answer / daljit

The data flow testing selects test paths of a program
according to the location of definitions and uses of
variables in the program.

Is This Answer Correct ?    0 Yes 1 No

What is Data Flow Testing?..

Answer / rckstar

Every ram prasad is an idiot.

Is This Answer Correct ?    0 Yes 1 No

What is Data Flow Testing?..

Answer / b.kishore

dataflow testing is a test about the variables

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

what will be the usability testing of gmail's inbox page

3 Answers   Manhattan,


Hallow friends, I have put more than 80 questions in QTP sub-category that were asked many reputed companies so that if you know the answers please post answers thank you, padmasekharpediredla

1 Answers   AppLabs, Apps Lab, HVL, IBM, Infosys,


Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;

1 Answers   Capital IQ,


For any web application, what are the possible login features that should be tested?

0 Answers  


Being an Manual tester, what will be the role or activity in test plan ?

0 Answers  


Write test cases to anti virus software?

2 Answers   ADITI,


How do you scope, organize, and execute a test project?

0 Answers  


what is the severity we give. login fails eventhough we enter the correct username and pwd.

9 Answers   Swathi Soft,


Can anyone tell me what should be the test cases for Security Testing?

3 Answers  


HI FRNDS, I HAVE 2.5 years OF exp In Manual Testing,Plz let me know if thr r any oppurtunities in any company in Bangalore ID:dsnithi@gmail.com Thanks in Advance

0 Answers  


Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations  The client wants their users to be able to login using a page that fits in with the website design.  Tom wants to access the website but doesn’t want his login information to be available to anyone else.  Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:-  Being the only Test Engineer on this task, what would your approach be for this requirement?  Identify the key areas for testing this page.  What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’.  Provide a sample test case that could be used for testing this page, for example as a word or Excel document.

0 Answers  


What is CRD and SRD file

1 Answers  


Categories