Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AddNewTraject.cs =================================================================== diff -u -r40af4c4ef66120ab1cb4a5d9c25ad7958fe8afbf -r88688701bb3129c39f3a75fc3d9a7545779fb43f --- System tests/AutomatedSystemTests/AutomatedSystemTests/AddNewTraject.cs (.../AddNewTraject.cs) (revision 40af4c4ef66120ab1cb4a5d9c25ad7958fe8afbf) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AddNewTraject.cs (.../AddNewTraject.cs) (revision 88688701bb3129c39f3a75fc3d9a7545779fb43f) @@ -41,6 +41,8 @@ /// public AddNewTraject() { + signallingValue = ""; + lowLimitValue = ""; } /// @@ -53,7 +55,31 @@ #region Variables + string _signallingValue; + /// + /// Gets or sets the value of variable signallingValue. + /// + [TestVariable("477665a2-02a6-4c0f-af06-48edfa7bd209")] + public string signallingValue + { + get { return _signallingValue; } + set { _signallingValue = value; } + } + + string _lowLimitValue; + + /// + /// Gets or sets the value of variable lowLimitValue. + /// + [TestVariable("86fb3bdf-e3c6-41eb-aea3-29e619ddc796")] + public string lowLimitValue + { + get { return _lowLimitValue; } + set { _lowLimitValue = value; } + } + + /// /// Gets or sets the value of variable trajectToAdd. /// [TestVariable("4ea4fb61-50c3-4243-9a99-25901a404ce2")] @@ -102,22 +128,28 @@ Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'RiskeerMainWindow.Ribbon.TABsButtons.StartBeeldTabs.AddAssessmentSectionButton' at Center.", repo.RiskeerMainWindow.Ribbon.TABsButtons.StartBeeldTabs.AddAssessmentSectionButtonInfo, new RecordItemIndex(0)); repo.RiskeerMainWindow.Ribbon.TABsButtons.StartBeeldTabs.AddAssessmentSectionButton.Click(); - Report.Log(ReportLevel.Info, "Invoke action", "Invoking Focus() on item 'DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellGenericRow'.", repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellGenericRowInfo, new RecordItemIndex(1)); - repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellGenericRow.Focus(); + Report.Log(ReportLevel.Info, "Invoke action", "Invoking Focus() on item 'DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellTrajectId'.", repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellTrajectIdInfo, new RecordItemIndex(1)); + repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellTrajectId.Focus(); - Report.Log(ReportLevel.Info, "Invoke action", "Invoking Select() on item 'DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellGenericRow'.", repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellGenericRowInfo, new RecordItemIndex(2)); - repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellGenericRow.Select(); + Report.Log(ReportLevel.Info, "Invoke action", "Invoking Select() on item 'DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellTrajectId'.", repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellTrajectIdInfo, new RecordItemIndex(2)); + repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellTrajectId.Select(); - Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'DialogNewTraject.NormRadioButton' at CenterLeft.", repo.DialogNewTraject.NormRadioButtonInfo, new RecordItemIndex(3)); + Report.Log(ReportLevel.Info, "Get Value", "Getting attribute 'Text' from item 'DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellSignallingValue' and assigning its value to variable 'signallingValue'.", repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellSignallingValueInfo, new RecordItemIndex(3)); + signallingValue = repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellSignallingValue.Element.GetAttributeValueText("Text"); + + Report.Log(ReportLevel.Info, "Get Value", "Getting attribute 'Text' from item 'DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellLowLimitValue' and assigning its value to variable 'lowLimitValue'.", repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellLowLimitValueInfo, new RecordItemIndex(4)); + lowLimitValue = repo.DialogNewTraject.TableTrajects.GenericTrajectIDRow.CellLowLimitValue.Element.GetAttributeValueText("Text"); + + Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'DialogNewTraject.NormRadioButton' at CenterLeft.", repo.DialogNewTraject.NormRadioButtonInfo, new RecordItemIndex(5)); repo.DialogNewTraject.NormRadioButton.Click(Location.CenterLeft); - Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'DialogNewTraject.ButtonOk' at Center.", repo.DialogNewTraject.ButtonOkInfo, new RecordItemIndex(4)); + Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'DialogNewTraject.ButtonOk' at Center.", repo.DialogNewTraject.ButtonOkInfo, new RecordItemIndex(6)); repo.DialogNewTraject.ButtonOk.Click(); - Report.Log(ReportLevel.Info, "Wait", "Waiting 5s to exist. Associated repository item: 'RiskeerMainWindow.DocumentViewContainer'", repo.RiskeerMainWindow.DocumentViewContainer.SelfInfo, new ActionTimeout(5000), new RecordItemIndex(5)); + Report.Log(ReportLevel.Info, "Wait", "Waiting 5s to exist. Associated repository item: 'RiskeerMainWindow.DocumentViewContainer'", repo.RiskeerMainWindow.DocumentViewContainer.SelfInfo, new ActionTimeout(5000), new RecordItemIndex(7)); repo.RiskeerMainWindow.DocumentViewContainer.SelfInfo.WaitForExists(5000); - Report.Screenshot(ReportLevel.Info, "User", "", repo.RiskeerMainWindow.DocumentViewContainer.Self, false, new RecordItemIndex(6)); + Report.Screenshot(ReportLevel.Info, "User", "", repo.RiskeerMainWindow.DocumentViewContainer.Self, false, new RecordItemIndex(8)); } Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AddNewTraject.rxrec =================================================================== diff -u -r40af4c4ef66120ab1cb4a5d9c25ad7958fe8afbf -r88688701bb3129c39f3a75fc3d9a7545779fb43f --- System tests/AutomatedSystemTests/AutomatedSystemTests/AddNewTraject.rxrec (.../AddNewTraject.rxrec) (revision 40af4c4ef66120ab1cb4a5d9c25ad7958fe8afbf) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AddNewTraject.rxrec (.../AddNewTraject.rxrec) (revision 88688701bb3129c39f3a75fc3d9a7545779fb43f) @@ -23,6 +23,14 @@ namespace="AutomatedSystemTests"> + + + + + + + + + + + + /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd]/cell[3] + + + + + + + + + + + /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd]/cell[4] + + + true 9631cbb7-d221-4a87-99b0-a197f22e06e9 + + bd83daa0-c4f9-4e92-818b-ddb482e0838c + SelectTrajectType.rxrec + true + 2b34a057-cef9-40d4-8686-14b9cf297390 + + + bd83daa0-c4f9-4e92-818b-ddb482e0838c + SelectTrajectType.rxrec + true + c8e3883f-d27d-4363-8f1b-4fe07766baf9 + b838adb7-b43d-43a1-864f-14728db0fe9a SetCustomAssessmentAtRow.rxrec @@ -410,6 +422,18 @@ true 955819d2-1ece-4474-9f41-eeaed03ad5a8 + + d4473d45-e535-40a7-b45e-f624510bc056 + SetRangeInTableForFMCViewBasedOnTrajectType.rxrec + true + d0646bbb-bbb0-49ce-bf06-c2318044658c + + + d4473d45-e535-40a7-b45e-f624510bc056 + SetRangeInTableForFMCViewBasedOnTrajectType.rxrec + true + 51f320f6-8b6d-4429-89ec-92b17660048c + b784c65f-eb14-47fb-8870-5baafbb7e6fe SetRelevanceFMInFailureMechanismContributionView.rxrec @@ -482,6 +506,18 @@ true 5edd3525-f8f2-4e1e-9179-3c85f8165e4b + + 45ca3cad-b4eb-4830-b715-695e59a034fc + ValidateContributionInFailureMechanismContributionView.rxrec + true + 94088e4c-d4d7-471d-aa1e-b2a556b206f3 + + + 45ca3cad-b4eb-4830-b715-695e59a034fc + ValidateContributionInFailureMechanismContributionView.rxrec + true + c7af6470-caf9-4ba8-9f9f-fc46fe4223a4 + dd1e40e5-89cd-4bda-be21-cdfa6fc0f479 ValidateCustomAssessmentTypeAtRow.rxrec @@ -542,6 +578,18 @@ true 9aabd863-3df8-4890-abd4-a997f4914ca5 + + e29f7d9b-ae68-4ca7-a428-d70d4680532e + ValidateProbabilitySpaceInFailureMechanismContributionView.rxrec + true + f7896ad9-f85e-4282-a999-59ea799fbcf8 + + + e29f7d9b-ae68-4ca7-a428-d70d4680532e + ValidateProbabilitySpaceInFailureMechanismContributionView.rxrec + true + 9cefaa1d-9ded-4c55-8092-777bcd7c2cb8 + a1476601-a356-4d9f-b0f2-de9145f718c9 ValidateTextMesage.rxrec @@ -800,11 +848,21 @@ 31496a42-800f-4754-b94c-bdba78e4cd44 e0d85a11-9622-402c-937d-fefa962c3394 + + 8b6648ca-2429-462f-8074-96184700bbed + bd83daa0-c4f9-4e92-818b-ddb482e0838c + f3cd18f8-b687-4886-b040-fc89f784d832 + 8b6648ca-2429-462f-8074-96184700bbed b838adb7-b43d-43a1-864f-14728db0fe9a dc218a16-91e8-4197-ae23-5bbe0c083a04 + + 8b6648ca-2429-462f-8074-96184700bbed + d4473d45-e535-40a7-b45e-f624510bc056 + a23d7db6-2e34-49a1-8c66-009718c79641 + 8b6648ca-2429-462f-8074-96184700bbed b784c65f-eb14-47fb-8870-5baafbb7e6fe @@ -835,6 +893,11 @@ 48b2d7f3-eb5f-4e6a-906d-06315aeaa9db 18e39f84-9b42-4666-802c-2fecd9846123 + + 8b6648ca-2429-462f-8074-96184700bbed + 45ca3cad-b4eb-4830-b715-695e59a034fc + 4a63a2c8-7cac-4869-96dc-543747d8c4c7 + 8b6648ca-2429-462f-8074-96184700bbed dd1e40e5-89cd-4bda-be21-cdfa6fc0f479 @@ -860,6 +923,11 @@ 31e81b77-c11e-4528-8722-7adaeeeb11ad 85bd5588-c795-4a99-aeaf-4daebe835849 + + 8b6648ca-2429-462f-8074-96184700bbed + e29f7d9b-ae68-4ca7-a428-d70d4680532e + bbbbf5bf-dfd4-4308-9cd1-53e977ec87f1 + 8b6648ca-2429-462f-8074-96184700bbed a1476601-a356-4d9f-b0f2-de9145f718c9 Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.rxtst =================================================================== diff -u -rbf1ee5e6d72b1e7f9bf9f2ba363492ef52cb7a2b -r88688701bb3129c39f3a75fc3d9a7545779fb43f --- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.rxtst (.../AutomatedSystemTests.rxtst) (revision bf1ee5e6d72b1e7f9bf9f2ba363492ef52cb7a2b) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.rxtst (.../AutomatedSystemTests.rxtst) (revision 88688701bb3129c39f3a75fc3d9a7545779fb43f) @@ -1,4 +1,4 @@ - + @@ -21,6 +21,16 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1615,6 +1714,11 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2090,6 +2268,38 @@ id="a05f1ece-a4c1-439f-a1db-ff664bd18416" name="New_Project"> + + + + + + + + + + + + + + @@ -3067,6 +3280,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + labelFM + + + contribution + + + trajectType + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ labelFM + + contribution + + trajectType +
+ STPH + + 24 + + Dijk +
+ GEKB + + 24 + + Dijk +
+ STBI + + 4 + + Dijk +
+ ZST + + 5 + + Dijk +
+ AGK + + 5 + + Dijk +
+ GEBU + + 5 + + Dijk +
+ HTKW + + 24 + + Dijk +
+ BSKW + + 4 + + Dijk +
+ PKW + + 2 + + Dijk +
+ STKWp + + 2 + + Dijk +
+ DA + + 0 + + Dijk +
+ - + + 30 + + Dijk +
+ STPH + + 0 + + Duin +
+ GEKB + + 0 + + Duin +
+ STBI + + 0 + + Duin +
+ ZST + + 0 + + Duin +
+ AGK + + 0 + + Duin +
+ GEBU + + 0 + + Duin +
+ HTKW + + 0 + + Duin +
+ BSKW + + 0 + + Duin +
+ PKW + + 0 + + Duin +
+ STKWp + + 0 + + Duin +
+ DA + + 70 + + Duin +
+ - + + 30 + + Duin +
+ STPH + + 24 + + Dijk / Duin +
+ GEKB + + 24 + + Dijk / Duin +
+ STBI + + 4 + + Dijk / Duin +
+ ZST + + 5 + + Dijk / Duin +
+ AGK + + 5 + + Dijk / Duin +
+ GEBU + + 5 + + Dijk / Duin +
+ HTKW + + 24 + + Dijk / Duin +
+ BSKW + + 4 + + Dijk / Duin +
+ PKW + + 2 + + Dijk / Duin +
+ STKWp + + 2 + + Dijk / Duin +
+ DA + + 10 + + Dijk / Duin +
+ - + + 20 + + Dijk / Duin +
+
+ + + + rowId + + + trajectId + + + Signal + + + Low + + + + + + X:\script08\input\sectionsAndNormsDifferentValues.csv + + + + + + trajectType + + + + + + + + + + + + + + + + + +
+ trajectType +
+ Dijk +
+ Duin +
+ Dijk / Duin +
+
+ + + + + + + + + + + + + @@ -64,6 +66,8 @@ _dialognewtraject = new AutomatedSystemTestsRepositoryFolders.DialogNewTrajectAppFolder(this); _openen = new AutomatedSystemTestsRepositoryFolders.OpenenAppFolder(this); _dialoggeneratecalculations = new AutomatedSystemTestsRepositoryFolders.DialogGenerateCalculationsAppFolder(this); + _riskeer = new AutomatedSystemTestsRepositoryFolders.RiskeerAppFolder(this); + _bevestigen = new AutomatedSystemTestsRepositoryFolders.BevestigenAppFolder(this); _buttonyesInfo = new RepoItemInfo(this, "ButtonYes", "/form[@title='Confirm Save As']//button[@text='&Yes']", 3000, null, "ac0a8e2f-9815-493c-bc5f-c81dcf12d652"); } @@ -225,6 +229,30 @@ set { _indexRowMessage = value; } } + string _fmLabel = ""; + + /// + /// Gets or sets the value of variable fmLabel. + /// + [TestVariable("7cc22a20-a5dd-4037-8ffb-9bca9a82e6ae")] + public string fmLabel + { + get { return _fmLabel; } + set { _fmLabel = value; } + } + + string _trajectType = ""; + + /// + /// Gets or sets the value of variable trajectType. + /// + [TestVariable("7e8f3140-795e-40f1-a611-9c126ff7de4f")] + public string trajectType + { + get { return _trajectType; } + set { _trajectType = value; } + } + #endregion /// @@ -352,6 +380,24 @@ { get { return _dialoggeneratecalculations; } } + + /// + /// The Riskeer folder. + /// + [RepositoryFolder("0ac12703-7585-4db4-95bd-26378ea2b64c")] + public virtual AutomatedSystemTestsRepositoryFolders.RiskeerAppFolder Riskeer + { + get { return _riskeer; } + } + + /// + /// The Bevestigen folder. + /// + [RepositoryFolder("a1f496aa-79c6-4a38-bf14-a67650685c78")] + public virtual AutomatedSystemTestsRepositoryFolders.BevestigenAppFolder Bevestigen + { + get { return _bevestigen; } + } } /// @@ -369,6 +415,7 @@ AutomatedSystemTestsRepositoryFolders.ProjectExplorerFolder _projectexplorer; AutomatedSystemTestsRepositoryFolders.RibbonFolder _ribbon; AutomatedSystemTestsRepositoryFolders.HeaderOpenViewsFolder _headeropenviews; + AutomatedSystemTestsRepositoryFolders.DocumentViewContainerUncachedFolder _documentviewcontaineruncached; AutomatedSystemTestsRepositoryFolders.DocumentViewContainerFolder _documentviewcontainer; AutomatedSystemTestsRepositoryFolders.PropertiesPanelContainerFolder _propertiespanelcontainer; AutomatedSystemTestsRepositoryFolders.MessagesDataGridViewFolder _messagesdatagridview; @@ -382,6 +429,7 @@ _projectexplorer = new AutomatedSystemTestsRepositoryFolders.ProjectExplorerFolder(this); _ribbon = new AutomatedSystemTestsRepositoryFolders.RibbonFolder(this); _headeropenviews = new AutomatedSystemTestsRepositoryFolders.HeaderOpenViewsFolder(this); + _documentviewcontaineruncached = new AutomatedSystemTestsRepositoryFolders.DocumentViewContainerUncachedFolder(this); _documentviewcontainer = new AutomatedSystemTestsRepositoryFolders.DocumentViewContainerFolder(this); _propertiespanelcontainer = new AutomatedSystemTestsRepositoryFolders.PropertiesPanelContainerFolder(this); _messagesdatagridview = new AutomatedSystemTestsRepositoryFolders.MessagesDataGridViewFolder(this); @@ -439,6 +487,15 @@ } /// + /// The DocumentViewContainerUncached folder. + /// + [RepositoryFolder("0577a18c-71af-4c1c-bb03-b668001706c5")] + public virtual AutomatedSystemTestsRepositoryFolders.DocumentViewContainerUncachedFolder DocumentViewContainerUncached + { + get { return _documentviewcontaineruncached; } + } + + /// /// The DocumentViewContainer folder. /// [RepositoryFolder("78b3cba4-3858-49b9-8809-b7f79f03aa5c")] @@ -1408,21 +1465,243 @@ } /// + /// The DocumentViewContainerUncachedFolder folder. + /// + [RepositoryFolder("0577a18c-71af-4c1c-bb03-b668001706c5")] + public partial class DocumentViewContainerUncachedFolder : RepoGenBaseFolder + { + AutomatedSystemTestsRepositoryFolders.FailureMechanismsContributionViewFolder _failuremechanismscontributionview; + RepoItemInfo _insidedocument_isfmrelevantcellInfo; + + /// + /// Creates a new DocumentViewContainerUncached folder. + /// + public DocumentViewContainerUncachedFolder(RepoGenBaseFolder parentFolder) : + base("DocumentViewContainerUncached", "?/container[10]/container[@controltypename='WinFormsAdapter']", parentFolder, 30000, null, false, "0577a18c-71af-4c1c-bb03-b668001706c5", "") + { + _failuremechanismscontributionview = new AutomatedSystemTestsRepositoryFolders.FailureMechanismsContributionViewFolder(this); + _insidedocument_isfmrelevantcellInfo = new RepoItemInfo(this, "insideDocument_IsFMRelevantCell", ".//container[@controlname='FailureMechanismContributionView']/?/table/row[@accessiblevalue~$labelFM]/cell[@accessiblename>'Is relevant']", 30000, null, "db215a7f-7857-4f38-b16c-d96366f08703"); + } + + /// + /// The Self item. + /// + [RepositoryItem("0577a18c-71af-4c1c-bb03-b668001706c5")] + public virtual Ranorex.Container Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("0577a18c-71af-4c1c-bb03-b668001706c5")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The insideDocument_IsFMRelevantCell item. + /// + [RepositoryItem("db215a7f-7857-4f38-b16c-d96366f08703")] + public virtual Ranorex.Cell insideDocument_IsFMRelevantCell + { + get + { + return _insidedocument_isfmrelevantcellInfo.CreateAdapter(true); + } + } + + /// + /// The insideDocument_IsFMRelevantCell item info. + /// + [RepositoryItemInfo("db215a7f-7857-4f38-b16c-d96366f08703")] + public virtual RepoItemInfo insideDocument_IsFMRelevantCellInfo + { + get + { + return _insidedocument_isfmrelevantcellInfo; + } + } + + /// + /// The FailureMechanismsContributionView folder. + /// + [RepositoryFolder("66d5c3ad-ea35-4782-8889-9aefcb8059a9")] + public virtual AutomatedSystemTestsRepositoryFolders.FailureMechanismsContributionViewFolder FailureMechanismsContributionView + { + get { return _failuremechanismscontributionview; } + } + } + + /// + /// The FailureMechanismsContributionViewFolder folder. + /// + [RepositoryFolder("66d5c3ad-ea35-4782-8889-9aefcb8059a9")] + public partial class FailureMechanismsContributionViewFolder : RepoGenBaseFolder + { + AutomatedSystemTestsRepositoryFolders.TableFolder _table; + + /// + /// Creates a new FailureMechanismsContributionView folder. + /// + public FailureMechanismsContributionViewFolder(RepoGenBaseFolder parentFolder) : + base("FailureMechanismsContributionView", "container[@controlname='FailureMechanismContributionView']", parentFolder, 30000, null, false, "66d5c3ad-ea35-4782-8889-9aefcb8059a9", "") + { + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder(this); + } + + /// + /// The Self item. + /// + [RepositoryItem("66d5c3ad-ea35-4782-8889-9aefcb8059a9")] + public virtual Ranorex.Container Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("66d5c3ad-ea35-4782-8889-9aefcb8059a9")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The Table folder. + /// + [RepositoryFolder("351ac775-45ce-4f53-8ba7-49cf19ae37b1")] + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder Table + { + get { return _table; } + } + } + + /// + /// The TableFolder folder. + /// + [RepositoryFolder("351ac775-45ce-4f53-8ba7-49cf19ae37b1")] + public partial class TableFolder : RepoGenBaseFolder + { + RepoItemInfo _contributioncellunchachedInfo; + RepoItemInfo _probabilityspacecelluncachedInfo; + + /// + /// Creates a new Table folder. + /// + public TableFolder(RepoGenBaseFolder parentFolder) : + base("Table", "container[@controlname='probabilityDistributionGrid']/table", parentFolder, 30000, null, false, "351ac775-45ce-4f53-8ba7-49cf19ae37b1", "") + { + _contributioncellunchachedInfo = new RepoItemInfo(this, "ContributionCellUnchached", "row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Toegestane bijdrage']", 30000, null, "92529114-2d07-4d87-bd57-14b079ae6590"); + _probabilityspacecelluncachedInfo = new RepoItemInfo(this, "ProbabilitySpaceCellUncached", "row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Faalkansruimte']", 30000, null, "57fde306-a459-4c26-9b98-a0e7d430fd9b"); + } + + /// + /// The Self item. + /// + [RepositoryItem("351ac775-45ce-4f53-8ba7-49cf19ae37b1")] + public virtual Ranorex.Table Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("351ac775-45ce-4f53-8ba7-49cf19ae37b1")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The ContributionCellUnchached item. + /// + [RepositoryItem("92529114-2d07-4d87-bd57-14b079ae6590")] + public virtual Ranorex.Cell ContributionCellUnchached + { + get + { + return _contributioncellunchachedInfo.CreateAdapter(true); + } + } + + /// + /// The ContributionCellUnchached item info. + /// + [RepositoryItemInfo("92529114-2d07-4d87-bd57-14b079ae6590")] + public virtual RepoItemInfo ContributionCellUnchachedInfo + { + get + { + return _contributioncellunchachedInfo; + } + } + + /// + /// The ProbabilitySpaceCellUncached item. + /// + [RepositoryItem("57fde306-a459-4c26-9b98-a0e7d430fd9b")] + public virtual Ranorex.Cell ProbabilitySpaceCellUncached + { + get + { + return _probabilityspacecelluncachedInfo.CreateAdapter(true); + } + } + + /// + /// The ProbabilitySpaceCellUncached item info. + /// + [RepositoryItemInfo("57fde306-a459-4c26-9b98-a0e7d430fd9b")] + public virtual RepoItemInfo ProbabilitySpaceCellUncachedInfo + { + get + { + return _probabilityspacecelluncachedInfo; + } + } + } + + /// /// The DocumentViewContainerFolder folder. /// [RepositoryFolder("78b3cba4-3858-49b9-8809-b7f79f03aa5c")] public partial class DocumentViewContainerFolder : RepoGenBaseFolder { AutomatedSystemTestsRepositoryFolders.FailureMechanismResultViewFolder _failuremechanismresultview; + AutomatedSystemTestsRepositoryFolders.FailureMechanismsContributionViewFolder1 _failuremechanismscontributionview; RepoItemInfo _insidedocument_isfmrelevantcellInfo; /// /// Creates a new DocumentViewContainer folder. /// public DocumentViewContainerFolder(RepoGenBaseFolder parentFolder) : - base("DocumentViewContainer", "?/container[10]/container[@controltypename='WinFormsAdapter']", parentFolder, 30000, null, true, "78b3cba4-3858-49b9-8809-b7f79f03aa5c", "") + base("DocumentViewContainer", "?/container[10]/container[@controltypename='WinFormsAdapter']", parentFolder, 30000, null, false, "78b3cba4-3858-49b9-8809-b7f79f03aa5c", "") { _failuremechanismresultview = new AutomatedSystemTestsRepositoryFolders.FailureMechanismResultViewFolder(this); + _failuremechanismscontributionview = new AutomatedSystemTestsRepositoryFolders.FailureMechanismsContributionViewFolder1(this); _insidedocument_isfmrelevantcellInfo = new RepoItemInfo(this, "insideDocument_IsFMRelevantCell", ".//container[@controlname='FailureMechanismContributionView']/?/table/row[@accessiblevalue~$labelFM]/cell[@accessiblename>'Is relevant']", 30000, null, "59990c0d-401e-4dff-8f8b-b423839ef7c6"); } @@ -1482,6 +1761,15 @@ { get { return _failuremechanismresultview; } } + + /// + /// The FailureMechanismsContributionView folder. + /// + [RepositoryFolder("93d4e291-937c-4920-ad9f-0e07533582a4")] + public virtual AutomatedSystemTestsRepositoryFolders.FailureMechanismsContributionViewFolder1 FailureMechanismsContributionView + { + get { return _failuremechanismscontributionview; } + } } /// @@ -1706,20 +1994,163 @@ } /// + /// The FailureMechanismsContributionViewFolder1 folder. + /// + [RepositoryFolder("93d4e291-937c-4920-ad9f-0e07533582a4")] + public partial class FailureMechanismsContributionViewFolder1 : RepoGenBaseFolder + { + AutomatedSystemTestsRepositoryFolders.TableFolder1 _table; + + /// + /// Creates a new FailureMechanismsContributionView folder. + /// + public FailureMechanismsContributionViewFolder1(RepoGenBaseFolder parentFolder) : + base("FailureMechanismsContributionView", "container[@controlname='FailureMechanismContributionView']", parentFolder, 30000, null, false, "93d4e291-937c-4920-ad9f-0e07533582a4", "") + { + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder1(this); + } + + /// + /// The Self item. + /// + [RepositoryItem("93d4e291-937c-4920-ad9f-0e07533582a4")] + public virtual Ranorex.Container Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("93d4e291-937c-4920-ad9f-0e07533582a4")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The Table folder. + /// + [RepositoryFolder("bac209b8-47a0-49c9-aabb-618dc821852b")] + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder1 Table + { + get { return _table; } + } + } + + /// + /// The TableFolder1 folder. + /// + [RepositoryFolder("bac209b8-47a0-49c9-aabb-618dc821852b")] + public partial class TableFolder1 : RepoGenBaseFolder + { + RepoItemInfo _contributioncellInfo; + RepoItemInfo _probabilityspacecellInfo; + + /// + /// Creates a new Table folder. + /// + public TableFolder1(RepoGenBaseFolder parentFolder) : + base("Table", "container[@controlname='probabilityDistributionGrid']/table", parentFolder, 30000, null, false, "bac209b8-47a0-49c9-aabb-618dc821852b", "") + { + _contributioncellInfo = new RepoItemInfo(this, "ContributionCell", "row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Toegestane bijdrage']", 30000, null, "4b3f7ec4-14c8-42ca-a940-a03d49ae168c"); + _probabilityspacecellInfo = new RepoItemInfo(this, "ProbabilitySpaceCell", "row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Faalkansruimte']", 30000, null, "583b90dd-8959-4248-8b92-03f7e73fbf90"); + } + + /// + /// The Self item. + /// + [RepositoryItem("bac209b8-47a0-49c9-aabb-618dc821852b")] + public virtual Ranorex.Table Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("bac209b8-47a0-49c9-aabb-618dc821852b")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The ContributionCell item. + /// + [RepositoryItem("4b3f7ec4-14c8-42ca-a940-a03d49ae168c")] + public virtual Ranorex.Cell ContributionCell + { + get + { + return _contributioncellInfo.CreateAdapter(true); + } + } + + /// + /// The ContributionCell item info. + /// + [RepositoryItemInfo("4b3f7ec4-14c8-42ca-a940-a03d49ae168c")] + public virtual RepoItemInfo ContributionCellInfo + { + get + { + return _contributioncellInfo; + } + } + + /// + /// The ProbabilitySpaceCell item. + /// + [RepositoryItem("583b90dd-8959-4248-8b92-03f7e73fbf90")] + public virtual Ranorex.Cell ProbabilitySpaceCell + { + get + { + return _probabilityspacecellInfo.CreateAdapter(true); + } + } + + /// + /// The ProbabilitySpaceCell item info. + /// + [RepositoryItemInfo("583b90dd-8959-4248-8b92-03f7e73fbf90")] + public virtual RepoItemInfo ProbabilitySpaceCellInfo + { + get + { + return _probabilityspacecellInfo; + } + } + } + + /// /// The PropertiesPanelContainerFolder folder. /// [RepositoryFolder("41bb0ddf-7a93-4518-a257-8322f257edf1")] public partial class PropertiesPanelContainerFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.TableFolder _table; + AutomatedSystemTestsRepositoryFolders.TableFolder2 _table; /// /// Creates a new PropertiesPanelContainer folder. /// public PropertiesPanelContainerFolder(RepoGenBaseFolder parentFolder) : base("PropertiesPanelContainer", ".//container[@controlname='PropertiesPanelGridView']", parentFolder, 30000, null, true, "41bb0ddf-7a93-4518-a257-8322f257edf1", "") { - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder2(this); } /// @@ -1750,33 +2181,35 @@ /// The Table folder. /// [RepositoryFolder("50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder2 Table { get { return _table; } } } /// - /// The TableFolder folder. + /// The TableFolder2 folder. /// [RepositoryFolder("50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e")] - public partial class TableFolder : RepoGenBaseFolder + public partial class TableFolder2 : RepoGenBaseFolder { RepoItemInfo _isrelevantInfo; RepoItemInfo _sourcepathInfo; RepoItemInfo _nameInfo; RepoItemInfo _contributionpercentageInfo; + RepoItemInfo _trajecttypeInfo; /// /// Creates a new Table folder. /// - public TableFolder(RepoGenBaseFolder parentFolder) : + public TableFolder2(RepoGenBaseFolder parentFolder) : base("Table", ".//table[@accessiblename='Properties Window']", parentFolder, 30000, null, true, "50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e", "") { _isrelevantInfo = new RepoItemInfo(this, "IsRelevant", "row[@accessiblename='Is relevant']", 30000, null, "a71a9303-6a79-4eab-86c6-b77f1a561c93"); _sourcepathInfo = new RepoItemInfo(this, "SourcePath", "row[@accessiblename='Bronlocatie']", 30000, null, "aa50f2b7-9af1-4ae4-b50a-b071b2de54d6"); _nameInfo = new RepoItemInfo(this, "Name", "row[@accessiblename='Naam']", 30000, null, "98c1c28a-f4dc-42c8-9ead-d777288121c5"); _contributionpercentageInfo = new RepoItemInfo(this, "ContributionPercentage", "row[@accessiblename>'Aandeel']", 30000, null, "863390a3-2d56-4c70-826d-86c4fb70b44f"); + _trajecttypeInfo = new RepoItemInfo(this, "Trajecttype", "row[@accessiblename='Trajecttype']", 30000, null, "c93d6b35-2159-4c88-a103-599b6efcb316"); } /// @@ -1898,6 +2331,30 @@ return _contributionpercentageInfo; } } + + /// + /// The Trajecttype item. + /// + [RepositoryItem("c93d6b35-2159-4c88-a103-599b6efcb316")] + public virtual Ranorex.Row Trajecttype + { + get + { + return _trajecttypeInfo.CreateAdapter(true); + } + } + + /// + /// The Trajecttype item info. + /// + [RepositoryItemInfo("c93d6b35-2159-4c88-a103-599b6efcb316")] + public virtual RepoItemInfo TrajecttypeInfo + { + get + { + return _trajecttypeInfo; + } + } } /// @@ -1958,8 +2415,8 @@ public partial class GenericRowFolder : RepoGenBaseFolder { SelfInfoClass _selfInfo; - RepoItemInfo _genericcellmessageInfo; GenericCellIconInfoClass _genericcelliconInfo; + RepoItemInfo _genericcellmessageInfo; /// /// Creates a new GenericRow folder. @@ -1968,8 +2425,8 @@ base("GenericRow", "row[@accessiblename='Row '+$indexRowMessage]", parentFolder, 30000, null, false, "d79a0edd-fbc5-415d-8701-852d3bf28406", "") { _selfInfo = new SelfInfoClass(this); - _genericcellmessageInfo = new RepoItemInfo(this, "GenericCellMessage", "cell[@accessiblename>'Bericht']", 30000, null, "2a266ff1-53b4-4d79-a6fe-e2d23e8b118c"); _genericcelliconInfo = new GenericCellIconInfoClass(this); + _genericcellmessageInfo = new RepoItemInfo(this, "GenericCellMessage", "cell[@accessiblename>'Bericht']", 30000, null, "2a266ff1-53b4-4d79-a6fe-e2d23e8b118c"); } /// @@ -2067,50 +2524,50 @@ } /// - /// The GenericCellMessage item. + /// The GenericCellIcon item. /// - [RepositoryItem("2a266ff1-53b4-4d79-a6fe-e2d23e8b118c")] - public virtual Ranorex.Cell GenericCellMessage + [RepositoryItem("68d93ccb-0441-468c-9e9a-4028de2b4e0c")] + public virtual Ranorex.Cell GenericCellIcon { get { - return _genericcellmessageInfo.CreateAdapter(true); + return _genericcelliconInfo.CreateAdapter(true); } } /// - /// The GenericCellMessage item info. + /// The GenericCellIcon item info. /// - [RepositoryItemInfo("2a266ff1-53b4-4d79-a6fe-e2d23e8b118c")] - public virtual RepoItemInfo GenericCellMessageInfo + [RepositoryItemInfo("68d93ccb-0441-468c-9e9a-4028de2b4e0c")] + public virtual GenericCellIconInfoClass GenericCellIconInfo { get { - return _genericcellmessageInfo; + return _genericcelliconInfo; } } /// - /// The GenericCellIcon item. + /// The GenericCellMessage item. /// - [RepositoryItem("68d93ccb-0441-468c-9e9a-4028de2b4e0c")] - public virtual Ranorex.Cell GenericCellIcon + [RepositoryItem("2a266ff1-53b4-4d79-a6fe-e2d23e8b118c")] + public virtual Ranorex.Cell GenericCellMessage { get { - return _genericcelliconInfo.CreateAdapter(true); + return _genericcellmessageInfo.CreateAdapter(true); } } /// - /// The GenericCellIcon item info. + /// The GenericCellMessage item info. /// - [RepositoryItemInfo("68d93ccb-0441-468c-9e9a-4028de2b4e0c")] - public virtual GenericCellIconInfoClass GenericCellIconInfo + [RepositoryItemInfo("2a266ff1-53b4-4d79-a6fe-e2d23e8b118c")] + public virtual RepoItemInfo GenericCellMessageInfo { get { - return _genericcelliconInfo; + return _genericcellmessageInfo; } } } @@ -3035,15 +3492,19 @@ [RepositoryFolder("44bf3838-090b-46fe-8754-6602b139c5ec")] public partial class GenericTrajectIDRowFolder : RepoGenBaseFolder { - RepoItemInfo _cellgenericrowInfo; + RepoItemInfo _celltrajectidInfo; + RepoItemInfo _cellsignallingvalueInfo; + RepoItemInfo _celllowlimitvalueInfo; /// /// Creates a new GenericTrajectIDRow folder. /// public GenericTrajectIDRowFolder(RepoGenBaseFolder parentFolder) : base("GenericTrajectIDRow", "row[@accessiblevalue>$trajectToAdd]", parentFolder, 30000, false, false, "44bf3838-090b-46fe-8754-6602b139c5ec", "") { - _cellgenericrowInfo = new RepoItemInfo(this, "CellGenericRow", "cell[2]", 30000, null, "9398ea14-bc10-44f5-b61a-a281f098ba05"); + _celltrajectidInfo = new RepoItemInfo(this, "CellTrajectId", "cell[2]", 30000, null, "9398ea14-bc10-44f5-b61a-a281f098ba05"); + _cellsignallingvalueInfo = new RepoItemInfo(this, "CellSignallingValue", "cell[3]", 30000, null, "87a37e52-ec70-43cc-a88a-ca8783019ca2"); + _celllowlimitvalueInfo = new RepoItemInfo(this, "CellLowLimitValue", "cell[4]", 30000, null, "8e329dc6-f841-4157-b4dd-5c8b2c9d9c7f"); } /// @@ -3071,28 +3532,76 @@ } /// - /// The CellGenericRow item. + /// The CellTrajectId item. /// [RepositoryItem("9398ea14-bc10-44f5-b61a-a281f098ba05")] - public virtual Ranorex.Cell CellGenericRow + public virtual Ranorex.Cell CellTrajectId { get { - return _cellgenericrowInfo.CreateAdapter(true); + return _celltrajectidInfo.CreateAdapter(true); } } /// - /// The CellGenericRow item info. + /// The CellTrajectId item info. /// [RepositoryItemInfo("9398ea14-bc10-44f5-b61a-a281f098ba05")] - public virtual RepoItemInfo CellGenericRowInfo + public virtual RepoItemInfo CellTrajectIdInfo { get { - return _cellgenericrowInfo; + return _celltrajectidInfo; } } + + /// + /// The CellSignallingValue item. + /// + [RepositoryItem("87a37e52-ec70-43cc-a88a-ca8783019ca2")] + public virtual Ranorex.Cell CellSignallingValue + { + get + { + return _cellsignallingvalueInfo.CreateAdapter(true); + } + } + + /// + /// The CellSignallingValue item info. + /// + [RepositoryItemInfo("87a37e52-ec70-43cc-a88a-ca8783019ca2")] + public virtual RepoItemInfo CellSignallingValueInfo + { + get + { + return _cellsignallingvalueInfo; + } + } + + /// + /// The CellLowLimitValue item. + /// + [RepositoryItem("8e329dc6-f841-4157-b4dd-5c8b2c9d9c7f")] + public virtual Ranorex.Cell CellLowLimitValue + { + get + { + return _celllowlimitvalueInfo.CreateAdapter(true); + } + } + + /// + /// The CellLowLimitValue item info. + /// + [RepositoryItemInfo("8e329dc6-f841-4157-b4dd-5c8b2c9d9c7f")] + public virtual RepoItemInfo CellLowLimitValueInfo + { + get + { + return _celllowlimitvalueInfo; + } + } } /// @@ -3279,6 +3788,138 @@ } } + /// + /// The RiskeerAppFolder folder. + /// + [RepositoryFolder("0ac12703-7585-4db4-95bd-26378ea2b64c")] + public partial class RiskeerAppFolder : RepoGenBaseFolder + { + RepoItemInfo _trajecttypeInfo; + + /// + /// Creates a new Riskeer folder. + /// + public RiskeerAppFolder(RepoGenBaseFolder parentFolder) : + base("Riskeer", "/form[@title='']", parentFolder, 30000, null, true, "0ac12703-7585-4db4-95bd-26378ea2b64c", "") + { + _trajecttypeInfo = new RepoItemInfo(this, "TrajectType", "?/?/listitem[@accessiblename=$trajectType]", 30000, null, "52dd6943-e863-46c3-87ed-cfb8d3a558a3"); + } + + /// + /// The Self item. + /// + [RepositoryItem("0ac12703-7585-4db4-95bd-26378ea2b64c")] + public virtual Ranorex.Form Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("0ac12703-7585-4db4-95bd-26378ea2b64c")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The TrajectType item. + /// + [RepositoryItem("52dd6943-e863-46c3-87ed-cfb8d3a558a3")] + public virtual Ranorex.ListItem TrajectType + { + get + { + return _trajecttypeInfo.CreateAdapter(true); + } + } + + /// + /// The TrajectType item info. + /// + [RepositoryItemInfo("52dd6943-e863-46c3-87ed-cfb8d3a558a3")] + public virtual RepoItemInfo TrajectTypeInfo + { + get + { + return _trajecttypeInfo; + } + } + } + + /// + /// The BevestigenAppFolder folder. + /// + [RepositoryFolder("a1f496aa-79c6-4a38-bf14-a67650685c78")] + public partial class BevestigenAppFolder : RepoGenBaseFolder + { + RepoItemInfo _buttonokInfo; + + /// + /// Creates a new Bevestigen folder. + /// + public BevestigenAppFolder(RepoGenBaseFolder parentFolder) : + base("Bevestigen", "/form[@title='Bevestigen']", parentFolder, 30000, null, true, "a1f496aa-79c6-4a38-bf14-a67650685c78", "") + { + _buttonokInfo = new RepoItemInfo(this, "ButtonOK", "button[@text='OK']", 30000, null, "e7ae93d7-2c71-43b5-99bf-1790cbc314c0"); + } + + /// + /// The Self item. + /// + [RepositoryItem("a1f496aa-79c6-4a38-bf14-a67650685c78")] + public virtual Ranorex.Form Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("a1f496aa-79c6-4a38-bf14-a67650685c78")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The ButtonOK item. + /// + [RepositoryItem("e7ae93d7-2c71-43b5-99bf-1790cbc314c0")] + public virtual Ranorex.Button ButtonOK + { + get + { + return _buttonokInfo.CreateAdapter(true); + } + } + + /// + /// The ButtonOK item info. + /// + [RepositoryItemInfo("e7ae93d7-2c71-43b5-99bf-1790cbc314c0")] + public virtual RepoItemInfo ButtonOKInfo + { + get + { + return _buttonokInfo; + } + } + } + } #pragma warning restore 0436 } Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rximg =================================================================== diff -u -rcd75eeac6e33829dbab50bcc963eb3d59173c111 -r88688701bb3129c39f3a75fc3d9a7545779fb43f Binary files differ Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rxrep =================================================================== diff -u -rcd75eeac6e33829dbab50bcc963eb3d59173c111 -r88688701bb3129c39f3a75fc3d9a7545779fb43f --- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rxrep (.../AutomatedSystemTestsRepository.rxrep) (revision cd75eeac6e33829dbab50bcc963eb3d59173c111) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rxrep (.../AutomatedSystemTestsRepository.rxrep) (revision 88688701bb3129c39f3a75fc3d9a7545779fb43f) @@ -277,12 +277,75 @@ + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']//container[@controlname='FailureMechanismContributionView']/?/table/row[@accessiblevalue~$labelFM]/cell[@accessiblename>'Is relevant'] + + + + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table/row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Toegestane bijdrage'] + + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table/row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Faalkansruimte'] + + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table + + + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView'] + + + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter'] + + + + usecache="False"> + + + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table/row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Toegestane bijdrage'] + + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table/row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Faalkansruimte'] + + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table + + + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView'] + + /form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter'] @@ -417,6 +522,16 @@ searchtimeout="30000ms"> /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>'Aandeel'] + + /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Trajecttype'] + /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window'] @@ -460,15 +575,6 @@ - /form[@automationid='RiskeerMainWindow']//container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row '+$indexRowMessage]/cell[@accessiblename>'Bericht'] - - /form[@automationid='RiskeerMainWindow']//container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row '+$indexRowMessage]/cell[@accessiblename>' Row'] + + /form[@automationid='RiskeerMainWindow']//container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row '+$indexRowMessage]/cell[@accessiblename>'Bericht'] + /form[@automationid='RiskeerMainWindow']//container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row '+$indexRowMessage] @@ -989,10 +1104,24 @@ /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd]/cell[2] + + /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd]/cell[3] + + + /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd]/cell[4] + /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd] @@ -1091,6 +1220,74 @@ TkSuQmCC + + + /form[@title='']/?/?/listitem[@accessiblename=$trajectType] + + + /form[@title=''] + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACx +jwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAH4SURBVDhPrdFdSJNhGMbxR1BzhTJzapnsJGgU +RnQQEXYQhGkEgRIUihSzrKyEMM0ME00ENRY6WjPLmOasObKkHDTKmoSBERUZbNWsVdtys/nRKjr5 +9+F74AvBwLrggufk/l0Hj/gveTDoYD6VzmcB6SnLsDGZbxOdfPW2EnbXMDNawvTjPCaHNnKlOj4y +MGRQEfY08cVVzsyzQqYeZTN5by2fB9R0VC6KDNxvTZqzmknIrmGiP4VxaxzGsoVyYGxNNM7VMTzP +iGVkVRyOlQrsusVMDWcT+r1qUxPoS+DTtWh83QJ9qUIOTN/sJWQ2ETDq8Taexro8noEmJaE7GoL9 +yQR6Ffh7ovjYJfBcFuhK4uRA8KIBf3MDnqpy3hwoQq9O5EaDkuCv1XFLDD6z4INJ8K5D4G4XNO5f +IAfenzqB+3AxzvwdvMjZTPWSFCy1CfivRuGVVscuCV63CZxGQX1RrBxwFe5idFsWTzPXMZKh4aAq +7a9/P7fS+SxQkZrKEdVSipPS2J24jAJlOlV9b+l08Kftd+GsDequw7Fu2HrcJgekpyxlZhdGO5y5 +DTVWONoF+9qgoOUH67U9kYG9hiectECpCbTnIV/3ndz6ADmVr1iReyEykFc3yJ5zsLM5zPZaH1sq +XrLp0EM2aG+RntUiB+ZT6fxfIsRPbYnQgbXhGFYAAAAASUVORK5CYII= + + + + + /form[@title='Bevestigen']/button[@text='OK'] + + + /form[@title='Bevestigen'] + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACx +jwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAEySURBVDhPjZI7awJBFIX3n2iXyh8QUgbSWYpF +CqtASCOokHa7SBKwMWmSQCoLxc7GSkKKgHaSZoWwCOmsAhZabfjGvePsnc3jgwvLmXPuPPYGmpPH +Ruv4of5ZbFcSt9BYS20+hatq8fDufKWDuvDgTWM7EA5uT7cYju4vksF8knxt1onANxprePBmmsjO +zVE3E9SwhkdOYsLcC+FseJ3adoRhmCkXvGTMm/A4pU7N2/m3BnjJkA3k6Jo4jk0RjqIoVffIVUyD +8WJqRL3rTwVkbIO35bsRtdE9hVtAxmsAEtRo3TbgIZ5mIyO6u1BCnk7GPCK/ggGBPCPk6WTsaDMU +cor/gNcOEsgoM65/gccbZUCga+e1nzvOaKzh8cIu3Kv8fPlR7YWrm5fehuIbzd7ZEgTfW6GQyBsS +FjcAAAAASUVORK5CYII= + + @@ -1147,5 +1344,13 @@ id="1fbcad7f-de39-4620-840f-1a08bca18ef2" name="indexRowMessage"> + + + + Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Data/script08/input/sectionsAndNorms.csv =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/Data/script08/input/sectionsAndNorms.csv (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Data/script08/input/sectionsAndNorms.csv (revision 88688701bb3129c39f3a75fc3d9a7545779fb43f) @@ -0,0 +1,236 @@ +rowId,trajectId,Signal,Low +1, 1-1,1000,1000,1 +2, 1-2,1000,1000,1 +3, 2-1,1000,300,0 +4, 2-2,1000,1000,1 +5, 3-1,3000,3000,1 +6, 3-2,1000,1000,1 +7, 4-1,300,300,1 +8, 4-2,1000,300,0 +9, 5-1,3000,1000,0 +10, 5-2,3000,3000,1 +11, 6-1,3000,1000,0 +12, 6-2,3000,1000,0 +13, 6-3,3000,1000,0 +14, 6-4,3000,1000,0 +15, 6-5,3000,1000,0 +16, 6-6,3000,1000,0 +17, 6-7,10000,3000,0 +18, 7-1,3000,1000,0 +19, 7-2,3000,1000,0 +20, 8-1,30000,10000,0 +21, 8-2,30000,10000,0 +22, 8-3,30000,10000,0 +23, 8-4,30000,10000,0 +24, 8-5,3000,1000,0 +25, 8-6,3000,1000,0 +26, 8-7,3000,1000,0 +27, 9-1,1000,300,0 +28, 9-2,3000,1000,0 +29, 10-1,3000,1000,0 +30, 10-2,3000,1000,0 +31, 10-3,10000,3000,0 +32, 11-1,3000,1000,0 +33, 11-2,3000,1000,0 +34, 11-3,300,100,0 +35, 12-1,1000,1000,1 +36, 12-2,3000,1000,0 +37, 13-1,3000,1000,0 +38, 13-2,3000,3000,1 +39, 13-3,3000,1000,0 +40, 13-4,3000,1000,0 +41, 13-5,3000,1000,0 +42, 13-6,3000,1000,0 +43, 13-7,3000,1000,0 +44, 13-8,3000,1000,0 +45, 13-9,3000,1000,0 +46, 13a-1,300,100,0 +47, 13b-1,300,100,0 +48, 14-1,30000,10000,0 +49, 14-10,30000,30000,1 +50, 14-2,100000,30000,0 +51, 14-3,10000,10000,1 +52, 14-4,10000,3000,0 +53, 14-5,30000,10000,0 +54, 14-6,30000,10000,0 +55, 14-7,30000,10000,0 +56, 14-8,30000,10000,0 +57, 14-9,30000,30000,1 +58, 15-1,30000,10000,0 +59, 15-2,10000,3000,0 +60, 15-3,10000,3000,0 +61, 16-1,100000,30000,0 +62, 16-2,30000,10000,0 +63, 16-3,30000,10000,0 +64, 16-4,30000,10000,0 +65, 16-5,10,10,1 +66, 17-1,3000,1000,0 +67, 17-2,3000,1000,0 +68, 17-3,100000,30000,0 +69, 18-1,10000,3000,0 +70, 19-1,100000,30000,0 +71, 20-1,30000,10000,0 +72, 20-2,10000,10000,1 +73, 20-3,30000,10000,0 +74, 20-4,1000,300,0 +75, 21-1,3000,1000,0 +76, 21-2,300,100,0 +77, 22-1,3000,1000,0 +78, 22-2,10000,3000,0 +79, 23-1,3000,1000,0 +80, 24-1,10000,3000,0 +81, 24-2,1000,300,0 +82, 24-3,10000,10000,1 +83, 25-1,3000,1000,0 +84, 25-2,1000,300,0 +85, 25-3,300,100,0 +86, 25-4,300,300,1 +87, 26-1,3000,1000,0 +88, 26-2,3000,1000,0 +89, 26-3,10000,3000,0 +90, 26-4,1000,1000,1 +91, 27-1,3000,3000,1 +92, 27-2,10000,10000,1 +93, 27-3,3000,1000,0 +94, 27-4,1000,300,0 +95, 28-1,1000,300,0 +96, 29-1,3000,1000,0 +97, 29-2,10000,3000,0 +98, 29-3,100000,30000,0 +99, 29-4,1000,1000,1 +100, 30-1,3000,1000,0 +101, 30-2,100000,100000,1 +102, 30-3,3000,1000,0 +103, 30-4,1000000,1000000,1 +104, 31-1,30000,10000,0 +105, 31-2,10000,3000,0 +106, 31-3,300,100,0 +107, 32-1,1000,300,0 +108, 32-2,1000,300,0 +109, 32-3,3000,1000,0 +110, 32-4,3000,1000,0 +111, 33-1,300,100,0 +112, 34-1,1000,300,0 +113, 34-2,1000,300,0 +114, 34-3,3000,1000,0 +115, 34-4,1000,300,0 +116, 34-5,300,100,0 +117, 34a-1,3000,1000,0 +118, 35-1,10000,3000,0 +119, 35-2,3000,1000,0 +120, 36-1,10000,3000,0 +121, 36-2,30000,10000,0 +122, 36-3,30000,10000,0 +123, 36-4,10000,3000,0 +124, 36-5,10000,3000,0 +125, 36a-1,3000,1000,0 +126, 37-1,10000,3000,0 +127, 38-1,30000,10000,0 +128, 38-2,10000,3000,0 +129, 39-1,3000,3000,1 +130, 40-1,30000,30000,1 +131, 40-2,10000,3000,0 +132, 41-1,30000,10000,0 +133, 41-2,10000,3000,0 +134, 41-3,3000,3000,1 +135, 41-4,10000,3000,0 +136, 42-1,10000,3000,0 +137, 43-1,30000,10000,0 +138, 43-2,10000,3000,0 +139, 43-3,30000,10000,0 +140, 43-4,30000,10000,0 +141, 43-5,30000,10000,0 +142, 43-6,30000,10000,0 +143, 44-1,30000,10000,0 +144, 44-2,300,100,0 +145, 44-3,30000,10000,0 +146, 45-1,100000,30000,0 +147, 45-2,300,100,0 +148, 45-3,300,100,0 +149, 46-1,300,100,0 +150, 47-1,3000,1000,0 +151, 48-1,30000,10000,0 +152, 48-2,10000,3000,0 +153, 48-3,10000,3000,0 +154, 49-1,300,100,0 +155, 49-2,10000,3000,0 +156, 50-1,30000,10000,0 +157, 50-2,3000,1000,0 +158, 51-1,1000,300,0 +159, 52-1,3000,1000,0 +160, 52-2,3000,1000,0 +161, 52-3,3000,1000,0 +162, 52-4,3000,1000,0 +163, 52a-1,3000,1000,0 +164, 53-1,3000,1000,0 +165, 53-2,10000,3000,0 +166, 53-3,10000,3000,0 +167, 54-1,1000,300,0 +168, 55-1,1000,300,0 +169, 56-1,300,100,0 +170, 57-1,300,100,0 +171, 58-1,300,100,0 +172, 59-1,300,100,0 +173, 60-1,300,100,0 +174, 61-1,300,100,0 +175, 63-1,300,100,0 +176, 64-1,300,100,0 +177, 65-1,300,100,0 +178, 66-1,300,100,0 +179, 67-1,300,100,0 +180, 68-1,1000,300,0 +181, 68-2,300,100,0 +182, 69-1,1000,300,0 +183, 70-1,300,100,0 +184, 71-1,300,100,0 +185, 72-1,300,100,0 +186, 73-1,300,100,0 +187, 74-1,300,100,0 +188, 75-1,300,100,0 +189, 76-1,300,100,0 +190, 76-2,300,100,0 +191, 76a-1,300,100,0 +192, 77-1,300,100,0 +193, 78-1,300,100,0 +194, 78a-1,300,100,0 +195, 79-1,300,100,0 +196, 80-1,300,100,0 +197, 81-1,300,100,0 +198, 82-1,300,100,0 +199, 83-1,300,100,0 +200, 85-1,300,100,0 +201, 86-1,300,100,0 +202, 87-1,1000,300,0 +203, 88-1,300,100,0 +204, 89-1,300,100,0 +205, 90-1,3000,1000,0 +206, 91-1,300,300,1 +207, 92-1,300,100,0 +208, 93-1,1000,300,0 +209, 94-1,300,100,0 +210, 95-1,300,100,0 +211, 201,10000,3000,0 +212, 202,10000,3000,0 +213, 204a,10000,3000,0 +214, 204b,1000,300,0 +215, 205,3000,1000,0 +216, 206,10000,3000,0 +217, 208,100000,30000,0 +218, 209,100000,30000,0 +219, 210,100000,30000,0 +220, 211,3000,1000,0 +221, 212,10000,3000,0 +222, 213,10000,3000,0 +223, 214,3000,1000,0 +224, 215,30000,10000,0 +225, 216,3000,1000,0 +226, 217,30000,10000,0 +227, 218,30000,10000,0 +228, 219,30000,10000,0 +229, 221,10000,3000,0 +230, 222,30000,10000,0 +231, 223,30000,10000,0 +232, 224,30000,10000,0 +233, 225,30000,10000,0 +234, 226,3000,1000,0 +235, 227,3000,1000,0 Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Data/script08/input/sectionsAndNormsDifferentValues.csv =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/Data/script08/input/sectionsAndNormsDifferentValues.csv (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Data/script08/input/sectionsAndNormsDifferentValues.csv (revision 88688701bb3129c39f3a75fc3d9a7545779fb43f) @@ -0,0 +1,210 @@ +rowId,trajectId,Signal,Low +1, 2-1,1000,300,0 +2, 4-2,1000,300,0 +3, 5-1,3000,1000,0 +4, 6-1,3000,1000,0 +5, 6-2,3000,1000,0 +6, 6-3,3000,1000,0 +7, 6-4,3000,1000,0 +8, 6-5,3000,1000,0 +9, 6-6,3000,1000,0 +10, 6-7,10000,3000,0 +11, 7-1,3000,1000,0 +12, 7-2,3000,1000,0 +13, 8-1,30000,10000,0 +14, 8-2,30000,10000,0 +15, 8-3,30000,10000,0 +16, 8-4,30000,10000,0 +17, 8-5,3000,1000,0 +18, 8-6,3000,1000,0 +19, 8-7,3000,1000,0 +20, 9-1,1000,300,0 +21, 9-2,3000,1000,0 +22, 10-1,3000,1000,0 +23, 10-2,3000,1000,0 +24, 10-3,10000,3000,0 +25, 11-1,3000,1000,0 +26, 11-2,3000,1000,0 +27, 11-3,300,100,0 +28, 12-2,3000,1000,0 +29, 13-1,3000,1000,0 +30, 13-3,3000,1000,0 +31, 13-4,3000,1000,0 +32, 13-5,3000,1000,0 +33, 13-6,3000,1000,0 +34, 13-7,3000,1000,0 +35, 13-8,3000,1000,0 +36, 13-9,3000,1000,0 +37, 13a-1,300,100,0 +38, 13b-1,300,100,0 +39, 14-1,30000,10000,0 +40, 14-2,100000,30000,0 +41, 14-4,10000,3000,0 +42, 14-5,30000,10000,0 +43, 14-6,30000,10000,0 +44, 14-7,30000,10000,0 +45, 14-8,30000,10000,0 +46, 15-1,30000,10000,0 +47, 15-2,10000,3000,0 +48, 15-3,10000,3000,0 +49, 16-1,100000,30000,0 +50, 16-2,30000,10000,0 +51, 16-3,30000,10000,0 +52, 16-4,30000,10000,0 +53, 17-1,3000,1000,0 +54, 17-2,3000,1000,0 +55, 17-3,100000,30000,0 +56, 18-1,10000,3000,0 +57, 19-1,100000,30000,0 +58, 20-1,30000,10000,0 +59, 20-3,30000,10000,0 +60, 20-4,1000,300,0 +61, 21-1,3000,1000,0 +62, 21-2,300,100,0 +63, 22-1,3000,1000,0 +64, 22-2,10000,3000,0 +65, 23-1,3000,1000,0 +66, 24-1,10000,3000,0 +67, 24-2,1000,300,0 +68, 25-1,3000,1000,0 +69, 25-2,1000,300,0 +70, 25-3,300,100,0 +71, 26-1,3000,1000,0 +72, 26-2,3000,1000,0 +73, 26-3,10000,3000,0 +74, 27-3,3000,1000,0 +75, 27-4,1000,300,0 +76, 28-1,1000,300,0 +77, 29-1,3000,1000,0 +78, 29-2,10000,3000,0 +79, 29-3,100000,30000,0 +80, 30-1,3000,1000,0 +81, 30-3,3000,1000,0 +82, 31-1,30000,10000,0 +83, 31-2,10000,3000,0 +84, 31-3,300,100,0 +85, 32-1,1000,300,0 +86, 32-2,1000,300,0 +87, 32-3,3000,1000,0 +88, 32-4,3000,1000,0 +89, 33-1,300,100,0 +90, 34-1,1000,300,0 +91, 34-2,1000,300,0 +92, 34-3,3000,1000,0 +93, 34-4,1000,300,0 +94, 34-5,300,100,0 +95, 34a-1,3000,1000,0 +96, 35-1,10000,3000,0 +97, 35-2,3000,1000,0 +98, 36-1,10000,3000,0 +99, 36-2,30000,10000,0 +100, 36-3,30000,10000,0 +101, 36-4,10000,3000,0 +102, 36-5,10000,3000,0 +103, 36a-1,3000,1000,0 +104, 37-1,10000,3000,0 +105, 38-1,30000,10000,0 +106, 38-2,10000,3000,0 +107, 40-2,10000,3000,0 +108, 41-1,30000,10000,0 +109, 41-2,10000,3000,0 +110, 41-4,10000,3000,0 +111, 42-1,10000,3000,0 +112, 43-1,30000,10000,0 +113, 43-2,10000,3000,0 +114, 43-3,30000,10000,0 +115, 43-4,30000,10000,0 +116, 43-5,30000,10000,0 +117, 43-6,30000,10000,0 +118, 44-1,30000,10000,0 +119, 44-2,300,100,0 +120, 44-3,30000,10000,0 +121, 45-1,100000,30000,0 +122, 45-2,300,100,0 +123, 45-3,300,100,0 +124, 46-1,300,100,0 +125, 47-1,3000,1000,0 +126, 48-1,30000,10000,0 +127, 48-2,10000,3000,0 +128, 48-3,10000,3000,0 +129, 49-1,300,100,0 +130, 49-2,10000,3000,0 +131, 50-1,30000,10000,0 +132, 50-2,3000,1000,0 +133, 51-1,1000,300,0 +134, 52-1,3000,1000,0 +135, 52-2,3000,1000,0 +136, 52-3,3000,1000,0 +137, 52-4,3000,1000,0 +138, 52a-1,3000,1000,0 +139, 53-1,3000,1000,0 +140, 53-2,10000,3000,0 +141, 53-3,10000,3000,0 +142, 54-1,1000,300,0 +143, 55-1,1000,300,0 +144, 56-1,300,100,0 +145, 57-1,300,100,0 +146, 58-1,300,100,0 +147, 59-1,300,100,0 +148, 60-1,300,100,0 +149, 61-1,300,100,0 +150, 63-1,300,100,0 +151, 64-1,300,100,0 +152, 65-1,300,100,0 +153, 66-1,300,100,0 +154, 67-1,300,100,0 +155, 68-1,1000,300,0 +156, 68-2,300,100,0 +157, 69-1,1000,300,0 +158, 70-1,300,100,0 +159, 71-1,300,100,0 +160, 72-1,300,100,0 +161, 73-1,300,100,0 +162, 74-1,300,100,0 +163, 75-1,300,100,0 +164, 76-1,300,100,0 +165, 76-2,300,100,0 +166, 76a-1,300,100,0 +167, 77-1,300,100,0 +168, 78-1,300,100,0 +169, 78a-1,300,100,0 +170, 79-1,300,100,0 +171, 80-1,300,100,0 +172, 81-1,300,100,0 +173, 82-1,300,100,0 +174, 83-1,300,100,0 +175, 85-1,300,100,0 +176, 86-1,300,100,0 +177, 87-1,1000,300,0 +178, 88-1,300,100,0 +179, 89-1,300,100,0 +180, 90-1,3000,1000,0 +181, 92-1,300,100,0 +182, 93-1,1000,300,0 +183, 94-1,300,100,0 +184, 95-1,300,100,0 +185, 201,10000,3000,0 +186, 202,10000,3000,0 +187, 204a,10000,3000,0 +188, 204b,1000,300,0 +189, 205,3000,1000,0 +190, 206,10000,3000,0 +191, 208,100000,30000,0 +192, 209,100000,30000,0 +193, 210,100000,30000,0 +194, 211,3000,1000,0 +195, 212,10000,3000,0 +196, 213,10000,3000,0 +197, 214,3000,1000,0 +198, 215,30000,10000,0 +199, 216,3000,1000,0 +200, 217,30000,10000,0 +201, 218,30000,10000,0 +202, 219,30000,10000,0 +203, 221,10000,3000,0 +204, 222,30000,10000,0 +205, 223,30000,10000,0 +206, 224,30000,10000,0 +207, 225,30000,10000,0 +208, 226,3000,1000,0 +209, 227,3000,1000,0 Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Data/script10/input/Ondergrond traject 12_2_met_DSoil_v17_2_1_987.soil =================================================================== diff -u -rcd75eeac6e33829dbab50bcc963eb3d59173c111 -r88688701bb3129c39f3a75fc3d9a7545779fb43f Binary files differ Fisheye: Tag 88688701bb3129c39f3a75fc3d9a7545779fb43f refers to a dead (removed) revision in file `System tests/AutomatedSystemTests/AutomatedSystemTests/Data/script10/input/surfacelines traject 12-2.csv'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 88688701bb3129c39f3a75fc3d9a7545779fb43f refers to a dead (removed) revision in file `System tests/AutomatedSystemTests/AutomatedSystemTests/Data/script10/input/surfacelines traject 12-2.krp.csv'. Fisheye: No comparison available. Pass `N' to diff? Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Data/script21/output/simpleAssessment.risk =================================================================== diff -u -rcd75eeac6e33829dbab50bcc963eb3d59173c111 -r88688701bb3129c39f3a75fc3d9a7545779fb43f Binary files differ Index: System tests/AutomatedSystemTests/AutomatedSystemTests/OpenResultView.cs =================================================================== diff -u -r77f6ddc7260dc626fce3c1fb0b8af69cc0ef9a54 -r88688701bb3129c39f3a75fc3d9a7545779fb43f --- System tests/AutomatedSystemTests/AutomatedSystemTests/OpenResultView.cs (.../OpenResultView.cs) (revision 77f6ddc7260dc626fce3c1fb0b8af69cc0ef9a54) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/OpenResultView.cs (.../OpenResultView.cs) (revision 88688701bb3129c39f3a75fc3d9a7545779fb43f) @@ -93,22 +93,19 @@ [System.CodeDom.Compiler.GeneratedCode("Ranorex", global::Ranorex.Core.Constants.CodeGenVersion)] void ITestModule.Run() { - Mouse.DefaultMoveTime = 300; + Mouse.DefaultMoveTime = 0; Keyboard.DefaultKeyPressTime = 20; - Delay.SpeedFactor = 1.00; + Delay.SpeedFactor = 0.00; Init(); Report.Log(ReportLevel.Info, "Invoke action", "Invoking Focus() on item 'RiskeerMainWindow.ProjectExplorer.ProjectRootNode.TrajectWithSubstringInName.GenericFMItemWithSubstringInName'.", repo.RiskeerMainWindow.ProjectExplorer.ProjectRootNode.TrajectWithSubstringInName.GenericFMItemWithSubstringInName.SelfInfo, new RecordItemIndex(0)); repo.RiskeerMainWindow.ProjectExplorer.ProjectRootNode.TrajectWithSubstringInName.GenericFMItemWithSubstringInName.Self.Focus(); - Delay.Milliseconds(0); ExpandNode(repo.RiskeerMainWindow.ProjectExplorer.ProjectRootNode.TrajectWithSubstringInName.GenericFMItemWithSubstringInName.SelfInfo); - Delay.Milliseconds(0); try { OpenResultViewIfFMIsRelevant(repo.RiskeerMainWindow.ProjectExplorer.ProjectRootNode.TrajectWithSubstringInName.GenericFMItemWithSubstringInName.SelfInfo, "Oordeel"); - Delay.Milliseconds(0); } catch(Exception ex) { Report.Log(ReportLevel.Warn, "Module", "(Optional Action) " + ex.Message, new RecordItemIndex(2)); } Report.Screenshot(ReportLevel.Info, "User", "", repo.RiskeerMainWindow.DocumentViewContainer.Self, false, new RecordItemIndex(3)); Index: System tests/AutomatedSystemTests/AutomatedSystemTests/OpenResultView.rxrec =================================================================== diff -u -r7457115b7fb5e0b4dc89f450d7dbabaed719c789 -r88688701bb3129c39f3a75fc3d9a7545779fb43f --- System tests/AutomatedSystemTests/AutomatedSystemTests/OpenResultView.rxrec (.../OpenResultView.rxrec) (revision 7457115b7fb5e0b4dc89f450d7dbabaed719c789) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/OpenResultView.rxrec (.../OpenResultView.rxrec) (revision 88688701bb3129c39f3a75fc3d9a7545779fb43f) @@ -7,7 +7,7 @@ 1 - False + True True Index: System tests/AutomatedSystemTests/AutomatedSystemTests/SelectTrajectType.UserCode.cs =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/SelectTrajectType.UserCode.cs (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/SelectTrajectType.UserCode.cs (revision 88688701bb3129c39f3a75fc3d9a7545779fb43f) @@ -0,0 +1,50 @@ +/////////////////////////////////////////////////////////////////////////////// +// +// 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 SelectTrajectType + { + /// + /// 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. + } + + public void Click_ButtonOK_If_Shown(RepoItemInfo buttonInfo) + { + try { + Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'buttonInfo' at Center.", buttonInfo); + buttonInfo.WaitForExists(200); + buttonInfo.FindAdapter