290 likes | 396 Views
Newton's Law of Motion in Software Development Processes?. CS 690S Computer Science Seminar. Aditya P. Mathur (CS) in collaboration with … João Cangussu (CS) Ray. A. DeCarlo (ECE). Monday November 5, 2001. Research Question.
E N D
Newton's Law of Motion in Software Development Processes? CS 690S Computer Science Seminar • Aditya P. Mathur (CS) • in collaboration with … • João Cangussu (CS) • Ray. A. DeCarlo(ECE) Monday November 5, 2001 Software Process Control
Research Question Can we control the Software Development Process in a manner similar to how physical systems and processes are controlled ? The fundamental control problem (Ref: Control System Design by G. C. Goodwin et al., Prentice Hall, 2001) The central problem in control is to find a technically feasible way to act on a given process so that the process adheres, as closely as possible to some desired behavior. Furthermore, this approximate behavior should be achieved in the face of uncertainty of the process and in the presence of uncontrollable external disturbances acting on the process. Software Process Control
Research Methodology [1] • Understand how physical systems are controlled? 2. Understand how software systems relate to physical systems. Are there similarities? Are there differences? 3. Understand the theory and practice of the control of physical systems. 4. Can we borrow from this theory? If “yes,” then proceed further, else drink coffee or tea and think of another research direction. 5. Adapt control theory to the control of SDP and develop models and methods to control the SDP. 6.Study the behavior of the models and methods in real-life settings. Software Process Control
Research Methodology [2] • Improve the model and methods. • Repeat steps 6 and 7 until you are thoroughly bored or get rich. Software Process Control
Required Quality + Effort - Observed Quality f(e) Additional effort What is f ? Feedback Control Specifications Program Software Process Control
Software Development Process: Definitions A Software Development Process (SDP) is a sequence of well defined activities used in the production of software. An SDP usually consists of several sub-processes that may or may not operate in a sequence. The Design Process, the Software Test Process, and the Configuration Management Process are examples of sub-processes of the SDP. Software Process Control
Requirements Analysis Design Code/Unit test Integrate/Test System test More test Deploy Software Development Process: A Life Cycle Requirements Elicitation Not all feedback loops are shown. Software Process Control
Current Focus Software Test Process (STP): System test phase Objective: Control the STP so that the quality of the tested software is as desired. • Quantification of quality of software: • Number of remaining errors • Reliability Software Process Control
r0 observed approximation r - number of remaining errors schedule set by the manager rf t- time cp2 cp3 cp4 cp5 cp6 cp7 cp8 cp9 cp1 t0 deadline Problem Scenario cpi = check point i Software Process Control
sc r0 robserved(t) wf+wf Actual STP + + ’ Initial Settings (wf,) rerror(t) Controller Test Manager w’f wf + wf+wf STP State Model rexpected(t) + sc r0 Our Approach Software Process Control
Software Block Spring Force Effective Test Effort X: Position Mass of the block Viscosity Quality of the test process Number of remaining errors Software complexity Physical and Software Systems: An Analogy Dashpot External force To err is Human. Rigid surface Spring Xequilibrium Xcurrent Software Process Control
Physical Systems: Control Controllability Is it possible to control X (r) by adjusting Y (workforce and process quality)? Observability Does the system have distinct states that cannot be unambiguously identified by the controller ? Robustness Will control be regained satisfactorily after an unexpected disturbance? Software Process Control
Physical Systems: Laws of Motion [1] First Law: Every object in a state of uniform motion tends to remain in that state of motion unless an external force is applied to it. Does not apply to testing because the number of errors does not change when no external effort is applied to the application. Software Process Control
.. r CDM’s First Law: The relationship between an complexity Sc of an applications, its rate of reduction in the number of remaining errors, and the applied effort E is E=Sc . Physical Systems: Laws of Motion [2] Newton’s Second Law: The relationship between an object's mass m, its acceleration a, and the applied force F is F = ma. Software Process Control
Physical Systems: Laws of Motion [3] Third Law: For every action force, there is an equal and opposite reaction force. When an effort is applied to test software, it leads to fatigue on the tester. This is not a scientific relationship. Software Process Control
Assumption I: CDM’s First Law The magnitude of the rate of decrease of the remaining errors is directly proportional to the net applied effort and inversely proportional to the complexity of the program under test. This is derived from Newton’s Second Law of motion. Software Process Control
Assumption II: CDM’s Second Law Analogy with the spring: The magnitude of the effective test effort is proportional to the product of the applied work force and number of remaining errors. for an appropriate . Software Process Control
Assumption III: CDM’s Third Law Analogy with the dashpot: The error reduction resistance is proportional to the error reduction velocity and inversely proportional to the overall quality of the test phase. for an appropriate . Software Process Control
: Disturbance State Model Software Process Control
Computing the feedback Software Process Control
Case Study II: Razorfish Project Description Project Goal: translate 4 million lines of Cobol code to SAP/R3 A tool has been developed to achieve the goal of this project. Goal of the test process: (a) Test the generated code, not the tool. (b) Reduce the number of errors by about 85%. Software Process Control
Validation: Razorfish ProjectTesting Process continue testing yes = output 2 output 1 no run run modify SCobol Transformer SSAP R/3 input Select a Test Profile Software Process Control
85% reduction achieved. Case Study II: Razorfish Project Results If the process parameters are not altered then the goal is reached in about 35 weeks. Software Process Control
Alternatives from Feedback: STP Quality Improving quality alone will not help in achieving the goal. Desired eigenvalue=-0.152 Software Process Control
Desired eigenvalue=-0.152 Alternatives from Feedback: Workforce Changing the workforce alone can produce the desired results. Software Process Control
Alternatives from Feedback: STP quality and workforce Set of valid choices for changing the quality and the workforce Software Process Control
Summary Analogy between physical and software systems presented. The notion of feedback control of software processes introduced. One case study described. Parameter estimation techniques used for model calibration. Made use of system identification techniques. Software Process Control
Sensitivity analysis: r is more sensitive to changes in the model parameters during the early stages of the test process than during the later stages. An improvement in the quality of the STP is more effective than an increase in the workforce. Brook’s Law was also observed during the analysis. Ongoing Research Expansion of the model to include the entire SDP. Additional case studies. Software Process Control