Index: System tests/AutomatedSystemTests/AutomatedSystemTests/CreateOutputFolder.UserCode.cs =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/CreateOutputFolder.UserCode.cs (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/CreateOutputFolder.UserCode.cs (revision effefcb6c723e6a94f02aa7dff0841fdb201abf8) @@ -0,0 +1,37 @@ +/////////////////////////////////////////////////////////////////////////////// +// +// This file was automatically generated by RANOREX. +// Your custom recording code should go in this file. +// The designer will only add methods to this file, so your custom code won't be overwritten. +// http://www.ranorex.com +// +/////////////////////////////////////////////////////////////////////////////// + +using System; +using System.Collections.Generic; +using System.Text; +using System.Text.RegularExpressions; +using System.Drawing; +using System.Threading; +using WinForms = System.Windows.Forms; + +using Ranorex; +using Ranorex.Core; +using Ranorex.Core.Repository; +using Ranorex.Core.Testing; + +namespace AutomatedSystemTests +{ + public partial class CreateOutputFolder + { + /// + /// This method gets called right after the recording has been started. + /// It can be used to execute recording specific initialization code. + /// + private void Init() + { + // Your recording specific initialization code goes here. + } + + } +} Index: System tests/AutomatedSystemTests/AutomatedSystemTests/CreateOutputFolder.cs =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/CreateOutputFolder.cs (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/CreateOutputFolder.cs (revision effefcb6c723e6a94f02aa7dff0841fdb201abf8) @@ -0,0 +1,88 @@ +/////////////////////////////////////////////////////////////////////////////// +// +// This file was automatically generated by RANOREX. +// DO NOT MODIFY THIS FILE! It is regenerated by the designer. +// All your modifications will be lost! +// http://www.ranorex.com +// +/////////////////////////////////////////////////////////////////////////////// + +using System; +using System.Collections.Generic; +using System.Text; +using System.Text.RegularExpressions; +using System.Drawing; +using System.Threading; +using WinForms = System.Windows.Forms; + +using Ranorex; +using Ranorex.Core; +using Ranorex.Core.Testing; +using Ranorex.Core.Repository; + +namespace AutomatedSystemTests +{ +#pragma warning disable 0436 //(CS0436) The type 'type' in 'assembly' conflicts with the imported type 'type2' in 'assembly'. Using the type defined in 'assembly'. + /// + ///The CreateOutputFolder recording. + /// + [TestModule("40b6ae98-0f6f-4015-b0b2-13ee7ced6f84", ModuleType.Recording, 1)] + public partial class CreateOutputFolder : ITestModule + { + /// + /// Holds an instance of the AutomatedSystemTestsRepository repository. + /// + public static AutomatedSystemTestsRepository repo = AutomatedSystemTestsRepository.Instance; + + static CreateOutputFolder instance = new CreateOutputFolder(); + + /// + /// Constructs a new instance. + /// + public CreateOutputFolder() + { + } + + /// + /// Gets a static instance of this recording. + /// + public static CreateOutputFolder Instance + { + get { return instance; } + } + +#region Variables + +#endregion + + /// + /// Starts the replay of the static recording . + /// + [System.CodeDom.Compiler.GeneratedCode("Ranorex", global::Ranorex.Core.Constants.CodeGenVersion)] + public static void Start() + { + TestModuleRunner.Run(Instance); + } + + /// + /// Performs the playback of actions in this recording. + /// + /// You should not call this method directly, instead pass the module + /// instance to the method + /// that will in turn invoke this method. + [System.CodeDom.Compiler.GeneratedCode("Ranorex", global::Ranorex.Core.Constants.CodeGenVersion)] + void ITestModule.Run() + { + Mouse.DefaultMoveTime = 300; + Keyboard.DefaultKeyPressTime = 20; + Delay.SpeedFactor = 1.00; + + Init(); + + } + +#region Image Feature Data +#endregion + } +#pragma warning restore 0436 +} Index: System tests/AutomatedSystemTests/AutomatedSystemTests/CreateOutputFolder.rxrec =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/CreateOutputFolder.rxrec (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/CreateOutputFolder.rxrec (revision effefcb6c723e6a94f02aa7dff0841fdb201abf8) @@ -0,0 +1,48 @@ + + + + 1 + + + False + + + True + + + 1 + + + True + + + + + + + + + + + + + + + CreateOutputFolder.UserCode.cs + + + +