Click here to Skip to main content
15,885,546 members
Articles / Programming Languages / Visual Basic

WatiN Test Recorder

Rate me:
Please Sign up or sign in to vote.
5.00/5 (12 votes)
14 Jun 2007GPL34 min read 147.7K   5.2K   43  
Automate web test recording into C#, VB.NET and PHP

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestRecorder", "TestRecorder.csproj", "{ED4D7A89-B456-4D4A-9E24-570D9D8ECA46}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "TestRecorderInstaller", "..\TestRecorderInstaller\TestRecorderInstaller.vdproj", "{E605C7E4-63A7-4461-994E-E4BB9CBDFD02}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{ED4D7A89-B456-4D4A-9E24-570D9D8ECA46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ED4D7A89-B456-4D4A-9E24-570D9D8ECA46}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ED4D7A89-B456-4D4A-9E24-570D9D8ECA46}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ED4D7A89-B456-4D4A-9E24-570D9D8ECA46}.Release|Any CPU.Build.0 = Release|Any CPU
		{E605C7E4-63A7-4461-994E-E4BB9CBDFD02}.Debug|Any CPU.ActiveCfg = Debug
		{E605C7E4-63A7-4461-994E-E4BB9CBDFD02}.Release|Any CPU.ActiveCfg = Release
		{E605C7E4-63A7-4461-994E-E4BB9CBDFD02}.Release|Any CPU.Build.0 = Release
	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 GNU General Public License (GPLv3)


Written By
Web Developer
United States United States
Raised by wolves in the mean streets of Macintosh C/C++ for IBM and Motorola, moved on to Delphi and now C#. Ah, the mother's milk of Microsoft...

Comments and Discussions