Practices
  Home arrow Practices arrow Page 3 - The Art Of Software Development (part 4): Delivering Quality
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid  
Request Media Kit
Contact Us  
Site Map  
Privacy Policy  
Support  
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
Google.com  
PRACTICES

The Art Of Software Development (part 4): Delivering Quality
By: icarus, (c) Melonfire
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 4
    2002-09-24


    Table of Contents:
  • The Art Of Software Development (part 4): Delivering Quality
  • Code To Zero
  • Casing The Joint
  • A Man With A Plan
  • Bug-bustin'
  • The Write Stuff
  • Endgame

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article

     
     
    ADVERTISEMENT


    The Art Of Software Development (part 4): Delivering Quality - Casing The Joint
    ( Page 3 of 7 )

    In order to verify the integrity and functionality of the software, it is necessary to first develop a series of test cases that produce a positive or negative result depending on whether or not the software functions as advertised. In order to avoid bias, these test cases should be developed by an independent quality assurance team, and should focus on verifying the functionality and integrity of the software against the various line items in the requirements document.

    Typically, a test case contains the following information:
    1. Overview: This introductory section contains a brief description of the purpose of this test case - for example, "calculating total cost of items in shopping cart."
    2. Input: This section contains a description of the data that is to be input into the system, with samples if necessary. Make it a point to avoid including specific test values in this section.
    3. Output: This section contains a description of expected output from the system or module.
    4. Procedure: This section contains a list of the steps to be followed to execute the test.
    5. Evaluation criteria: This section lists the criteria necessary to determine if the test was a success or a failure.
    6. Results: Added once the test is complete. This section records the actual results observed by the tester while performing the test, together with a pass or fail notice.
    Since test cases have a direct impact on the overall quality of the software that is being released, due attention should be paid to making them as stringent as possible. Here are a few tips to keep in mind when designing a test case:
    • Ensure that each requirement defined in the requirements specification has one or more test cases linked to it. If you have a requirements traceability matrix, this task becomes much easier.
    • Ensure that the test case checks for both boundary and average input values.
    • Ensure that the test case checks for input of incorrect data type.
    • For highly interactive applications with multiple click-through paths, or applications that accept multiple combinations of data (and data types), ensure that the test case checks all combinations.
    • Ensure that the test case contains clearly-defined evaluation criteria for judging the test a success or failure.
    • Learn from the past. Use knowledge of previous errors in similar projects to make your test cases more effective.
    The various test cases for each phase of the testing process ultimately get compiled into a comprehensive test plan. Let's take a look at that next.

     
     
    >>> More Practices Articles          >>> More By icarus, (c) Melonfire
     

       

    PRACTICES ARTICLES

    - More Techniques for Finding Things
    - Finding Things
    - Finishing the System`s Outlines
    - The System in So Many Words
    - Basic Data Types and Calculations
    - What`s the Address? Pointers
    - Design with ArgoUML
    - Pragmatic Guidelines: Diagrams That Work
    - Five-Step UML: OOAD for Short Attention Span...
    - Five-Step UML: OOAD for Short Attention Span...
    - Introducing UML: Object-Oriented Analysis an...
    - Class and Object Diagrams
    - Class Relationships
    - Classes
    - Basic Ideas





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek