The invention relates to the generation of test suites, and more particularly to the generation of test suites from abstract state machines.
The behavior and operation of devices may be described using abstract state machines (ASMs). For each action that the device may taken, the ASM defines conditions that must be met to effect changes to the state of the device. The conditions may be said to “guard” changes to the device state, and may thus be referred to as guards on the device state. In a normalized form, state settings, for each action that the device may take are guarded by simple (e.g. non-nested) conditions. For a more complete description of normalized ASMs, see Y. Gurevich, Evolving Algebra, 1993: Lipari Guide, and In Egon Boerger, Specification and Validation Methods, pages 9–36, Oxford University Press, 1995. ASMs have applications beyond describing the behavior and operation of devices. For example, ASMs may describe the behavior and operation of software programs executing on a general purpose computer system.
Each unique combination of state settings represents a state of the device in the ASM. For this reason, ASMs may have a large, even infinite number of states. For example, consider a simple device comprising a door that can be opened and closed. The device may include a counter which tracks the number of times the door has been closed. The counter is a state setting. An ASM for the device has an infinite number of states, one for each potential value of the counter.
Well known techniques exist for generating test suites from finite state machines (FSMs), e.g. state machines with a finite number of states. FSMs define the behavior of a device in terms of device states and the events that result in state changes.
Due to the very large or infinite number of states of the ASMs, it is often impractical to apply to ASMs the techniques for generating test suites from FSMs. A need exists for a manner of producing an FSM from an ASM, which would lead to the application of FSM test suite generation techniques to ASMs.
In one aspect, an FSM is generated from an ASM by first selecting an initial state of the ASM. A first encoding having a plurality of bits is generated to represent the initial state. Each bit of the first encoding represents a result of an evaluation of a non-trivial guard condition of the ASM. The initial state is associated with the first encoding in the data structure for the FSM. At least one other states of the ASM are identified that result from applying at least one actions of the ASM to the initial state. At least one other encodings are generated, each of the at least one other encodings corresponding to one of the at least one other states, and for each one of the at least one other states, when the corresponding of the at least one other encodings is not the same as the any one encoding already associated with a state in the data structure, data is included in the data structure associating the one of the at least one other states and a corresponding of the at least one other encodings.
In the following figures and description, like numbers refer to like elements. References to “one embodiment” or “an embodiment” do not necessarily refer to the same embodiment, although they may. Although the following description is made in terms of specifying the behavior and operation of devices, the methods herein may be applied to numerous applications, including specifying the behavior and operation of software.
With reference to
At 104 the ASM for the device is normalized. Normalizing the ASM involves organizing the ASM into the form:
Once normalized, changes to the state settings of the device are guarded by simple (e.g. non-nested) conditions. At 106, an FSM is generated from the normalized ASM, and at 108 a test suite is generated from the FSM.
With reference to
With reference to
The Open and SetMax actions each have a single guard. The Close action has two guards. In general, an action can have any number of guards. The guard for the Open action is the condition “not open”, and it guards the state setting “open:=true”. In other words, if an Open action is performed, and the device is not already in the open state, the device is placed into the open state. The first guard for the Close action is the condition “open and counter<Max”, and it guards the state settings “open:=false” and “counter:=counter+1”. In other words, if a Close action is performed, and the device is open and the close counter is less than the predetermined threshold, the device is set to the closed state and the counter is incremented. The second guard for the Close action is the condition “open and counter=Max”, and it guards the state settings “open:=false” and “counter:=0”. In other words, if a Close action is performed, and the device is open and the close counter is equal to the predetermined threshold, the device is set to the closed state and the counter is reset to zero. The guard for the SetMax action is the condition “true”, and it guards the state setting “counter:=Max”. The condition “true” actually specified the unconditional updating of the close counter to the predetermined threshold value Max whenever the SetMax action is performed.
With reference to
In one embodiment, guard 1 may be assigned to bit position b0. Guard 2 may be assigned to bit position b1, guard 3 may be assigned to bit position b2, and guard 4 may be assigned to bit position b3. Note that guard 4 is always true and so b3 is set for all encodings. Such a guard may be referred to as a “trivial” guard condition. The bit b3 of this trivial guard condition does nothing to distinguish one encoding from another and may be omitted from the encoding. The distinct encodings are:
Of the eight distinct encodings, only three are possible. One state is selected as an initial state—for example, the state corresponding to encoding 001. This state (the “state” being determined by the values of the variables “open” and “counter”) is initially associated with the encoding 001 in the set R. The set F comprises the set of all states to be operated upon by the method 300; this set will grow and shrink as the method proceeds. Initially, F comprises only the initial starting state of the FSM. The set L comprises links between states of the FSM. A link is an action and a pair of states, where the action causes a change from one state of the pair to the other. Initially, the link set L is empty.
If it is determined at 304 that the set F is empty, there are no more states to process and the method 300 concludes. Otherwise a next state S to process is extracted from the set F at 306. Next, every action of the ASM is applied to the state S to cause transitions to other states. If all such actions have been applied at 308, processing returns to 304. Otherwise, a next action to apply to S is selected at 310. The action is applied at 312 and results in a state Snew. An encoding for the state Snew is produced at 314 and a link between the states S and Snew is added to L at 315. At 316 the encoding is associated with Snew in R. If at 318 the encoding is unique in R, e.g. not matching the encoding associated with an existing state of the FSM, Snew is added at 320 to the set of states F to operate upon. Otherwise, Snew is not added to F and the method returns to 308.
With reference to
With reference to
With reference to
The apparatus 700 may comprise additional storage (removable 706 and/or non-removable 707) such as magnetic or optical disks or tape. The apparatus 700 may further comprise input devices 710 such as a keyboard, pointing device, microphone, etc., and/or output devices 712 such as display, speaker, and printer. The apparatus 700 may also typically include network connections 720 (such as a network adapter) for coupling to other devices, computers, networks, servers, etc. using either wired or wireless signaling media.
The components of the device may be embodied in a distributed computing system. For example, a terminal device may incorporate input and output devices to present only the user interface, whereas processing component of the system are resident elsewhere. Likewise, processing functionality may be distributed across a plurality of processors.
The apparatus may generate and receive machine readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. This can include both digital, analog, and optical signals. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Communications media, including combinations of any of the above, should be understood as within the scope of machine readable media.
In view of the many possible embodiments to which the principles of the present invention may be applied, it should be recognized that the detailed embodiments are illustrative only and should not be taken as limiting in scope. Rather, the present invention encompasses all such embodiments as may come within the scope and spirit of the following claims and equivalents thereto.
Number | Name | Date | Kind |
---|---|---|---|
6212566 | Vanhoof et al. | Apr 2001 | B1 |
6560270 | Hischke | May 2003 | B1 |
6597727 | Philips et al. | Jul 2003 | B1 |
6708327 | Aliphas | Mar 2004 | B1 |
20020067757 | Philips et al. | Jun 2002 | A1 |
20030159087 | Grieskamp et al. | Aug 2003 | A1 |
20030191797 | Gurevich et al. | Oct 2003 | A1 |
Number | Date | Country | |
---|---|---|---|
20030159087 A1 | Aug 2003 | US |