Skip to content

Commit

Permalink
Modify readme and add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
rheech committed Jul 17, 2016
1 parent a13bd6d commit 6e15990
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 39 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016 Cheonghyun Lee

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
43 changes: 42 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
# test-case-generator
# System of Systems Testing Framework

System of Systems Testing (SoST) Framework is a simulation-based testing tool of a Goal-Oriented Testing Approach for System of Systems. The tool is composed of Goal-Oriented Test Oracle (GOTO) Generator and a simulator to support the test oracle. Please refer to the related paper for more details.

The source code is published under MIT License.

## Screenshot
![Screenshot](/doc/screenshot.png)

## Version
1.1.0

## Prerequisites
* Windows 7 SP1 x64 (Windows-based operating system with .NET Framework)
* Visual Studio 2010 SP1

## Projects in SoST Framework Solution
01_Main
* SoS_Simulator
* A simulation engine to execute the system of systems prototype.
* TestOracleGenerator
* A Goal-Oriented Test Oracle (GOTO) Generator library that takes xml-based oracle as an input and pulls out the test oracle.

02_Scenario
* Scenario_Prototype
* SoS Prototype library
* Utility_Prototype
* Utility function based test oracle library

## Run Instruction
1. Open SoS prototype library (.dll) file of your choice by clicking Open button.
2. Open the corresponding Goal-Oriented Test Oracle (GOTO) in XML file by clicking Browse button.
3. Run the simulator.

## Implemented Prototypes
* Mass Casualty Incident (MCI)
* E-Commerce
* Mass Casualty Incident (MCI) Single
* Smart Home System (partially developed)

## Related Papers
Cheonghyun Lee, "A Goal-Oriented Testing Approach for System of Systems Using Task Models", Master Thesis, Korea Advanced Institute of Science and Technology, 2016
Binary file added doc/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions vs2010_simulation/SoS_Simulator/SoS_Simulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -157,6 +172,28 @@
<Name>TestOracleGenerator</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
76 changes: 38 additions & 38 deletions vs2010_simulation/SoS_Simulator/frmMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed vs2010_simulation_v1.0.rar
Binary file not shown.

0 comments on commit 6e15990

Please sign in to comment.