Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj =================================================================== diff -u -r9259b05a50eee49ad8433e4403f6229071538326 -ra45fc884a9dd4952da3a8d8ad685db1a093ae48c --- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj (.../AutomatedSystemTests.csproj) (revision 9259b05a50eee49ad8433e4403f6229071538326) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj (.../AutomatedSystemTests.csproj) (revision a45fc884a9dd4952da3a8d8ad685db1a093ae48c) @@ -1314,6 +1314,18 @@ true 5d701daa-6729-41d0-8f56-928dceecb1fe + + c3cbdf07-5f61-4169-8d8b-5e323c3a882c + CreateScreenshotEntireDesktop.rxrec + true + eaa67ea6-86db-4180-bd14-d0bfe75ab110 + + + c3cbdf07-5f61-4169-8d8b-5e323c3a882c + CreateScreenshotEntireDesktop.rxrec + true + 2afacf56-19b1-47fd-b74a-e94b7559ebee + 8f3d8e09-69cb-4bd3-95c4-2a8d79fe9874 CreateScreenshotMessagesPanel.rxrec @@ -3079,6 +3091,11 @@ a7fe9a81-f30b-4989-93d4-73a3b0f3ece5 badbc62e-0842-46fe-b883-582d8a44310b + + 8b6648ca-2429-462f-8074-96184700bbed + c3cbdf07-5f61-4169-8d8b-5e323c3a882c + 0f7ebadb-0285-4449-9422-0cd6fde5bf4d + 8b6648ca-2429-462f-8074-96184700bbed 8f3d8e09-69cb-4bd3-95c4-2a8d79fe9874 Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.cs =================================================================== diff -u -r347b4d66d9fa8a26da1177a2a5f6987cfa98a640 -ra45fc884a9dd4952da3a8d8ad685db1a093ae48c --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.cs (.../StartAUT.cs) (revision 347b4d66d9fa8a26da1177a2a5f6987cfa98a640) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.cs (.../StartAUT.cs) (revision a45fc884a9dd4952da3a8d8ad685db1a093ae48c) @@ -105,9 +105,7 @@ Init(); - Report.Screenshot(ReportLevel.Info, "User", "", null, false, new RecordItemIndex(0)); - - Report.Log(ReportLevel.Info, "Delay", "Waiting for 200ms.", new RecordItemIndex(1)); + Report.Log(ReportLevel.Info, "Delay", "Waiting for 200ms.", new RecordItemIndex(0)); Delay.Duration(200, false); ResolveAppPath(); @@ -116,7 +114,7 @@ StartAUT_Run_application(); Delay.Milliseconds(0); - Report.Log(ReportLevel.Info, "Delay", "Waiting for 1s.", new RecordItemIndex(4)); + Report.Log(ReportLevel.Info, "Delay", "Waiting for 1s.", new RecordItemIndex(3)); Delay.Duration(1000, false); } Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.rxrec =================================================================== diff -u -r347b4d66d9fa8a26da1177a2a5f6987cfa98a640 -ra45fc884a9dd4952da3a8d8ad685db1a093ae48c --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.rxrec (.../StartAUT.rxrec) (revision 347b4d66d9fa8a26da1177a2a5f6987cfa98a640) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.rxrec (.../StartAUT.rxrec) (revision a45fc884a9dd4952da3a8d8ad685db1a093ae48c) @@ -33,19 +33,6 @@ - - - - - - + /// 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/Modules/RepportInfo/CreateScreenshotEntireDesktop.cs =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/RepportInfo/CreateScreenshotEntireDesktop.cs (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/RepportInfo/CreateScreenshotEntireDesktop.cs (revision a45fc884a9dd4952da3a8d8ad685db1a093ae48c) @@ -0,0 +1,97 @@ +/////////////////////////////////////////////////////////////////////////////// +// +// 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.Modules.RepportInfo +{ +#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 CreateScreenshotEntireDesktop recording. + /// + [TestModule("0f7ebadb-0285-4449-9422-0cd6fde5bf4d", ModuleType.Recording, 1)] + public partial class CreateScreenshotEntireDesktop : ITestModule + { + /// + /// Holds an instance of the global::AutomatedSystemTests.AutomatedSystemTestsRepository repository. + /// + public static global::AutomatedSystemTests.AutomatedSystemTestsRepository repo = global::AutomatedSystemTests.AutomatedSystemTestsRepository.Instance; + + static CreateScreenshotEntireDesktop instance = new CreateScreenshotEntireDesktop(); + + /// + /// Constructs a new instance. + /// + public CreateScreenshotEntireDesktop() + { + } + + /// + /// Gets a static instance of this recording. + /// + public static CreateScreenshotEntireDesktop 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 = 0; + Keyboard.DefaultKeyPressTime = 20; + Delay.SpeedFactor = 0.00; + + Init(); + + Report.Log(ReportLevel.Info, "Delay", "Waiting for 300ms.", new RecordItemIndex(0)); + Delay.Duration(300, false); + + // Create screenshot of desktop of computer in order to see if any (AUC) pop ups are being shown. + Report.Screenshot(ReportLevel.Info, "User", "Create screenshot of desktop of computer in order to see if any (AUC) pop ups are being shown.", null, false, new RecordItemIndex(1)); + + Report.Log(ReportLevel.Info, "Delay", "Waiting for 300ms.", new RecordItemIndex(2)); + Delay.Duration(300, false); + + } + +#region Image Feature Data +#endregion + } +#pragma warning restore 0436 +} Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/RepportInfo/CreateScreenshotEntireDesktop.rxrec =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/RepportInfo/CreateScreenshotEntireDesktop.rxrec (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/RepportInfo/CreateScreenshotEntireDesktop.rxrec (revision a45fc884a9dd4952da3a8d8ad685db1a093ae48c) @@ -0,0 +1,80 @@ + + + + 1 + + + True + + + True + + + 1 + + + True + + + + + + + + + + + + + + + Create screenshot of desktop of computer in order to see if any (AUC) pop ups are being shown. + + + + + + + + + + + + + + + + + + + CreateScreenshotEntireDesktop.UserCode.cs + + + + Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script06.rxtst =================================================================== diff -u -r5f934418fb04f8ed56487912354a2d6db39d6a28 -ra45fc884a9dd4952da3a8d8ad685db1a093ae48c --- System tests/AutomatedSystemTests/AutomatedSystemTests/Script06.rxtst (.../Script06.rxtst) (revision 5f934418fb04f8ed56487912354a2d6db39d6a28) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script06.rxtst (.../Script06.rxtst) (revision a45fc884a9dd4952da3a8d8ad685db1a093ae48c) @@ -1912,6 +1912,10 @@ id="7db15ab3-c87d-43b7-ba6c-5ad95dc78d3e" name="AddBackgroundLayerExportedShapeFile"> + + + + @@ -3667,6 +3677,14 @@ id="ee30e871-8c8b-4bfb-88c7-e87ad28524aa" name="Script06"> + + + + + + + + + + + + + + + + + + + + @@ -3166,6 +3176,14 @@ id="b468605b-ee5e-43c5-bc4e-88df820c5e8d" name="Script08"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1635,6 +1641,10 @@ id="9b312e6a-119e-4785-afd9-f99fb449b3aa" name="ValidateStructureOfCalculationsFolder"> + + @@ -2408,6 +2418,14 @@ id="37adadfe-740c-4d17-b1f0-8610ec657a81" name="Script17"> + + + + + + + + + + + + + + + + + + + + @@ -2876,6 +2886,14 @@ id="527a6f99-c5c5-4a08-ac6e-e8f25bc60876" name="Script19"> + + + + + + + + + + @@ -2428,6 +2438,14 @@ id="cf827ffe-1dbe-42c7-9efc-b26b4ce18e62" name="Script20"> + + + + + + + + + + @@ -3111,6 +3121,14 @@ id="e73accf9-7ba2-423c-a256-1fea8f69131e" name="Script21"> + + + + + + + + @@ -1332,6 +1336,12 @@ name="ValidateValuesAssessment"> + + + + + + + + + + + + + + + + + + Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script28.rxtst =================================================================== diff -u -r1bbff0dc763992cedf6a20ed6858e9ef0723d764 -ra45fc884a9dd4952da3a8d8ad685db1a093ae48c --- System tests/AutomatedSystemTests/AutomatedSystemTests/Script28.rxtst (.../Script28.rxtst) (revision 1bbff0dc763992cedf6a20ed6858e9ef0723d764) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script28.rxtst (.../Script28.rxtst) (revision a45fc884a9dd4952da3a8d8ad685db1a093ae48c) @@ -239,6 +239,10 @@ + + + + + + + + + + + + + + @@ -3175,6 +3185,14 @@ id="d9f46e49-056c-4e8b-a453-306c17602806" name="Script29"> + + + + + +