Question
In this paper a technique is proposed to simplify testing of software using dependency graphs. Dependency graphs help to highlight dependencies in the software and
In this paper a technique is proposed to simplify testing of software using dependency graphs. Dependency graphs help to highlight dependencies in the software and isolate pieces of code that would run independent of each other. By doing graph based tests, we could ensure full path coverage. Also, if defects are found, dependency graphs would help to isolate the defects to different independent parts of the graph through the use of graph partitioning techniques. A binary search for the defect over the graph would then help to isolate the source of the defect. Graph partitioning would partition the graph into 2 independent halves or 2 dependent halves with the input and output dependencies clearly mapped. A test on each half would help to isolate the defect to one or the other half. Each identified part of the graph would further be tested using the same technique till the defect is identified
Comment on the article flaws, strengths, weakness on what you just read above
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started