Click here to Skip to main content
15,886,199 members
Articles / DevOps / Load Testing

All About Test Part 2 - Testing Stateful System

Rate me:
Please Sign up or sign in to vote.
4.93/5 (6 votes)
21 Jan 2013CPOL16 min read 23.8K   196   13  
How to manage state and simulate behavior against the system under test.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PTNetSimulator", "PTNetSimulator\PTNetSimulator.csproj", "{A50E6F5B-9DCC-4AEF-885B-90C5F2F819C8}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A50E6F5B-9DCC-4AEF-885B-90C5F2F819C8}.Debug|x86.ActiveCfg = Debug|x86
		{A50E6F5B-9DCC-4AEF-885B-90C5F2F819C8}.Debug|x86.Build.0 = Debug|x86
		{A50E6F5B-9DCC-4AEF-885B-90C5F2F819C8}.Release|x86.ActiveCfg = Release|x86
		{A50E6F5B-9DCC-4AEF-885B-90C5F2F819C8}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Denmark Denmark
I started programming as a kid and went through basic, C and assembler. I got a MSc.CS from University of Aarhus in 1998 and have maintained an interest for computer science ever since, that I enjoy applying to the problems I come across. I have worked in different roles as a programmer, architect, project manager and consulting in many different areas including databases, cryptography, server architecture and distributed systems. I am currently focussing on the testing done during development and seek to improve this through a combination of approach, skill and technology.

Comments and Discussions