SENG521 (Fall SENG 521 Software Reliability & Testing Software Reliability Tools (Part 8a) Department of Electrical & Computer.

Slides:



Advertisements
Similar presentations
OptiShip ® Multi-carrier Shipping System. OptiShip ® customers save on average 13.6% of parcel shipping costs… OptiShip ® is a comprehensive system that.
Advertisements

System Development Life Cycle (SDLC)
Preparing Data for Quantitative Analysis
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Lecture 1: Overview of Computers & Programming
Programming Types of Testing.
Case Tools Trisha Cummings. Our Definition of CASE  CASE is the use of computer-based support in the software development process.  A CASE tool is a.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 18-1 Accounting Information Systems 9 th Edition Marshall.
SENG521 (Fall SENG 521 Software Reliability & Testing Defining Necessary Reliability (Part 3b) Department of Electrical & Computer.
PowerPoint Presentation by Charlie Cook Copyright © 2004 South-Western. All rights reserved. Chapter 7 System Design and Implementation System Design and.
Swami NatarajanJuly 14, 2015 RIT Software Engineering Reliability: Introduction.
Introduction to Systems Analysis and Design
Monté Carlo Simulation MGS 3100 – Chapter 9. Simulation Defined A computer-based model used to run experiments on a real system.  Typically done on a.
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
UNIT 21 Software Engineering.
1 Prediction of Software Reliability Using Neural Network and Fuzzy Logic Professor David Rine Seminar Notes.
1 NASA OSMA SAS02 Software Reliability Modeling: Traditional and Non-Parametric Dolores R. Wallace Victor Laing SRS Information Services Software Assurance.
Introduction to Systems Analysis and Design Trisha Cummings.
Chapter 10.
Topics Covered: Data preparation Data preparation Data capturing Data capturing Data verification and validation Data verification and validation Data.
Systems Analysis – Analyzing Requirements.  Analyzing requirement stage identifies user information needs and new systems requirements  IS dev team.
Computers & Employment By Andrew Attard and Stephen Calleja.
1 Shawlands Academy Higher Computing Software Development Unit.
Introduction to MATLAB Session 1 Prepared By: Dina El Kholy Ahmed Dalal Statistics Course – Biomedical Department -year 3.
Chapter 8: Systems analysis and design
1SAS 03/ GSFC/SATC- NSWC-DD System and Software Reliability Dolores R. Wallace SRS Technologies Software Assurance Technology Center
1 Using Excel to Implement Software Reliability Models Norman F. Schneidewind Naval Postgraduate School 2822 Racoon Trail, Pebble Beach, California, 93953,
Objectives Understand what MATLAB is and why it is widely used in engineering and science Start the MATLAB program and solve simple problems in the command.
Chapter 6 : Software Metrics
Rich Quinley California Department of Transportation.
SENG521 (Fall SENG 521 Software Reliability & Testing Software Product & process Improvement using ISO (Part 3d) Department.
1 The Software Development Process  Systems analysis  Systems design  Implementation  Testing  Documentation  Evaluation  Maintenance.
1 Software Reliability Assurance for Real-time Systems Joel Henry, Ph.D. University of Montana NASA Software Assurance Symposium September 4, 2002.
C++ Programming Language Lecture 2 Problem Analysis and Solution Representation By Ghada Al-Mashaqbeh The Hashemite University Computer Engineering Department.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 22 Slide 1 Software Verification, Validation and Testing.
Topic (vi): New and Emerging Methods Topic organizer: Maria Garcia (USA) UNECE Work Session on Statistical Data Editing Oslo, Norway, September 2012.
Capabilities of Software. Object Linking & Embedding (OLE) OLE allows information to be shared between different programs For example, a spreadsheet created.
Slide 5-1 Chapter 5 Terms Applications Software for Business Introduction to Information Systems Judith C. Simon.
Chapter 10 Verification and Validation of Simulation Models
The Software Development Process
BOĞAZİÇİ UNIVERSITY DEPARTMENT OF MANAGEMENT INFORMATION SYSTEMS MATLAB AS A DATA MINING ENVIRONMENT.
Chapter 1 Introduction to Systems Design and Analysis Systems Analysis and Design Kendall and Kendall Sixth Edition.
OPERATING SYSTEMS CS 3530 Summer 2014 Systems and Models Chapter 03.
SENG521 (Fall SENG 521 Software Reliability & Testing Overview of Software Reliability Engineering Department of Electrical.
 Software Development Life Cycle  Software Development Tools  High Level Programming:  Structures  Algorithms  Iteration  Pseudocode  Order of.
Software Quality Assurance and Testing Fazal Rehman Shamil.
The Hashemite University Computer Engineering Department
1 The Software Development Process ► Systems analysis ► Systems design ► Implementation ► Testing ► Documentation ► Evaluation ► Maintenance.
NET 222: COMMUNICATIONS AND NETWORKS FUNDAMENTALS ( NET 222: COMMUNICATIONS AND NETWORKS FUNDAMENTALS (PRACTICAL PART) Tutorial 2 : Matlab - Getting Started.
Chapter – 8 Software Tools.
Chapter 8-1 Chapter 8 Accounting Information Systems Information Technology Auditing Dr. Hisham madi.
Introduction to System Analysis and Design MADE BY: SIR NASEEM AHMED KHAN DOW VOCATIONAL & TECHNICAL TRAINING CENTRE.
Design Evaluation Overview Introduction Model for Interface Design Evaluation Types of Evaluation –Conceptual Design –Usability –Learning Outcome.
Some of the utilities associated with the development of programs. These program development tools allow users to write and construct programs that the.
SENG521 (Fall SENG 521 Software Reliability & Testing Preparing for Test (Part 6a) Department of Electrical & Computer Engineering,
MANAGEMENT INFORMATION SYSTEM
Software Configuration Management
OPERATING SYSTEMS CS 3502 Fall 2017
Ashima Wadhwa Assistant Professor(giBS)
CSCI-235 Micro-Computer Applications
System Design Ashima Wadhwa.
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Chapter 10 Verification and Validation of Simulation Models
Introduction to Systems Analysis and Design
Unit# 6: ICT Applications
Chapter 1 Introduction(1.1)
MECH 3550 : Simulation & Visualization
M. Kezunovic (P.I.) S. S. Luo D. Ristanovic Texas A&M University
DESIGN OF EXPERIMENTS by R. C. Baker
What is a System? A system is a collection of interrelated components that work together to perform a specific task.
Presentation transcript:

SENG521 (Fall SENG 521 Software Reliability & Testing Software Reliability Tools (Part 8a) Department of Electrical & Computer Engineering, University of Calgary B.H. Far ( )

SENG521 (Fall Tasks Handled by SRE Tools Collecting failure and test time information Calculating estimates of model parameters using this information Testing to fit a model against the collected information Selecting a model to make predictions of remaining faults, time to test, etc. Applying the model

SENG521 (Fall Available Options /1 Selection of a tool is one of the important decisions in performing an SRE study. An inappropriate choice may not handle the type of data collected for the project, or does not have a robust set of models that may fit the project to make accurate predictions of important information. Engineers may choose between: Using a general-purpose application program such as a spreadsheet or a statistical package such as SAS and developing their own models using a general-purpose programming language such FORTRAN or C. Using a commercially available SRE tool.

SENG521 (Fall Available Options /2 Advantages of commercial SRE tools: They provide most of the features needed in executing a software reliability analysis, resulting in a decrease of programming time. Comparing multiple models on the same failure data and changing the analysis to use a different model is easier to accomplish. They provide better error detection because many potential types of errors have been identified and are checked for automatically. The chance of a bug in the tool itself is very small. They provide a general framework for reliability estimation and prediction. Their basic structure is from the theories developed by researchers and uses the terminology of those models.

SENG521 (Fall Selecting SRE Tool /1 Criteria for selecting a SRE tool: Availability of the tool for the company's computer system(s) Cost of installing and maintaining the program Number of studies likely to be done Types of systems to be studied Quality of the tool documentation and support Ease of learning the tool Flexibility and power of the tool

SENG521 (Fall Selecting SRE Tool /2 Criteria for selecting a SRE tool: (contd.) Availability of tools, either in-house or on a network Goals and questions to be answered by the study Models and statistical techniques understood by the analyst Schedule for the project and type of data collected Tool’s ability to communicate the nature of the model and the results to a person other than the analyst (e.g., the end user or a manager).

SENG521 (Fall Input Data Types All of the SRE tools use one of two basic types of input data: time-domain data (i.e., time-between-failures data) interval-domain data (i.e., failure-count data)

SENG521 (Fall SRE Tools: SMERFS /1 Statistical Modeling and Estimation of Reliability Functions for Software SMERFS is a public-domain software package designed and implemented by Dr. Farr of Naval Surface Warfare Center. SMERFS is a program for estimating and predicting the reliability of software during the testing phase. It uses failure count information to make these predictions.

SENG521 (Fall SRE Tools: SMERFS /2 It offers flexibility in data collection and provides multiple time domain and interval domains. Therefore useful for multi-model debugging. SMERFS prompts the user for the name of the history file plot file input data file output data file

SENG521 (Fall SRE Tools: SMERFS /3 History file History file is an output file created by SMERFS. It is a trace file that contains all of the user input and SMERFS outputs for a particular run so that the user can go back and look at the run at a later time. plot file plot file contains the raw output data in plotting results.

SENG521 (Fall SRE Tools: SMERFS /4 Input data file Input data file contains the failure history data on which SMERFS will actually operate to produce the reliability estimates and predictions. The user must also specify the type of data contained in the input data. If the selected data type does not correspond to the type of data actually in the input file, the estimates and predictions made by SMERFS will not be valid.

SENG521 (Fall SRE Tools: SMERFS /5 Output data file Output data file is a file that the user can specify to which SMERFS will write failure history data created or edited by the user during the current SMERFS session. This is different from the history file, since the history file is a trace file which records all user input and SMERFS responses. The output data file can be used in subsequent sessions as an input data file. The output file is in SMERFS format, not ASCII format.

SENG521 (Fall SRE Tools: SRMP /1 Statistical Modeling and Reliability Program The SRMP was developed by the Reliability and Statistical Consultants, Limited of UK in SRMP is a command-line-oriented tool developed for an IBM PC/AT and also UNIX based workstations. SRMP contains nine models. SRMP uses the maximum likelihood estimation technique to compute the model parameters, and provides the following reliability indicators: reliability function, failure rate, mean time to failure, median time to failure, and the model parameters for each model.

SENG521 (Fall SRE Tools: SRMP /2 SRMP requires an ASCII data file as input. The file contains the name (or other identification) of the project, the number of failures involved in the reliability analysis, and the inter- failure times of all the failures. The input file also specifies the initial sample size used by SRMP for the initial fitting of each reliability model to the data. The remaining failures are used by SRMP for assessing a reliability model's prediction accuracy. The input file contains certain mathematical parameters, chosen by the analyst, which are needed to initiate and control the SRMP algorithm’s search for a convergent solution. Analysts must be knowledgeable in setting up the data file, as many parameters are at their discretion.

SENG521 (Fall SRE Tools: SoRel /1 Software Reliability Program SoRel is a Macintosh-based reliability measurement tool that was developed by LAAS, a lab of the National Center for Scientific Research in France, in The program was written in Pascal. SoRel is composed of two parts: The first part allows several reliability trend tests. These tests allow us to identify whether the reliability function is increasing or decreasing so that an appropriate model can be applied. The second part allows reliability growth model application and contains 4 models.

SENG521 (Fall SRE Tools: SoRel /2 SoRel uses the maximum likelihood parameter estimation technique and provides the following reliability indicators: mean time to failure, cumulative number of failures, failure intensity, model parameters to evaluate other reliability functions. Only one model is executed at a time. Execution results are automatically saved to ASCII files which can be imported into spreadsheets or other applications for model comparisons.

SENG521 (Fall SRE Tools: SoRel /3 SoRel uses ASCII input files that are created using a spreadsheet. Numerical results are displayed on the screen during execution; the user can also request plots of the data.

SENG521 (Fall SRE Tools: CASRE /1 Computer-Aided Software Reliability Estimation Tool CASRE is copyrighted by NASA. CASRE is a PC-based tool that was developed in 1993 by the Jet Propulsion Laboratories to address the ease-of-use issues of other tools. CASRE requires the WINDOWS operating environment. It has a pull-down, menu-driven user interface and uses the same model library as the SMERFS tool with the additional feature of allowing linear combinations of models to create new ones at the user's discretion. Four combined models are permanently available in CASRE.

SENG521 (Fall SRE Tools: CASRE /2 CASRE allows an analyst to invoke a text editor or other application from within CASRE to create the ASCII input data set. The input data set contains fields for the test interval number, number of failures observed in the interval, length of the test interval, fraction of the program tested, and severity of the failure. Once the data is entered, CASRE automatically provides the analyst with a raw data plot. CASRE provides the analyst with the ability to convert from time- domain data to interval-domain data and vice versa. Model parameters can be estimated using either maximum likelihood or least squares decided by the analyst. After the application of several models to a data set, multiple model results can be displayed in the graphical display window for analysis.

SENG521 (Fall SRE Tools: CASRE /3 CASRE provides operations to transform or smooth the failure data; the user can select and/or define multiple models for application to the data and make reliability predictions based on the best model.

SENG521 (Fall More Info Download tools: IEEE Software Reliability Engineering Working Group (SREWG) Info on other tools: Center for Reliability Engineering at the University of Maryland