System and method for equivalence class analysis-based automated requirements-based test case generation
10437713 ยท 2019-10-08
Assignee
Inventors
- Panagiotis Manolios (Sharon, MA)
- Meng LI (Niskayuna, NY, US)
- Italo Romani de Oliveira (Sao Jose dos Campos, BR)
- Augusto Marasca De CONTO (Rio de Janeiro, BR)
- Han Yu (Niskayuna, NY, US)
- Daniel Russell (Grand Rapids, MI, US)
- Sundeep Roy (Pinellas Park, FL, US)
Cpc classification
G06F17/11
PHYSICS
G06F11/368
PHYSICS
International classification
G06F11/36
PHYSICS
G06F17/11
PHYSICS
G06F11/22
PHYSICS
Abstract
A system for equivalence class analysis-based automated requirements-based test case generation includes a control processor, a data store containing textual design requirements, a textual converter unit structured to convert the textual design requirements to a machine-readable version of design requirements, a requirement partition unit configured to partition the machine-readable design requirements into one or more sets of related design requirements, an equivalence class partition unit configured to process the machine-readable design requirements and input/output variables into a set of equivalence classes, an equivalence class analyzer unit structured to analyze the set of equivalence classes to generate equivalence class tests and identify uncovered input space, and a boundary class analyzer unit structured to identify boundaries of the equivalence classes and generate boundary value tests and robustness tests. A method for equivalence class analysis-based automated requirements-based test case generation implementable on the system, and a non-transitory computer readable medium are also disclosed.
Claims
1. A system for equivalence class analysis-based automated requirements-based test case generation, the system comprising: a data store containing textual design requirements, one or more textual design requirements including a time domain component; a textual converter unit structured to convert the textual design requirements to a machine-readable version of design requirements; a requirement partition unit configured to partition the machine-readable design requirements into one or more sets of related design requirements; an equivalence class partition unit configured to process the machine-readable design requirements and input/output variables into a set of equivalence classes; an equivalence class analyzer unit structured to analyze the set of equivalence classes; a boundary class analyzer unit structured to identify boundaries of the equivalence classes, the boundaries including at least one of a behavior transition between adjacent equivalence classes and a time domain boundary within an equivalence class; a control processor configured to execute computer executable instructions that cause the control processor to control components of the system to: partition input space to obtain convex polytopes including normal range polytopes and abnormal range polytopes; split the convex polytopes using each design requirement and an associated requirement condition into a sub-polytope not covered by the associated requirement condition, and a sub-polytope covered by the associated requirement condition; sort each polytope into a corresponding equivalence class; for polytopes in the normal range select an equivalence class test by picking a value from the polytope according to a test criteria, else not generate an equivalence class test, the test criteria including a time domain condition; identify shared facets between every two polytopes, where the shared facet represents a boundary between equivalence classes; generate tests by selecting values from the shared facets based on the test criteria, wherein the generated test is a boundary value test if a normal range polytope or a robustness test if an abnormal range polytope; apply equivalence class analysis to the time domain boundary to obtain a set of time domain test cases; combine intersecting test cases to obtain a second set of test cases, the second set of test cases having a quantity less than the set of test cases before the combine; and remove redundant clauses from the second set of test cases.
2. The system of claim 1, including the equivalence class analyzer unit configured to identify equivalence classes that are covered, or are not-covered, by the machine-readable design requirements.
3. The system of claim 2, including the equivalence class analyzer unit configured to: report to a user the not-covered equivalence classes for a requirements completeness check; if a covered equivalence class is within a normal range, select a value from that covered equivalence class, and store the selected value as an equivalence class test in the data store; and if a covered equivalence class is within an abnormal range, not select a value.
4. The system of claim 1, including the executable instructions cause the control processor to control the equivalence class analyzer unit to partition the machine-readable design requirements by identifying sets of design requirements connected in a chain of dependencies.
5. The system of claim 1, including the equivalence class partition unit, equivalence class analyzer unit, and boundary class analyzer unit configured to perform a set-based analysis approach or a formal-based analysis approach on the one or more sets of related design requirements.
6. A method of equivalence class analysis-based automated requirements-based test case generation, the method comprising: converting textual design requirements to sets of machine-readable version of design requirements, one or more textual design requirements including a time domain component; partitioning the machine-readable design requirements into one or more sets of related design requirements; processing the sets of machine-readable design requirements and input/output variables into a set of equivalence classes; analyzing the set of equivalence classes; identifying boundaries of the equivalence classes, the boundaries including at least one of a behavior transition between adjacent equivalence classes and a time domain boundary within an equivalence class; applying equivalence class analysis to the time domain boundary to obtain a set of time domain test cases; combining intersecting test cases to obtain a second set of test cases, the second set of test cases having a quantity less than the set of test cases before the combine; and removing redundant clauses from the second set of test cases.
7. The method of claim 6, including: partitioning input space to obtain convex polytopes including normal range polytopes and abnormal range polytopes; splitting the convex polytopes using each design requirement and an associated requirement condition into a sub-polytope not covered by the associated requirement condition, and a sub-polytope covered by the associated requirement condition; sorting each polytope into a corresponding equivalence class; for polytopes in the normal range selecting an equivalence class test by picking a value from the polytope according to a test criteria, else not generate an equivalence class test, the test criteria including a time domain condition; identifying shared facets between every two polytopes, where the shared facet represents a boundary between equivalence classes; and generating tests by selecting values from the shared facets based on the test criteria, the generated test is a boundary value test if a normal range polytope or a robustness test if an abnormal range polytope.
8. The method of claim 6, the analyzing the set of equivalence classes including partitioning the machine-readable design requirements by identifying sets of design requirements connected in a chain of dependencies.
9. The method of claim 6, including partitioning input space to obtain convex polytopes including normal range polytopes and abnormal range polytopes.
10. The method of claim 9, including: splitting the convex polytopes using each design requirement and an associated requirement condition into a sub-polytope not covered by the associated requirement condition, and a sub-polytope covered by the associated requirement condition; and sorting each polytope into a corresponding equivalence class.
11. The method of claim 10 including: for polytopes in the normal range selecting an equivalence class test by picking a value from the polytope according to a test criteria, else not generate an equivalence class test, the test criteria including a time domain condition; generating tests by selecting values from one or more sets of facets that share a boundary between equivalence classes based on the test criteria, the generated test is a boundary value test if a normal range polytope or a robustness test if an abnormal range polytope.
12. The method of claim 6, the analyzing the set of equivalence classes including applying a formal methods-based approach including representing each requirement as predicates.
13. The method of claim 6, including: translating machine-readable requirements to predicates; generating predicates conjunctions for equivalence classes, shared boundaries and uncovered input space; calling a formal methods tools on the negations of the predicates conjunctions and obtain counterexamples; generating test input sequences from counterexamples; and generating expected outputs by attaching generated test inputs sequences as test objectives to requirements models.
14. A non-transitory computer-readable medium having stored thereon executable instructions which when executed by a control processor cause the control processor to perform a method of equivalence class analysis-based automated requirements-based test case generation, the method comprising: converting textual design requirements to sets of machine-readable version of design requirements, one or more textual design requirements including a time domain component; partitioning the machine-readable design requirements into one or more sets of related design requirements; processing the sets of machine-readable design requirements and input/output variables into a set of equivalence classes; analyzing the set of equivalence classes; identifying boundaries of the equivalence classes, the boundaries including at least one of a behavior transition between adjacent equivalence classes and a time domain boundary within an equivalence class; applying equivalence class analysis to the time domain boundary to obtain a set of time domain test cases; combining intersecting test cases to obtain a second set of test cases, the second set of test cases having a quantity less than the set of test cases before the combine; and removing redundant clauses from the second set of test cases.
15. The non-transitory computer-readable medium of claim 14, including executable instructions to cause the control processor to perform a method, the method further comprising: partitioning input space to obtain convex polytopes including normal range polytopes and abnormal range polytopes; splitting the convex polytopes using each design requirement and an associated requirement condition into a sub-polytope not covered by the associated requirement condition, and a sub-polytope covered by the associated requirement condition; sorting each polytope into a corresponding equivalence class; for polytopes in the normal range selecting an equivalence class test by picking a value from the polytope according to a test criteria, else not generate an equivalence class test, the test criteria including a time domain condition; identifying shared facets between every two polytopes, where the shared facet represents a boundary between equivalence classes; and generating tests by selecting values from the shared facets based on the test criteria, the generated test is a boundary value test if a normal range polytope or a robustness test if an abnormal range polytope.
16. The non-transitory computer-readable medium of claim 14, including executable instructions to cause the control processor to perform a method, the method further comprising analyzing the set of equivalence classes by partitioning the machine-readable design requirements by identifying sets of design requirements connected in a chain of dependencies.
17. The non-transitory computer-readable medium of claim 14, including executable instructions to cause the control processor to perform a method, the method further comprising obtaining convex polytopes including normal range polytopes and abnormal range polytopes.
18. The non-transitory computer-readable medium of claim 17, including executable instructions to cause the control processor to perform a method, the method further comprising: splitting the convex polytopes using each design requirement and an associated requirement condition into a sub-polytope not covered by the associated requirement condition, and a sub-polytope covered by the associated requirement condition; and sorting each polytope into a corresponding equivalence class.
19. The non-transitory computer-readable medium of claim 16, including executable instructions to cause the control processor to perform a method, the method further comprising: for polytopes in the normal range selecting an equivalence class test by picking a value from the polytope according to a test criteria, else not generate an equivalence class test, the test criteria including a time domain condition; generating tests by selecting values from one or more sets of facets that share a boundary between equivalence classes based on the test criteria, the generated test is a boundary value test if a normal range polytope or a robustness test if an abnormal range polytope.
20. The non-transitory computer-readable medium of claim 14, including executable instructions to cause the control processor to perform a method, the method further comprising analyzing the set of equivalence classes by: applying a formal methods-based approach including representing each requirement as predicates; translating machine-readable requirements to predicates; generating predicates conjunctions for equivalence classes, shared boundaries and uncovered input space; calling a formal methods tools on the negations of the predicates conjunctions and obtain counterexamples; generating test input sequences from counterexamples; and generating expected outputs by attaching generated test inputs sequences as test objectives to requirements models.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
(1)
(2)
(3)
(4)
(5)
(6)
DESCRIPTION
(7) In accordance with embodiments, systems and methods automatically generate requirements-based test cases using equivalence class analysis so that representative values (e.g., values in equivalence classes) and error-prone values (e.g., boundaries values, abnormal ranges, etc.) can be tested at the requirements-level using the generated test cases.
(8) Valid and invalid equivalence classes are differentiated according to whether they are within normal range or abnormal range. Equivalence class tests are selected from the valid equivalence classes. Boundary values are identified at the boundaries of adjacent equivalence classes, so that the behavior transition of the software can be tested. Boundary value tests are selected from the boundaries of the valid equivalence classes, and robustness tests are selected from the boundaries of the invalid equivalence classes and/or the extreme values of the input physical range.
(9) Equivalence classes induced by the requirements are defined to be sets of input vectors that activate the same subset of requirements. By testing one value in the equivalence class, it is equivalent to test all other values that activate this subset of requirements, which represent a specified behavior of the software.
(10) Embodying systems and methods can automatically generate equivalence class tests, boundary value tests, and robustness tests from a set of requirements based on equivalence class analysis technology. Embodying methods can include two approaches (i.e., set-based approach, and formal methods based approach) to automatically perform equivalence class analysis.
(11)
(12) System 100 includes data store 130 that can contain textual design requirements 132 (e.g., system level and/or high level requirements) of the safety-critical software. These textual system design requirements can be converted into a machine-readable language by textual converter unit 140. The machine-readable language of the requirements is accessible by system 100 for automated analysis as disclosed herein. Data dictionary 134 contains input and output variable information regarding input and output variables. The machine-readable requirements and the contents of the data dictionary can be processed by equivalence class partition unit 150. A set of equivalence classes 136 induced by the requirements, when analyzed in view of the input and output variables, is produced by the equivalence class partition unit. Equivalence class test(s) 180, boundary value test(s) 182, and robustness test(s) 184, as disclosed below, can also be stored in data store 130.
(13) Equivalence class analyzer unit 160 is structured to analyze equivalence classes set 136 to identify which classes are, and are not, covered by any requirements. Those classes not covered can be identified as uncovered input ranges, which need to be reported for requirements completeness check. For each of the covered equivalence classes, if it is within the normal range, a value is selected from the equivalence class as the equivalence class test 180; if it is in the abnormal range, no test is selected.
(14) Each input/output variable has a normal range and a physical range. Its normal range is the set of values that the variable can choose when the design is running normally. Its physical range is the set of values that the variable can choose from both its normal range and abnormal range. Boundary class analyzer unit 170 is structured to analyze the set of equivalence classes to identify the boundaries of the equivalence classes. Boundary range data 138 can be stored in data store 130. For each of the identified boundaries, values are selected on the boundary and on either side of the boundary. If the selected value is within a normal range it is identified as boundary value test 182; if the selected value is within an abnormal range, it is identified as robustness test 184.
(15) Embodying systems and methods can perform equivalence class analysis (including equivalence class partition and boundary value analysis). Machine-readable design requirements 133 are first partitioned by requirement partition unit 190. This partition unit is configured to find one or more minimum sets of related design requirements (e.g., those requirements impacting the same set of outputs) to reduce testing complexity.
(16) An equivalence class analysis process can be performed on the minimum sets. A set-based approach uses polytopes to represent the requirement conditions (i.e., a condition to activate the requirement). A set-based approach analyzes the requirements to identify set intersection and/or union to find the equivalence classes, which activate subsets of the requirements. The set-based approach enables the user to select value at different places in the equivalence classes or boundaries. A formal methods based approach uses predicates to represent the requirement conditions and apply formal methods to find the test cases. The formal methods based approach is better at dealing with input variables that interact with each other in the requirement conditions. A user can choose from among these approaches (set- or formal-based) depending on the type of the requirements or the standard of the test cases. The expected output is automatically obtained by attaching the test input value as test objective in a requirement model and applying model checking technology to find an output value so that the requirements are satisfied.
(17) The formal definition of the equivalence classes can be described as follows:
(18) Definition 1: Given a set of requirements R and input operating space (normal range) G.sub.op(u.sub.1, u.sub.2, . . . , u.sub.n), the valid equivalence class partition P.sup.R induced by R is represented by Equation 1; and invalid equivalence class P.sup.inv is represented by Equation 2:
P.sup.R:=.sub.R.Math.R{G.sub.op.sub.rRG.sub.r.sub.rR-RG.sub.r}EQ. 1
P.sup.inv:=.sub.R.Math.R{G.sub.opG.sub.phy.sub.rRG.sub.r.sub.rR-RG.sub.r}EQ. 2
(19) where G.sub.r(u.sub.1, u.sub.2, . . . , u.sub.n) is requirement condition for requirement rR; and
(20) G.sub.phy is input space (physical range).
(21) As described by Definition 1, valid and invalid equivalence classes are differentiated according to whether they are within the normal range or the abnormal range. Equivalence class tests are selected from the valid equivalence classes. Boundaries values are identified from the boundaries of adjacent equivalence classes, so that the behavior transition of the software can be tested. Boundary value tests are selected from the boundaries of the valid equivalence classes, and robustness tests are selected from the boundaries of the invalid equivalence classes and the extreme values of the input physical range.
(22)
(23) An evaluation is performed, step 220, to determine whether the covered equivalence class is within the normal range or within the abnormal range. For each of the covered equivalence classes within the normal range a value is selected, step 225, from the equivalence class as equivalence class test 180. If a covered equivalence class is in the abnormal range, process 200 flows from step 220 to step 230, where no test is generated.
(24) The equivalence classes identified in step 210 are analyzed, step 240, by boundary class analyzer unit 170, where the boundaries between equivalence classes are identified and values are selected from the boundaries based on the test criteria. Whether the boundary value is in the normal range is determined, step 245, for each identified boundary value. If the boundary value is within the normal range, boundary value test 182 is generated, step 250. If the boundary value is within the abnormal range, robustness test 184 is generated, step 255.
(25) Embodying systems and methods can implement at least two approaches to perform the equivalence class analysis (including equivalence class partition and boundary value analysis). The set of requirements can first be partitioned by identifying sets of requirements that are connected in a chain of dependencies determined by shared output variables (e.g., if requirement R has outputs A and B, requirement R2 has outputs B and C, and requirement R3 has outputs C and D, R1, R2, and R3 are connected). If so, they can all be part of the same connected component. This approach can reduce complexity.
(26)
(27) If the polytope comes from a normal range, it is a valid equivalence class, and an equivalence class test is selected by picking one value from the polytope according to the criteria (e.g., the center value of the polytope). If the polytope comes from the abnormal range, it is an invalid equivalence class and no test is generated at this point. If the polytope is not covered by any requirement condition polytope, it is reported for requirements completeness verification.
(28) After the polytopes (i.e., equivalence classes) are generated, shared facets are identified for every two polytopes, step 360. These facets are the boundaries between equivalence classes. Tests are generated, step 370, by selecting values from the facets based on the test criteria. If the test belongs to a normal range polytope, it is a boundary value test; if the test belongs to an abnormal range polytope, it is a robustness test. If the test belongs to a polytope not covered by any requirement conditions, it is not a valid test and will not be stored. The test selection criteria vary according to the test standards and variable data type (e.g., precision, tolerance, etc.).
(29)
(30) Then, process 400 calls the formal methods tool (e.g., SAT solver), step 430, on the negations of the generated predicates conjunctions (equivalence classes, shared boundaries, and uncovered input space). If the negation is not always satisfied for all possible inputs in the input space, the SAT solver can produce a counterexample to the negation which is a value that satisfies the predicates conjunction. The counterexample is a test case (equivalence class test, boundary value test, or robustness test) if the predicates conjunction is equivalence class or shared boundary. The counterexample indicates the existence of the uncovered input space if the predicates conjunction is uncovered input space. At step 440, the equivalence class test, boundary value test, or robustness test input sequence can be generated and/or extracted from the counterexample. This generation and/or extraction can be respectively performed by equivalence class test unit 186, boundary class test unit 187, and robustness class test unit 188.
(31) If the SAT solver determines the negations are always satisfied at step 430, the predicate conjunction is not satisfiable (i.e., the equivalence class or shared boundary does not exist) and no test case is needed. If the SAT solver returns unknown result, the satisfiability problem cannot be solved by the SAT solver and manual analysis can be performed. After generating the test input sequence(s), the test expected output sequences for the test cases can be generated by setting the requirement input as the input sequences identified at step 440 and call the SAT solver on the requirement to generate, step 450, an output sequence that satisfies the requirement.
(32) Embodying system and methods automate the equivalence class test, boundary value test, and robustness test generation process. Also uncovered input space can be automatically detected. These uncovered input spaces can indicate potential gaps and other errors in the requirements. The automation of equivalence class analysis and test case generation process can reduce test time and improve the overall test quality.
(33) Embodying equivalence class analysis can be applied to requirements having a time domain component (e.g., a time-dependent attribute and/or condition). Table I is illustrative of four basic timing logic statements that can appear in a requirement. These timing statements can be transformed into at least two normalized forms scenarios: (Scenario 1) condition has been true for the past t units of time; and (Scenario 2) condition was true in the past t units of time.
(34) TABLE-US-00001 TABLE I Timing Statements and Corresponding Normalized (Norm) Form Timing Statement Norm Form 1 Condition has not been true for the {circumflex over ()}Condition has been true for past t units of time the past t units of time 2 Condition was not true in the {circumflex over ()}Condition was true in the past t units of time past t units of time 3 {circumflex over ()}(Condition has been true for the {circumflex over ()}Condition was true in the past t units of time) past t units of time 4 {circumflex over ()}(Condition was true in the {circumflex over ()}Condition has been true for past t units of time) the past t units of time
(35) Embodying equivalence class analysis that includes time domain components can generate test cases that test at least two types of triggers. The table of
(36) For purposes of explanation, timing requirement of row 1 can be read as when X happens within past t units of time, then do Y. When applying embodying equivalence class analysis with time domain factors, a timing requirement can be tested for satisfying a leading trigger by confirming if the following condition is met: if X occurs at t.sub.0, then Y occurs at (about) the same time. Similarly, the timing requirement can be tested for satisfying a lagging trigger by confirming if the following condition is met: prior to t.sub.0 the condition not X is met; then at t.sub.0 the condition becomes X. If lead and lag boundaries of a timing requirement are met, there is a high degree of confidence that an event occurrence at an intervening time will be met by the timing requirement. Under embodying equivalence class analysis with time domain factors, there is no need to test within these boundaries.
(37) For timing requirements with a was timing expression, the leading trigger is the satisfaction of the monitored condition; and the lagging trigger is the falsification of the monitored condition. For timing requirements with a has been timing expression, the leading trigger is the falsification of the monitored condition; and the lagging trigger is the satisfaction of the monitored condition.
(38) The table of
(39) The expected test cases and procedures based on the concept of leading and lagging triggers in the tables of
(40) Scenario 1: Do <Y> When <X> was true in the past <t> units of time
(41) 1. <X> is non-event condition:
(42) TABLE-US-00002 Test Case Test Procedure Test Procedure Test Procedure Readable Initially Action Final Verify <Y> {circumflex over ()}X, {circumflex over ()}Y {circumflex over ()}X .fwdarw. X X, Y, Z When <X> Verify <Y> for t X, {circumflex over ()}Y X .fwdarw. {circumflex over ()}X {circumflex over ()}X, Y for t units units of time of time When <{circumflex over ()}X>
(43) 2. <X> is event received condition:
(44) TABLE-US-00003 Test Case Test Procedure Test Procedure Test Procedure Readable Initially Action Final Verify <Y> {circumflex over ()}Y X Y When <X> Verify <Y> for t {circumflex over ()}Y X Y for t units of units of time time When <X>
(45) 3. <X> is event not received condition (was not event condition gets translated into has been condition). (No test cases and procedures available since this type of timing construct is not valid):
(46) TABLE-US-00004 Test Case Test Procedure Test Procedure Test Procedure Readable Initially Action Final N/A N/A N/A N/A
(47) Scenario 2: Do <Y> When <X> has been true for the past <t> units
(48) 1. <X> is non-event condition:
(49) TABLE-US-00005 Test Case Test Procedure Test Procedure Test Procedure Readable Initially Action Final Verify <Y> {circumflex over ()}X, {circumflex over ()}Y {circumflex over ()}X .fwdarw. X, then X, Y When <X> for t monitor for t units units of time of time
(50) 2. <X> is event received condition (no test cases and procedures available since this type of timing construct is not valid.):
(51) TABLE-US-00006 Test Case Test Procedure Test Procedure Test Procedure Readable Initially Action Final N/A N/A N/A N/A
(52) 3. <X> is event not received condition:
(53) TABLE-US-00007 Test Case Test Procedure Test Procedure Test Procedure Readable Initially Action Final Verify <Y> {circumflex over ()}Y X (= event Y When <X> for t received), then wait units of time for t units of time
(54) In accordance with embodiments, test cases generated from equivalence class analysis (including equivalence class analysis on timing requirements having time domain attribute and/or condition) are optimized. Optimization reduces both computer processor occupation time and overhead, and memory requirements for executing the tests. The optimized test cases can be combined to arrive at a minimal set of optimal test cases. The optimization and combination can be performed using a satisfiability modulo theory (SMT) solver. Heuristics-based optimization can also be applied in certain scenarios to optimize the test cases. For example, heuristics-based optimization can guide the SMT solver to generate a single test which satisfies the constraints indicated in several test cases. This implies that several test cases can be combined and tested together where a single set of test vectors can cover those test cases. For example, boundary value tests can be combined with equivalence classes tests if a test other than the boundary value tests is not required, since boundary value tests are within the equivalence classes.
(55) In accordance with embodiments, the optimized test cases can be simplified so redundant clauses in the test cases are removed or combined. Test case simplification makes test cases more readable as some of the test cases may have more than one hundred clauses after optimization (which likely includes redundancies).
(56) Simplification can be done by using the SMT solver to find the minimal form of a test case that satisfy the same constraints. For example, Sample Test Case 1 (below) includes the redundant clause of input_1>1 since input_1>8 is stricter than input_1>1. The simplification removes input_1>1 in the simplified test case so the test case looks more concise and easier for reviewers to look at. Sample Test Case 1: Original: verify output=1 When input_1>1 and input_1>8 Simplified: verify output=1 When input_1>8
(57) In accordance with some embodiments, computer executable instructions stored in non-volatile memory or computer-readable medium (e.g., register memory, processor cache, RAM, ROM, hard drive, flash memory, CD ROM, magnetic media, etc.) may include code or executable instructions that when executed may instruct and/or cause a controller or processor to perform methods disclosed above, such as automatic generation of requirements-based test cases using set-based and/or formal methods-based equivalence class analysis that includes testing of requirements with a time domain attribute and/or condition, as described above.
(58) The computer-readable medium may be a non-transitory computer-readable media including all form and types of memory and all computer-readable media except for a transitory, propagating signal. In one implementation, the non-volatile memory or computer-readable medium may be external memory.
(59) Although specific hardware and methods have been described herein, note that any number of other configurations may be provided in accordance with embodiments of the invention. Thus, while there have been shown, described, and pointed out fundamental novel features of the invention, it will be understood that various omissions, substitutions, and changes in the form and details of the illustrated embodiments, and in their operation, may be made by those skilled in the art without departing from the spirit and scope of the invention. Substitutions of elements from one embodiment to another are also fully intended and contemplated. The invention is defined solely with regard to the claims appended hereto, and equivalents of the recitations therein.