Changes between Version 8 and Version 9 of GeneralInformation


Ignore:
Timestamp:
10/02/17 16:05:46 (7 years ago)
Author:
pharms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeneralInformation

    v8 v9  
    1212 * The components ''Task Trees'' and ''Usability Evaluations'' facilitate usability analysis. 
    1313 
    14 The '''AutoQUEST Plug-ins''' depend on the  AutoQUEST Core Library and build the bridge between abstract events and the platform-independent tooling and concrete event-driven software platforms. Currently, AutoQUEST provides six plug-ins: 
     14The '''AutoQUEST Plug-ins''' depend on the  AutoQUEST Core Library and build the bridge between abstract events and the platform-independent tooling and concrete event-driven software platforms. Currently, AutoQUEST provides eight plug-ins: 
    1515 * The ''Java Foundation Classes'' plug-in supports the analysis of Java applications with a JFC GUI (i.e., AWT/Swing). 
    16  * The ''Microsoft Foundation Classes'' plug-in supports the analysis of Microsoft Windows applications with a MFC GUI.  
     16 * The ''Microsoft Foundation Classes'' plug-in supports the analysis of Microsoft Windows applications with an MFC GUI.  
     17 * The ''!JavaScript Web Monitoring'' plug-in provides support for the analysis of websites which are based on plain HTML, CSS, and JavaScript. 
    1718 * The ''PHP-based Web Applications'' plug-in supports the analysis of strictly PHP-based websites, i.e., all parts of the website have to use PHP, no other technologies, e.g., simple HTML are allowed. 
    1819 * The ''GUITAR'' plug-in provides a bridge to the [http://guitar.sourceforge.net/ GUITAR testing framework]. 
    19  * The ''!JavaScript Web Monitoring'' plug-in provide better support for the analysis of websites than the ''PHP-based Web Applications'' plug-in, to broaden the scope of websites we can analyze. For example, it is capable of recording more details of user interactions and to prevent interferences of browser and proxy caching mechanisms. 
    2020 * The ''SOA Applications'' plug-in facilitates the application of our techniques to Service Oriented Architectures, e.g., based on SOAP or REST. 
     21 * The ''Generic Event Streams'' plug-in allows to feed AutoQUEST with any type of event streams for further analysis, e.g., to detect stream patterns. 
     22 * The ''AR/VR Appplications'' plug-in is not a plug-in in itself but based on the ''Generic Event Stream'' plug-in to feed AutoQUEST with event streams recorded from AR/VR applications.