The Art of software testing: Causality diagram

Source: Internet
Author: User
  • Causality diagram is a formal language, and the specification description described in natural language can be transformed into a causal diagram. A causal diagram is actually a digital logic circuit (a combined logical network), but instead of using standard electronics symbols, it uses a slightly simpler notation, which helps to select an efficient set of test cases using a systematic approach, with an additional benefit of pointing out the incomplete and ambiguous specification.
  • The process used to generate the test case:
  1. Decompose the specification into an executable fragment. This is a necessary step because the causality diagram is not good at handling larger specifications.
  2. Determine the causal relationship in the specification. The so-called reason refers to an explicit input condition or an equivalence class of the input condition, so-called fruit refers to an output condition or system conversion (input to the program or system State of the continuation effect). By literally reading the specification and identifying the words or sentences that describe the "cause" and the "fruit", you can determine the "cause" and the "fruit". Once the causal relationship is determined, each "cause" and "fruit" is given a unique number.
  3. Analyze the semantic content of the specification and convert it into a Boolean graph that links causality, which is called causality diagram.
  4. Add annotation symbols to the graph to illustrate the "cause" and "fruit" that cannot be smelted due to grammatical or environmental constraints.
  5. By carefully tracking the state changes in the graph, the causality diagram is converted into a decision table of a finite term. Each column in the table represents a test case.
  6. Converts a column in a decision table to a test case.

The Art of software testing: Causality diagram

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.