Changes between Version 31 and Version 32 of WikiStart


Ignore:
Timestamp:
07/31/12 10:31:38 (12 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v31 v32  
    1 '''THIS PAGE IS DEPRECATED! ''' The !EventBench project is merged with efforts for usability testing into the QUEST project. 
     1= Welcome to QUEST = 
    22 
    3 We will update this page and transform it into the QUEST homepage during the next weeks.  
     3SVN: https://eventbench.informatik.uni-goettingen.de/svn/quest/ 
    44 
    5 = Welcome to !EventBench = 
     5Hudson: https://trex.informatik.uni-goettingen.de/hudson/view/QUEST/ 
    66 
    7 [[TracNav(TOC|nocollapse)]] 
    8  
    9 [[Image(LayerModel2.png, nolink, align=right, border=2, width=500)]] 
    10 '''!EventBench''' is a collection of tools and libraries for the testing of event-driven software systems developed as part of a research project at [http://www.ifi.informatik.uni-goettingen.de/ Institute of Computer Science] at the [http://www.uni-goettingen.de Georg-August-Universität Göttingen]. It is a joined effort of the research group for [http://www.tcs.informatik.uni-goettingen.de/ Theoretical Computer Science and Algorithmic Methods] and [http://www.swe.informatik.uni-goettingen.de/ Software Engineering for Distributed Systems]. 
    11  
    12 The software components are implemented on different layers and build upon each other. There are three layers: 1) the event layer; 2) the translation layer; 3) the platform layer. The figure to the right visualizes this layer concept and shows the tools and responsibilities of each layer. As part of the part of this project, we developed several tools for the different layers. The project also maintains an [https://www.ohloh.net/ Ohloh] page at [https://www.ohloh.net/p/eventbench].  
    13  
    14 All Java projects are continuously integrated by the Hudson server [https://trex.informatik.uni-goettingen.de/hudson/job/EventBench/]. Test results can be found [https://trex.informatik.uni-goettingen.de/hudson/job/EventBench/lastCompletedBuild/testReport/ here]. 
    15  
    16 The URL to the SVN repository is https://eventbench.informatik.uni-goettingen.de/svn/eventbench/. 
    17  
    18  
    19 == Downloads == 
    20  
    21 [https://trex.informatik.uni-goettingen.de/hudson/job/EventBench/lastSuccessfulBuild/artifact/JavaCommons/downloads/ Available here.] 
    22  
    23 == Documentation == 
    24  
    25 For all Java projects, a Javadoc documentation is available [https://trex.informatik.uni-goettingen.de/hudson/job/EventBench/javadoc/ here]. 
    26  
    27 == Software == 
    28 === Event Layer Software === 
    29  * [wiki:Software/EventBenchCore EventBenchCore]: A Java library that implements event layer functionality, including various stochastic processes for usage modeling, calculation of coverage criteria, and an abstract way to define assertions.  
    30  
    31 === Translation Layer Software === 
    32  * [wiki:Software/EventBenchConsole EventBenchConsole]: A tool written in Java that utilizes the [wiki:Software/EventBenchCore EventBenchCore] and provides translation layers for several platforms: Windows MFC, Web applications, and GUITAR. The tool provides two interfaces: a interface for the command line and a GUI.  
    33  
    34 === Platform Layer Software === 
    35  * [wiki:Software/userlog MFCUsageMonitor]: A dll that can be loaded by Windows MFC applications that allows usage monitoring. 
    36  * [wiki:Software/MFCReplay MFCReplay]: A replay tool for Windows MFC applications. 
    37  * [wiki:Software/PHPMonitor PHPMonitor]: A monitoring tool for PHP-based web applications.  
    38  * [wiki:Software/JFCMonitor JFCMonitor]: A monitoring tool for JFC-based Java applications (Swing/AWT-GUIs). 
    39  
    40 === Additional Software === 
    41  * [wiki:Software/JavaHelperLib JavaHelperLib]: A Java library that gathers algorithms that are not designed to work for one specific Java projects, but can be used with any Java project. Functionality provided includes a framework for a command-line interface, as well as string and array manipulation methods. 
    42  * [wiki:Software/MFCTestProg MFCTestProg]: A small MFC application, we use to test the features of the [wiki:Software/userlog MFCUsageMonitor] and [wiki:Software/MFCReplay MFCReplay] on a small scale.  
    43  * [wiki:Software/JavaCommons JavaCommons]: Provides an Ant script to build [wiki:Software/JavaHelperLib JavaHelperLib], [wiki:Software/EventBenchCore EventBenchCore] and [wiki:Software/EventBenchConsole EventBenchConsole]. This projects also contains the jar-files of all external Java libraries used by the three projects. 
    44  
    45 == Publications == 
    46  
    47 See http://www.swe-old.informatik.uni-goettingen.de/pubs/pub_liste/pub_anzeige.php?lang=de&projekt_nr[0]=16 
     7Ohloh: https://www.ohloh.net/p/quest_ 
    488 
    499== Authors == 
    5010 * Steffen Herbold 
     11 * Patrick Harms 
    5112 * Jeffrey Hall