Changes between Version 4 and Version 5 of CoreLibrary/UsageBasedTesting


Ignore:
Timestamp:
10/02/12 14:20:35 (12 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CoreLibrary/UsageBasedTesting

    v4 v5  
    1515 * '''Random Deterministic Finite Automata (RDFA)''': The RDFAs are a subtype of the FOMMs. They structure is the same as a FOMM, the difference lies in the calculation of the probabilities. In an RDFA, all possibly following symbols have the same probability. 
    1616 
    17 The usage profiles are trained from a set of sequences. These sequences are obtained from observing a System Under Test (SUT).  
     17The usage profiles are trained from a set of sequences. These sequences are obtained from observing a System Under Test (SUT). From an implementation point of view, all usage profiles implement a common interface '''{{{IStochasticProcess}}}'''. Furthermore, a skeletal implementation for usage profiles that can be based on a [http://en.wikipedia.org/wiki/Trie trie] is provided.  
     18 
     19[[Image(UsageProfiles.png, nolink, align=center)]] 
    1820 
    1921== Test Suite Generation Algorithms ==