Thread: Reqd. C source code for Testing purposes

  1. #1
    DP
    Guest

    Post Reqd. C source code for Testing purposes

    I am looking for a C program (pref. unix compatible) of ~ 900 - 1000 LOC for code inspection, coverage testing on ATAC and reliability estimation on CASRE. Would appreciate any pointers on similar, available open source codes that anybody has come across or has one handy.

    Thank you.
    Regards
    DBP

  2. #2
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Am I the only one that didn't understand a word of that? LOC? ATAC? CASRE?

  3. #3
    DP
    Guest

    Smile Reqd. C code for Testing purposes

    Oops! sorry for the Abbreviations.

    - I meant a C program with ~900 - 1000 Lines of Code (LOC)

    - ATAC is a coverage analysis tool that aids in white box testing of programs written in the C. ATAC is used by software developers and testers to measure the adequacy of a test set and identify areas in a program that require further testing.

    - CASRE is a software reliability modeling tool

    (if anyone is interested they can lookup: http://sern.ucalgary.ca/~philip/Seng...11/Report.html)

  4. #4
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    aaah...nope.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    You might be able to find something here....
    http://www.snippets.org/

  6. #6
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >I am looking for a C program (pref. unix compatible) of ~ 900 - >1000 LOC for code inspection, coverage testing on ATAC and >reliability estimation on CASRE. Would appreciate any pointers >on similar, available open source codes that anybody has come >across or has one handy.

    I'm just curious. Why would one want to do this?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to make a program that prints it's own source code???
    By chottachatri in forum C++ Programming
    Replies: 38
    Last Post: 03-28-2008, 07:06 PM
  2. Replies: 4
    Last Post: 01-18-2008, 07:05 PM
  3. DxEngine source code
    By Sang-drax in forum Game Programming
    Replies: 5
    Last Post: 06-26-2003, 05:50 PM
  4. Lines from Unix's source code have been copied into the heart of Linux????
    By zahid in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 05-19-2003, 03:50 PM
  5. C source code for int25 or code help
    By Unregistered in forum C Programming
    Replies: 0
    Last Post: 09-26-2001, 02:04 AM