Specification-Based Testing: “Cat” Example

Specification-Based Testing: “Cat” Example

Overview Here we consider testing the UNIX “cat” command using the Specification-Based Testing: category-partition method we’ve been looking at. “cat” Example Conrad Hughes School of Informatics Slides thanks to Stuart Anderson 30 January 2009 Software Testing: Lecture 4a 1 30 January 2009 Software Testing: Lecture 4a 2 Cat man page Identifying Independently Testable Features NAME: cat - concatenate files and print on the standard output Here we might think that there are three ITFs associated with SYNOPSIS: cat [OPTION] [FILE]... cat: DESCRIPTION: Concatenate FILE(s), or standard input, to standard output. – -A, --show-all equivalent to -vET 1. Error checking for the option string – checking the syntax is OK – -b, --number-nonblank number nonblank output lines and for consistent combinations of options. – -e equivalent to -vE 2. Error checking the syntax of filenames. – -E, --show-ends display $ at end of each line – -n, --number number all output lines 3. That cat functions correctly given a legal option string and a – -s, --squeeze-blank never more than one single blank line syntactically correct sequence of filenames – -t equivalent to -vT Here we will consider generating categories and partitions of – -T, --show-tabs display TAB characters as ^I – -u (ignored) those categories for the third ITF we have identified. – -v, --show-nonprinting use ^ and M- notation, except for LFD and TAB For each ITF we begin by identifying: – --help display this help and exit – --version output version information and exit – Parameters relevant to the feature. With no FILE, or when FILE is -, read standard input. – Other elements of the execution environment that the ITF is EXAMPLES: dependent on. Typical elements are: databases, the file system, – cat f - g Output f's contents, then standard input, then g's contents. hardware devices, … – cat Copy standard input to standard output. 30 January 2009 Software Testing: Lecture 4a 3 30 January 2009 Software Testing: Lecture 4a 4 Identifying parameters relevant to the ITF Identifying Categories Parameters: Parameters: – Option string: – Option string: – Filename sequence: • Option string length Environment: – The file system (this is a mapping from valid filenames to file – Filename sequence: contents): Environment: The parameters relevant to an ITF are those that cause a – The file system (this is a mapping from valid filenames to file change in behaviour in the Feature when they are changed. contents): – Standard input: The next stage is to identify categories – these are elementary characteristics of the parameters which are either found explicitly in the specification or they are implicit – i.e. they arise from the experience of the tester. 30 January 2009 Software Testing: Lecture 4a 5 30 January 2009 Software Testing: Lecture 4a 6 1.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    1 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us