Index: System tests/AutomatedSystemTests/AutomatedSystemTests.rxsln
===================================================================
diff -u -re11c0796babe825ddb20169deafb583561ca6b0e -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests.rxsln (.../AutomatedSystemTests.rxsln) (revision e11c0796babe825ddb20169deafb583561ca6b0e)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests.rxsln (.../AutomatedSystemTests.rxsln) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
-# Ranorex Studio 9.3.0
+# Ranorex Studio 10.2.0
VisualStudioVersion = 12.0.20827.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BA621515-CF7A-4462-8B88-91C1755300E0}"
Index: System tests/AutomatedSystemTests/AutomatedSystemTests.sln
===================================================================
diff -u -re11c0796babe825ddb20169deafb583561ca6b0e -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests.sln (.../AutomatedSystemTests.sln) (revision e11c0796babe825ddb20169deafb583561ca6b0e)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests.sln (.../AutomatedSystemTests.sln) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
-# Ranorex Studio 9.3.0
+# Ranorex Studio 10.2.0
VisualStudioVersion = 12.0.20827.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BA621515-CF7A-4462-8B88-91C1755300E0}"
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj
===================================================================
diff -u -r86148abe6cb3527ff9558fc63bc4c32344ef8741 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj (.../AutomatedSystemTests.csproj) (revision 86148abe6cb3527ff9558fc63bc4c32344ef8741)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj (.../AutomatedSystemTests.csproj) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -10,7 +10,7 @@
AutomatedSystemTests
AutomatedSystemTests
1591
- v4.6.2
+ v4.8
$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Ranorex\Studio', 'InstallDir', null, RegistryView.Registry64, RegistryView.Registry32))\Bin
$(RANOREX_BIN_PATH)\Ranorex.MSBuild.Targets
8b6648ca-2429-462f-8074-96184700bbed
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.cs
===================================================================
diff -u -r79847104da13a53f00302b7d3f51c3caad9d0a60 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.cs (.../AutomatedSystemTestsRepository.cs) (revision 79847104da13a53f00302b7d3f51c3caad9d0a60)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.cs (.../AutomatedSystemTestsRepository.cs) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -749,7 +749,7 @@
_containermultipleviews = new AutomatedSystemTestsRepositoryFolders.ContainerMultipleViewsFolder(this);
_genericcontainermapviewtitle = new AutomatedSystemTestsRepositoryFolders.GenericContainerMapViewTitleFolder(this);
_ribbonbuttons = new AutomatedSystemTestsRepositoryFolders.RibbonButtonsFolder(this);
- _textlabelpanelonleftInfo = new RepoItemInfo(this, "TextLabelPanelOnLeft", "container/container/tabpagelist/container[@automationid='HeaderPanel']/tabpage/text[@text=$nameOfPanel]", 30000, null, "e1c99c99-37e6-45b7-8ef7-3177828972c0");
+ _textlabelpanelonleftInfo = new RepoItemInfo(this, "TextLabelPanelOnLeft", "container/container/tabpagelist/container[@automationid='HeaderPanel']/tabpage/text[@text=$nameOfPanel]", "", 30000, null, "e1c99c99-37e6-45b7-8ef7-3177828972c0");
}
///
@@ -912,8 +912,8 @@
public TrajectNodeFolder(RepoGenBaseFolder parentFolder) :
base("TrajectNode", "treeitem[1]", parentFolder, 30000, null, false, "b466899e-e209-4d83-a46c-0533f333cea5", "")
{
- _genericitemintrajectInfo = new RepoItemInfo(this, "GenericItemInTraject", "treeitem[@accessiblename=$substringNameItemInTraject]", 30000, null, "c6e3307d-ef2f-4a61-bf7b-443c02d22136");
- _currentfocusinpeInfo = new RepoItemInfo(this, "CurrentFocusInPE", ".//treeitem[@hasfocus='true']", 30000, null, "fb1c8db8-131a-43d1-b4f3-bc523782f12f");
+ _genericitemintrajectInfo = new RepoItemInfo(this, "GenericItemInTraject", "treeitem[@accessiblename=$substringNameItemInTraject]", "", 30000, null, "c6e3307d-ef2f-4a61-bf7b-443c02d22136");
+ _currentfocusinpeInfo = new RepoItemInfo(this, "CurrentFocusInPE", ".//treeitem[@hasfocus='true']", "", 30000, null, "fb1c8db8-131a-43d1-b4f3-bc523782f12f");
}
///
@@ -1004,8 +1004,8 @@
public RibbonFolder(RepoGenBaseFolder parentFolder) :
base("Ribbon", "menubar", parentFolder, 30000, null, true, "c92795a7-9101-49d1-a0da-9036c4491cb2", "")
{
- _bestandInfo = new RepoItemInfo(this, "Bestand", "?/?/text[@caption='Bestand']", 30000, null, "8ca7d8de-6c3a-48cd-98e3-444ddf09e011");
- _buttonmenufilesaveprojectasInfo = new RepoItemInfo(this, "ButtonMenuFileSaveProjectAs", "?/?/button[@automationid='ButtonMenuFileSaveProjectAs']", 30000, null, "85528b1e-84f6-40a9-b2b7-58d99c5ad909");
+ _bestandInfo = new RepoItemInfo(this, "Bestand", "?/?/text[@caption='Bestand']", "", 30000, null, "8ca7d8de-6c3a-48cd-98e3-444ddf09e011");
+ _buttonmenufilesaveprojectasInfo = new RepoItemInfo(this, "ButtonMenuFileSaveProjectAs", "?/?/button[@automationid='ButtonMenuFileSaveProjectAs']", "", 30000, null, "85528b1e-84f6-40a9-b2b7-58d99c5ad909");
}
///
@@ -1191,8 +1191,8 @@
public HeaderOpenViewsFolder(RepoGenBaseFolder parentFolder) :
base("HeaderOpenViews", "container[11]/?/?/button[@automationid='MenuDropDownButton']", parentFolder, 30000, null, true, "b2c76482-93c5-4171-9eaf-0f674aebb65b", "")
{
- _viewclosebuttonInfo = new RepoItemInfo(this, "ViewCloseButton", "?/tabpage/button[@automationid='DocumentCloseButton']", 30000, null, "79aa5f18-da55-4d5b-9c7c-bc833052d329");
- _textheaderpanelInfo = new RepoItemInfo(this, "textHeaderPanel", "container[@automationid='HeaderPanel']/tabpage/?/text[@text>$nameMap]", 30000, null, "71969c09-ef02-4547-bddc-6e74e1272049");
+ _viewclosebuttonInfo = new RepoItemInfo(this, "ViewCloseButton", "?/tabpage/button[@automationid='DocumentCloseButton']", "", 30000, null, "79aa5f18-da55-4d5b-9c7c-bc833052d329");
+ _textheaderpanelInfo = new RepoItemInfo(this, "textHeaderPanel", "container[@automationid='HeaderPanel']/tabpage/?/text[@text>$nameMap]", "", 30000, null, "71969c09-ef02-4547-bddc-6e74e1272049");
}
///
@@ -1344,7 +1344,7 @@
public GenericRowMessageFolder(RepoGenBaseFolder parentFolder) :
base("GenericRowMessage", "row[@accessiblename<' '+$indexRowMessage]", parentFolder, 30000, null, false, "43bcbd48-5fca-439f-aa46-2e7f8b5fc251", "")
{
- _genericcellmessageInfo = new RepoItemInfo(this, "GenericCellMessage", "cell[@accessiblename>'Bericht']", 30000, null, "4f6147c7-b35a-42d1-8fdd-175372b09979");
+ _genericcellmessageInfo = new RepoItemInfo(this, "GenericCellMessage", "cell[@accessiblename>'Bericht']", "", 30000, null, "4f6147c7-b35a-42d1-8fdd-175372b09979");
}
///
@@ -1410,7 +1410,7 @@
public LastRowMessageFolder(RepoGenBaseFolder parentFolder) :
base("LastRowMessage", "row[@accessiblename<' 0']", parentFolder, 30000, null, false, "b8b81b1e-3805-45e2-bbbf-bd069416fe50", "")
{
- _lastcellmessageInfo = new RepoItemInfo(this, "LastCellMessage", "cell[@accessiblename>'Bericht']", 30000, null, "073038e2-924e-4a9e-b82b-1d992e9dd9ce");
+ _lastcellmessageInfo = new RepoItemInfo(this, "LastCellMessage", "cell[@accessiblename>'Bericht']", "", 30000, null, "073038e2-924e-4a9e-b82b-1d992e9dd9ce");
}
///
@@ -1527,7 +1527,7 @@
public TableFolder(RepoGenBaseFolder parentFolder) :
base("Table", ".//table", parentFolder, 30000, null, true, "50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e", "")
{
- _genericparametervisibleinpropertiespanelInfo = new RepoItemInfo(this, "GenericParameterVisibleInPropertiesPanel", "row[@accessiblename>$nameOfParameterInPropertiesPanel]", 30000, null, "fa26997c-4865-408a-9bd8-120810ae0e7a");
+ _genericparametervisibleinpropertiespanelInfo = new RepoItemInfo(this, "GenericParameterVisibleInPropertiesPanel", "row[@accessiblename>$nameOfParameterInPropertiesPanel]", "", 30000, null, "fa26997c-4865-408a-9bd8-120810ae0e7a");
}
///
@@ -1612,8 +1612,8 @@
_securityassemblyview = new AutomatedSystemTestsRepositoryFolders.SecurityAssemblyViewFolder(this);
_assemblysectionsview = new AutomatedSystemTestsRepositoryFolders.AssemblySectionsViewFolder(this);
_calculationsview = new AutomatedSystemTestsRepositoryFolders.CalculationsViewFolder(this);
- _fmsectionsviewtableInfo = new RepoItemInfo(this, "FMSectionsViewTable", "container[@controlname~'SectionsView']/?/table", 30000, null, "e1c75820-980f-411c-9ada-a9dcd59572ae");
- _securitycategoriesviewtableInfo = new RepoItemInfo(this, "SecurityCategoriesViewTable", "container[@controlname='AssessmentSectionAssemblyGroupsView']/?/?/table", 30000, null, "4036b6f4-d12d-47b5-9c7f-3897f5b573bd");
+ _fmsectionsviewtableInfo = new RepoItemInfo(this, "FMSectionsViewTable", "container[@controlname~'SectionsView']/?/table", "", 30000, null, "e1c75820-980f-411c-9ada-a9dcd59572ae");
+ _securitycategoriesviewtableInfo = new RepoItemInfo(this, "SecurityCategoriesViewTable", "container[@controlname='AssessmentSectionAssemblyGroupsView']/?/?/table", "", 30000, null, "4036b6f4-d12d-47b5-9c7f-3897f5b573bd");
}
///
@@ -1787,8 +1787,8 @@
base("FM_ResultView", "container[@controlname~'FailureMechanismResultView']", parentFolder, 10000, null, true, "9f847d0f-b605-48f5-b38e-9eb9bbefddb9", "")
{
_tablefmresultview = new AutomatedSystemTestsRepositoryFolders.TableFMResultViewFolder(this);
- _failureprobabilityfmInfo = new RepoItemInfo(this, "FailureProbabilityFM", "container[@controlname='TableLayoutPanel']/text/text", 30000, null, "4bda29c4-58e8-4b08-ac2e-ec866b6f1fb6");
- _expanddropdownmenuInfo = new RepoItemInfo(this, "ExpandDropDownMenu", "container[@controlname='TableLayoutPanel']/combobox[@controlname='probabilityResultTypeComboBox']/button", 30000, null, "8a65568d-140f-4c4f-b21d-a105a8285816");
+ _failureprobabilityfmInfo = new RepoItemInfo(this, "FailureProbabilityFM", "container[@controlname='TableLayoutPanel']/text/text", "", 30000, null, "4bda29c4-58e8-4b08-ac2e-ec866b6f1fb6");
+ _expanddropdownmenuInfo = new RepoItemInfo(this, "ExpandDropDownMenu", "container[@controlname='TableLayoutPanel']/combobox[@controlname='probabilityResultTypeComboBox']/button", "", 30000, null, "8a65568d-140f-4c4f-b21d-a105a8285816");
}
///
@@ -1939,7 +1939,7 @@
public RowFolder(RepoGenBaseFolder parentFolder) :
base("Row", "row[$rowIndex]", parentFolder, 30000, null, false, "bf8da9f6-504d-4a54-b6e0-6fbd5b8d7d1a", "")
{
- _isrelevantInfo = new RepoItemInfo(this, "IsRelevant", "cell[@accessiblename>'Is relevant']", 30000, null, "6bff70d7-1d04-4660-85f8-51b7cf611f85");
+ _isrelevantInfo = new RepoItemInfo(this, "IsRelevant", "cell[@accessiblename>'Is relevant']", "", 30000, null, "6bff70d7-1d04-4660-85f8-51b7cf611f85");
_genericcellInfo = new genericCellInfoClass(this);
}
@@ -2137,7 +2137,7 @@
public TableDataGridViewFolder(RepoGenBaseFolder parentFolder) :
base("TableDataGridView", "container[@controlname='assemblyGroupsTable']/table[@controlname='dataGridView']", parentFolder, 30000, null, false, "a6881d13-2ec6-4bb8-9ef5-8fc9405d5a4c", "")
{
- _genericassessmentsectionboundarycellInfo = new RepoItemInfo(this, "GenericAssessmentSectionBoundaryCell", "row[@accessiblevalue>$categoryName+';']/cell[@accessiblename>$boundaryTypeSubstring]", 10000, null, "2a83bf46-5edd-4e88-9563-1ac9454c5af8");
+ _genericassessmentsectionboundarycellInfo = new RepoItemInfo(this, "GenericAssessmentSectionBoundaryCell", "row[@accessiblevalue>$categoryName+';']/cell[@accessiblename>$boundaryTypeSubstring]", "", 10000, null, "2a83bf46-5edd-4e88-9563-1ac9454c5af8");
}
///
@@ -2203,7 +2203,7 @@
public FMSectionAssemblyGroupsViewFolder(RepoGenBaseFolder parentFolder) :
base("FMSectionAssemblyGroupsView", "container[@controlname='FailureMechanismSectionAssemblyGroupsView']", parentFolder, 30000, null, false, "538de49e-c846-4fcf-b0d7-8ebfbe0829bd", "")
{
- _tableduidingsklassenInfo = new RepoItemInfo(this, "TableDuidingsklassen", ".//table", 30000, null, "171d18ca-9186-4ec9-b2fb-d120854d5a24");
+ _tableduidingsklassenInfo = new RepoItemInfo(this, "TableDuidingsklassen", ".//table", "", 30000, null, "171d18ca-9186-4ec9-b2fb-d120854d5a24");
}
///
@@ -2433,7 +2433,7 @@
public GenericRowInDVFolder(RepoGenBaseFolder parentFolder) :
base("GenericRowInDV", "row[@accessiblename<' '+$rowIndex]", parentFolder, 30000, null, false, "096ce337-4db1-4319-ad18-58102ed16cb0", "")
{
- _waterlevelorwaveheightnthrowInfo = new RepoItemInfo(this, "WaterLevelOrWaveHeightNthRow", "cell[@accessiblename>'Waterstand' or @accessiblename>'Golfhoogte']", 30000, null, "e735dd8e-d20c-4c5b-ab38-5962b37b89cc");
+ _waterlevelorwaveheightnthrowInfo = new RepoItemInfo(this, "WaterLevelOrWaveHeightNthRow", "cell[@accessiblename>'Waterstand' or @accessiblename>'Golfhoogte']", "", 30000, null, "e735dd8e-d20c-4c5b-ab38-5962b37b89cc");
}
///
@@ -2499,7 +2499,7 @@
public CalculationButtonsFolder(RepoGenBaseFolder parentFolder) :
base("CalculationButtons", "container[@controlname>'Button']", parentFolder, 30000, null, false, "e8cdff70-b26f-44b2-916f-95e061da9ed1", "")
{
- _calculateselectedbuttonInfo = new RepoItemInfo(this, "CalculateSelectedButton", "button[@controlname='CalculateForSelectedButton']", 30000, null, "705925a9-d286-4eed-8f22-23a9e3afce1c");
+ _calculateselectedbuttonInfo = new RepoItemInfo(this, "CalculateSelectedButton", "button[@controlname='CalculateForSelectedButton']", "", 30000, null, "705925a9-d286-4eed-8f22-23a9e3afce1c");
}
///
@@ -2627,7 +2627,7 @@
public ListSectionsNamesFolder(RepoGenBaseFolder parentFolder) :
base("ListSectionsNames", "container/container/?/list/list", parentFolder, 30000, null, false, "f3cd16ba-c2de-4890-b253-71355634e232", "")
{
- _genericsectionInfo = new RepoItemInfo(this, "GenericSection", "listitem[@index=$indexSection]", 30000, null, "f3f7de84-f41c-4188-9eff-d19414f68a60");
+ _genericsectionInfo = new RepoItemInfo(this, "GenericSection", "listitem[@index=$indexSection]", "", 30000, null, "f3f7de84-f41c-4188-9eff-d19414f68a60");
}
///
@@ -2693,7 +2693,7 @@
public TableFolder2(RepoGenBaseFolder parentFolder) :
base("Table", "container/container/container/container/table", parentFolder, 30000, null, false, "c392e579-2f5f-4a7d-9900-272745c078bf", "")
{
- _genericrowcontributionInfo = new RepoItemInfo(this, "GenericRowContribution", "row[@accessiblename='Row 0']/cell[@accessiblename>'Bijdrage aanscenario[%]']", 30000, null, "3476c0a3-36a4-4281-90a3-065844674eb8");
+ _genericrowcontributionInfo = new RepoItemInfo(this, "GenericRowContribution", "row[@accessiblename='Row 0']/cell[@accessiblename>'Bijdrage aanscenario[%]']", "", 30000, null, "3476c0a3-36a4-4281-90a3-065844674eb8");
}
///
@@ -2822,8 +2822,8 @@
public TableFolder3(RepoGenBaseFolder parentFolder) :
base("Table", "container/table", parentFolder, 30000, null, false, "b032b126-789d-46aa-b7ab-ab1c08998b17", "")
{
- _genericrowhydraulicbcdunesInfo = new RepoItemInfo(this, "GenericRowHydraulicBCDunes", "row[@accessiblename<' '+$indexRow]", 30000, null, "c8521886-54a9-407d-94d4-a646a9c0f68e");
- _cellcalculatedwaterleveldaInfo = new RepoItemInfo(this, "CellCalculatedWaterLevelDA", "row[@accessiblename<' '+$rowIndex]/cell[@accessiblename>'Rekenwaarde waterstand']", 30000, null, "f7409335-be4e-4a2b-a1e6-498adf52b16a");
+ _genericrowhydraulicbcdunesInfo = new RepoItemInfo(this, "GenericRowHydraulicBCDunes", "row[@accessiblename<' '+$indexRow]", "", 30000, null, "c8521886-54a9-407d-94d4-a646a9c0f68e");
+ _cellcalculatedwaterleveldaInfo = new RepoItemInfo(this, "CellCalculatedWaterLevelDA", "row[@accessiblename<' '+$rowIndex]/cell[@accessiblename>'Rekenwaarde waterstand']", "", 30000, null, "f7409335-be4e-4a2b-a1e6-498adf52b16a");
}
///
@@ -2913,7 +2913,7 @@
public CalculationButtonsDAFolder(RepoGenBaseFolder parentFolder) :
base("CalculationButtonsDA", "container[@controlname>'Button']", parentFolder, 30000, null, false, "230b72be-fa67-4526-86b5-ffc995407fe1", "")
{
- _calculateforselectedbuttonInfo = new RepoItemInfo(this, "CalculateForSelectedButton", "button[@controlname='CalculateForSelectedButton']", 30000, null, "c5d97332-76d8-4900-be29-cdffe99cbf99");
+ _calculateforselectedbuttonInfo = new RepoItemInfo(this, "CalculateForSelectedButton", "button[@controlname='CalculateForSelectedButton']", "", 30000, null, "c5d97332-76d8-4900-be29-cdffe99cbf99");
}
///
@@ -3041,7 +3041,7 @@
public SummaryFolder(RepoGenBaseFolder parentFolder) :
base("Summary", "container/container", parentFolder, 30000, null, false, "b6c16815-7d2e-4c8f-a729-4eb72e26ccdd", "")
{
- _grouplabelInfo = new RepoItemInfo(this, "GroupLabel", "text[@controlname='groupLabel']", 30000, null, "65a52be4-1a60-4cd2-bb22-2195e8d80280");
+ _grouplabelInfo = new RepoItemInfo(this, "GroupLabel", "text[@controlname='groupLabel']", "", 30000, null, "65a52be4-1a60-4cd2-bb22-2195e8d80280");
}
///
@@ -3340,7 +3340,7 @@
public GenericRowFolder(RepoGenBaseFolder parentFolder) :
base("GenericRow", "row[@accessiblename='Row '+$indexRowCalculation]", parentFolder, 30000, null, false, "00835104-4f74-4cf4-8a4b-930b241005f2", "")
{
- _genericcellInfo = new RepoItemInfo(this, "GenericCell", "cell[@accessiblename>$nameColumn]", 30000, null, "84e8db46-22cb-4998-a061-4a0b52815ee7");
+ _genericcellInfo = new RepoItemInfo(this, "GenericCell", "cell[@accessiblename>$nameColumn]", "", 30000, null, "84e8db46-22cb-4998-a061-4a0b52815ee7");
}
///
@@ -3497,7 +3497,7 @@
public GenericContainerMapViewTitleFolder(RepoGenBaseFolder parentFolder) :
base("GenericContainerMapViewTitle", "container/container/container/container/tabpagelist[$indexContainerMap]", parentFolder, 30000, null, false, "c3fa3e58-ebae-43e2-88e2-41bd6c9116ad", "")
{
- _closebuttongenericcontainermapInfo = new RepoItemInfo(this, "CloseButtonGenericContainerMap", "button/tabpage/button", 30000, null, "ce11034c-12e0-4686-8388-75ac745d1755");
+ _closebuttongenericcontainermapInfo = new RepoItemInfo(this, "CloseButtonGenericContainerMap", "button/tabpage/button", "", 30000, null, "ce11034c-12e0-4686-8388-75ac745d1755");
}
///
@@ -3563,7 +3563,7 @@
public RibbonButtonsFolder(RepoGenBaseFolder parentFolder) :
base("RibbonButtons", "?/?/container[@automationid='MainButtonStackPanel']", parentFolder, 30000, null, false, "f790aa62-d4d1-4192-8400-a58b665ae5a6", "")
{
- _genericribbonbuttonInfo = new RepoItemInfo(this, "GenericRibbonButton", "button/text[@caption~$stateName]/parent::button", 30000, null, "10758b46-d10f-46af-883e-9629a38c517a");
+ _genericribbonbuttonInfo = new RepoItemInfo(this, "GenericRibbonButton", "button/text[@caption~$stateName]/parent::button", "", 30000, null, "10758b46-d10f-46af-883e-9629a38c517a");
}
///
@@ -3652,30 +3652,30 @@
public ContextMenuAppFolder(RepoGenBaseFolder parentFolder) :
base("ContextMenu", "/contextmenu[@processname='Riskeer']", parentFolder, 30000, null, false, "982924af-cebe-4e46-9281-476e566d6398", "")
{
- _allesberekenenInfo = new RepoItemInfo(this, "AllesBerekenen", "menuitem[@accessiblename='Alles berekenen']", 30000, null, "e02b3f9a-ba31-43a8-afa9-3e258b8b22a1");
- _allesuitklappenInfo = new RepoItemInfo(this, "AllesUitklappen", "menuitem[@text='Alles uitklappen']", 30000, null, "909957a0-8645-4c4e-9153-757dbd6962c4");
- _allesvaliderenInfo = new RepoItemInfo(this, "AllesValideren", "menuitem[@accessiblename='Alles valideren']", 30000, null, "5fb39361-566b-401d-8784-98249ec265aa");
- _berekenenInfo = new RepoItemInfo(this, "Berekenen", "menuitem[@accessiblename='Berekenen']", 30000, null, "8811db1f-3002-45fb-8742-158ef19d57b8");
- _berekeningtoevoegenInfo = new RepoItemInfo(this, "BerekeningToevoegen", "menuitem[@accessiblename='Berekening toevoegen']", 30000, null, "a538b968-f904-4d07-a69c-e87f3bb3d12b");
- _semiprobberekeningtoevoegenInfo = new RepoItemInfo(this, "SemiProbBerekeningToevoegen", "menuitem[@accessiblename='Semi-probabilistische berekening toevoegen']", 30000, null, "10ff5289-4c15-4670-ac30-51057b2dc94a");
- _probberekeningtoevoegenInfo = new RepoItemInfo(this, "ProbBerekeningToevoegen", "menuitem[@accessiblename='Probabilistische berekening toevoegen']", 30000, null, "ed5b1a57-0234-4bee-b8d5-a91968b5905f");
- _bijwerkenInfo = new RepoItemInfo(this, "Bijwerken", "menuitem[@accessiblename='Bijwerken...']", 30000, null, "8d25a5c5-e67d-4b4c-93a4-f94323bb7d79");
- _duplicerenInfo = new RepoItemInfo(this, "Dupliceren", "menuitem[@accessiblename='Dupliceren']", 30000, null, "75209dc1-5b20-4d57-8ce9-8ec71c26bb9e");
- _exporterenInfo = new RepoItemInfo(this, "Exporteren", "menuitem[@accessiblename='Exporteren...']", 30000, null, "e6ff1b1d-e9cf-4680-b405-2a5432145390");
- _genereercalculationandscenariosInfo = new RepoItemInfo(this, "GenereerCalculationAndScenarios", "menuitem[@accessiblename>'Genereer']", 30000, null, "17056c41-6629-4a0e-8ab2-93470db9fa27");
- _genericitemincontextmenuInfo = new RepoItemInfo(this, "GenericItemInContextMenu", "menuitem[@accessiblename>$nameOfItem]", 30000, null, "39eb92d8-2056-4218-88eb-8b21c0ab477e");
- _importerenInfo = new RepoItemInfo(this, "Importeren", "menuitem[@accessiblename='Importeren...']", 30000, null, "34965857-9328-4216-9d99-86afbd395e38");
- _inassemblyInfo = new RepoItemInfo(this, "InAssembly", "menuitem[@accessiblename='In assemblage']", 30000, null, "561b2d91-62ad-4174-97e3-b9f7420df49a");
- _koppelaandatabaseInfo = new RepoItemInfo(this, "KoppelAanDatabase", "menuitem[@accessiblename='Koppel aan database...']", 30000, null, "b67d9db7-c97a-44ee-9cc6-3cac1b3aa092");
- _maptoevoegenInfo = new RepoItemInfo(this, "MapToevoegen", "menuitem[@accessiblename='Map toevoegen']", 30000, null, "bb08d163-934b-43d2-b55e-ba2f9cd39c14");
- _mapleegmakenInfo = new RepoItemInfo(this, "MapLeegmaken", "menuitem[@accessiblename='Map leegmaken...']", 30000, null, "ca583eef-300b-420e-8edd-95c3ffd4cb61");
- _openenInfo = new RepoItemInfo(this, "Openen", "menuitem[@accessiblename='Openen']", 30000, null, "3162063a-bd8d-4e48-b6ab-9725baa70e0e");
- _selecterenInfo = new RepoItemInfo(this, "Selecteren", "menuitem[@accessiblename>'Selecteren']", 30000, null, "03d52c3a-96d4-4dbb-b708-72ad8a755d65");
- _verwijderenInfo = new RepoItemInfo(this, "Verwijderen", "menuitem[@accessiblename='Verwijderen...']", 30000, null, "f3c6379c-4119-4897-bc56-dd1655e8f7fb");
- _voegkaartlaagtoeInfo = new RepoItemInfo(this, "VoegKaartlaagToe", "menuitem[@accessiblename='Voeg kaartlaag toe...']", 30000, null, "9bd893d7-2683-465a-b2e3-d056bce01a0c");
- _wisalleuitvoerInfo = new RepoItemInfo(this, "WisAlleUitvoer", "menuitem[@accessiblename='Wis alle uitvoer...']", 30000, null, "942ab870-bf62-4d88-8050-58255777c435");
- _zoomnaarallesInfo = new RepoItemInfo(this, "ZoomNaarAlles", "menuitem[@accessiblename='Zoom naar alles']", 30000, null, "5acc1275-2883-4570-affa-a36a1d5dd4df");
- _newverticaltabgroupInfo = new RepoItemInfo(this, "NewVerticalTabGroup", "?/?/text[@caption~'ertical']", 30000, null, "3ebcc52e-31c4-467c-b814-ed00988e981f");
+ _allesberekenenInfo = new RepoItemInfo(this, "AllesBerekenen", "menuitem[@accessiblename='Alles berekenen']", "", 30000, null, "e02b3f9a-ba31-43a8-afa9-3e258b8b22a1");
+ _allesuitklappenInfo = new RepoItemInfo(this, "AllesUitklappen", "menuitem[@text='Alles uitklappen']", "", 30000, null, "909957a0-8645-4c4e-9153-757dbd6962c4");
+ _allesvaliderenInfo = new RepoItemInfo(this, "AllesValideren", "menuitem[@accessiblename='Alles valideren']", "", 30000, null, "5fb39361-566b-401d-8784-98249ec265aa");
+ _berekenenInfo = new RepoItemInfo(this, "Berekenen", "menuitem[@accessiblename='Berekenen']", "", 30000, null, "8811db1f-3002-45fb-8742-158ef19d57b8");
+ _berekeningtoevoegenInfo = new RepoItemInfo(this, "BerekeningToevoegen", "menuitem[@accessiblename='Berekening toevoegen']", "", 30000, null, "a538b968-f904-4d07-a69c-e87f3bb3d12b");
+ _semiprobberekeningtoevoegenInfo = new RepoItemInfo(this, "SemiProbBerekeningToevoegen", "menuitem[@accessiblename='Semi-probabilistische berekening toevoegen']", "", 30000, null, "10ff5289-4c15-4670-ac30-51057b2dc94a");
+ _probberekeningtoevoegenInfo = new RepoItemInfo(this, "ProbBerekeningToevoegen", "menuitem[@accessiblename='Probabilistische berekening toevoegen']", "", 30000, null, "ed5b1a57-0234-4bee-b8d5-a91968b5905f");
+ _bijwerkenInfo = new RepoItemInfo(this, "Bijwerken", "menuitem[@accessiblename='Bijwerken...']", "", 30000, null, "8d25a5c5-e67d-4b4c-93a4-f94323bb7d79");
+ _duplicerenInfo = new RepoItemInfo(this, "Dupliceren", "menuitem[@accessiblename='Dupliceren']", "", 30000, null, "75209dc1-5b20-4d57-8ce9-8ec71c26bb9e");
+ _exporterenInfo = new RepoItemInfo(this, "Exporteren", "menuitem[@accessiblename='Exporteren...']", "", 30000, null, "e6ff1b1d-e9cf-4680-b405-2a5432145390");
+ _genereercalculationandscenariosInfo = new RepoItemInfo(this, "GenereerCalculationAndScenarios", "menuitem[@accessiblename>'Genereer']", "", 30000, null, "17056c41-6629-4a0e-8ab2-93470db9fa27");
+ _genericitemincontextmenuInfo = new RepoItemInfo(this, "GenericItemInContextMenu", "menuitem[@accessiblename>$nameOfItem]", "", 30000, null, "39eb92d8-2056-4218-88eb-8b21c0ab477e");
+ _importerenInfo = new RepoItemInfo(this, "Importeren", "menuitem[@accessiblename='Importeren...']", "", 30000, null, "34965857-9328-4216-9d99-86afbd395e38");
+ _inassemblyInfo = new RepoItemInfo(this, "InAssembly", "menuitem[@accessiblename='In assemblage']", "", 30000, null, "561b2d91-62ad-4174-97e3-b9f7420df49a");
+ _koppelaandatabaseInfo = new RepoItemInfo(this, "KoppelAanDatabase", "menuitem[@accessiblename='Koppel aan database...']", "", 30000, null, "b67d9db7-c97a-44ee-9cc6-3cac1b3aa092");
+ _maptoevoegenInfo = new RepoItemInfo(this, "MapToevoegen", "menuitem[@accessiblename='Map toevoegen']", "", 30000, null, "bb08d163-934b-43d2-b55e-ba2f9cd39c14");
+ _mapleegmakenInfo = new RepoItemInfo(this, "MapLeegmaken", "menuitem[@accessiblename='Map leegmaken...']", "", 30000, null, "ca583eef-300b-420e-8edd-95c3ffd4cb61");
+ _openenInfo = new RepoItemInfo(this, "Openen", "menuitem[@accessiblename='Openen']", "", 30000, null, "3162063a-bd8d-4e48-b6ab-9725baa70e0e");
+ _selecterenInfo = new RepoItemInfo(this, "Selecteren", "menuitem[@accessiblename>'Selecteren']", "", 30000, null, "03d52c3a-96d4-4dbb-b708-72ad8a755d65");
+ _verwijderenInfo = new RepoItemInfo(this, "Verwijderen", "menuitem[@accessiblename='Verwijderen...']", "", 30000, null, "f3c6379c-4119-4897-bc56-dd1655e8f7fb");
+ _voegkaartlaagtoeInfo = new RepoItemInfo(this, "VoegKaartlaagToe", "menuitem[@accessiblename='Voeg kaartlaag toe...']", "", 30000, null, "9bd893d7-2683-465a-b2e3-d056bce01a0c");
+ _wisalleuitvoerInfo = new RepoItemInfo(this, "WisAlleUitvoer", "menuitem[@accessiblename='Wis alle uitvoer...']", "", 30000, null, "942ab870-bf62-4d88-8050-58255777c435");
+ _zoomnaarallesInfo = new RepoItemInfo(this, "ZoomNaarAlles", "menuitem[@accessiblename='Zoom naar alles']", "", 30000, null, "5acc1275-2883-4570-affa-a36a1d5dd4df");
+ _newverticaltabgroupInfo = new RepoItemInfo(this, "NewVerticalTabGroup", "?/?/text[@caption~'ertical']", "", 30000, null, "3ebcc52e-31c4-467c-b814-ed00988e981f");
}
///
@@ -4293,7 +4293,7 @@
public ConfirmSaveProjectDialogWhenClosingAppFolder(RepoGenBaseFolder parentFolder) :
base("ConfirmSaveProjectDialogWhenClosing", "/form[@title='Project afsluiten']", parentFolder, 30000, null, true, "0c304014-01d3-44c4-9578-fb43d28c00b3", "")
{
- _buttonnoInfo = new RepoItemInfo(this, "ButtonNo", "button[@text='&No']", 30000, null, "2229a024-7306-4b0d-a6ab-e43f6a29c1bd");
+ _buttonnoInfo = new RepoItemInfo(this, "ButtonNo", "button[@text='&No']", "", 30000, null, "2229a024-7306-4b0d-a6ab-e43f6a29c1bd");
}
///
@@ -4362,10 +4362,10 @@
public ActivityProgressDialogAppFolder(RepoGenBaseFolder parentFolder) :
base("ActivityProgressDialog", "/form[@controlname='ActivityProgressDialog']", parentFolder, 30000, null, true, "6992b395-923d-4913-be11-dc9d7fa075dc", "")
{
- _progressbarInfo = new RepoItemInfo(this, "ProgressBar", "progressbar[@controlname='progressBar']", 30000, null, "626cf7e9-229f-443b-8711-8359ac8e9d95");
- _buttoncancelInfo = new RepoItemInfo(this, "ButtonCancel", "button[@controlname='buttonCancel']", 30000, null, "ce9d9227-f12e-488e-9ca2-80d899fed485");
- _labelactivitystepcounterInfo = new RepoItemInfo(this, "LabelActivityStepCounter", "text[@controlname='labelActivityProgressText']", 30000, null, "22d15783-171e-4f23-a1f5-3ff2d3676111");
- _labelactivitytaskcounterInfo = new RepoItemInfo(this, "LabelActivityTaskCounter", "text[@controlname='labelActivityCounter']", 30000, null, "dceeaae8-df9d-4e10-b9b8-7dcf1c822408");
+ _progressbarInfo = new RepoItemInfo(this, "ProgressBar", "progressbar[@controlname='progressBar']", "", 30000, null, "626cf7e9-229f-443b-8711-8359ac8e9d95");
+ _buttoncancelInfo = new RepoItemInfo(this, "ButtonCancel", "button[@controlname='buttonCancel']", "", 30000, null, "ce9d9227-f12e-488e-9ca2-80d899fed485");
+ _labelactivitystepcounterInfo = new RepoItemInfo(this, "LabelActivityStepCounter", "text[@controlname='labelActivityProgressText']", "", 30000, null, "22d15783-171e-4f23-a1f5-3ff2d3676111");
+ _labelactivitytaskcounterInfo = new RepoItemInfo(this, "LabelActivityTaskCounter", "text[@controlname='labelActivityCounter']", "", 30000, null, "dceeaae8-df9d-4e10-b9b8-7dcf1c822408");
}
///
@@ -4504,8 +4504,8 @@
public OpslaanAlsAppFolder(RepoGenBaseFolder parentFolder) :
base("OpslaanAls", "/form[@title='Opslaan als']", parentFolder, 30000, null, true, "b4da5f61-a7ae-4a2a-bd84-09bffaec5225", "")
{
- _saveasfilenameInfo = new RepoItemInfo(this, "SaveAsFileName", "element[@class='DUIViewWndClassName']//combobox[@class='ComboBox']/text[@accessiblename='File name:']", 30000, null, "29c5aee0-b248-4a91-82b3-a8a9f8f7382e");
- _savebuttonInfo = new RepoItemInfo(this, "SaveButton", "button[@text='&Save']", 30000, null, "d1a05174-5318-4647-9db3-00a286f95fbc");
+ _saveasfilenameInfo = new RepoItemInfo(this, "SaveAsFileName", "element[@class='DUIViewWndClassName']//combobox[@class='ComboBox']/text[@accessiblename='File name:']", "", 30000, null, "29c5aee0-b248-4a91-82b3-a8a9f8f7382e");
+ _savebuttonInfo = new RepoItemInfo(this, "SaveButton", "button[@text='&Save']", "", 30000, null, "d1a05174-5318-4647-9db3-00a286f95fbc");
}
///
@@ -4596,8 +4596,8 @@
public DropDownMenuItemListAppFolder(RepoGenBaseFolder parentFolder) :
base("DropDownMenuItemList", "/list[@controlid='1000']", parentFolder, 30000, null, true, "559e3624-4636-44d9-8c9e-6d20453f95bf", "")
{
- _genericdropdownitemInfo = new RepoItemInfo(this, "GenericDropDownItem", "listitem[@text=$textItemDropDownMenu]", 5000, null, "81ebade6-6648-4b3b-a974-22ccbf15c7dc");
- _webmaptileservicewmtsInfo = new RepoItemInfo(this, "WebMapTileServiceWMTS", "listitem[@text>'Web Map Tile Service (WMT']", 30000, null, "1df21d19-b589-4ae0-9b5e-2ed3f606ff9d");
+ _genericdropdownitemInfo = new RepoItemInfo(this, "GenericDropDownItem", "listitem[@text=$textItemDropDownMenu]", "", 5000, null, "81ebade6-6648-4b3b-a974-22ccbf15c7dc");
+ _webmaptileservicewmtsInfo = new RepoItemInfo(this, "WebMapTileServiceWMTS", "listitem[@text>'Web Map Tile Service (WMT']", "", 30000, null, "1df21d19-b589-4ae0-9b5e-2ed3f606ff9d");
}
///
@@ -4690,8 +4690,8 @@
base("DialogNewTraject", "/form[@controlname='ReferenceLineMetaSelectionDialog']", parentFolder, 30000, null, true, "a95f8dbe-df2d-4b86-9086-a6751d400a59", "")
{
_trajectstable = new AutomatedSystemTestsRepositoryFolders.TrajectsTableFolder(this);
- _normradiobuttonInfo = new RepoItemInfo(this, "NormRadioButton", "container/container/radiobutton[@controlname>$normType]", 30000, null, "f1bdec4b-e243-4cfe-8459-731408c338d4");
- _buttonokInfo = new RepoItemInfo(this, "ButtonOk", "container/container/button[@controlname='Ok']", 30000, null, "ce4cea6f-cbb0-4c97-a077-14d79e60ca7d");
+ _normradiobuttonInfo = new RepoItemInfo(this, "NormRadioButton", "container/container/radiobutton[@controlname>$normType]", "", 30000, null, "f1bdec4b-e243-4cfe-8459-731408c338d4");
+ _buttonokInfo = new RepoItemInfo(this, "ButtonOk", "container/container/button[@controlname='Ok']", "", 30000, null, "ce4cea6f-cbb0-4c97-a077-14d79e60ca7d");
}
///
@@ -4843,9 +4843,9 @@
public GenericTrajectIDRowFolder(RepoGenBaseFolder parentFolder) :
base("GenericTrajectIDRow", "row[@accessiblevalue>$trajectID]", parentFolder, 30000, false, false, "44bf3838-090b-46fe-8754-6602b139c5ec", "")
{
- _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");
+ _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");
}
///
@@ -4960,8 +4960,8 @@
public OpenenAppFolder(RepoGenBaseFolder parentFolder) :
base("Openen", "/form[@title='Openen']", parentFolder, 30000, null, true, "3a716415-5c8c-4180-ba63-04ca2f4f5a22", "")
{
- _filenamefieldInfo = new RepoItemInfo(this, "FileNameField", "?/?/text[@controlid='1148']", 30000, null, "6fa717c9-c262-49c5-87e8-2cbf90c3d127");
- _buttonopenInfo = new RepoItemInfo(this, "ButtonOpen", "button[@text='&Open']", 30000, null, "aad8cdda-9624-426d-9965-7ea59f8db536");
+ _filenamefieldInfo = new RepoItemInfo(this, "FileNameField", "?/?/text[@controlid='1148']", "", 30000, null, "6fa717c9-c262-49c5-87e8-2cbf90c3d127");
+ _buttonopenInfo = new RepoItemInfo(this, "ButtonOpen", "button[@text='&Open']", "", 30000, null, "aad8cdda-9624-426d-9965-7ea59f8db536");
}
///
@@ -5054,8 +5054,8 @@
base("DialogGenerateCalculations", "/form[@controlname~'SelectionDialog']", parentFolder, 30000, null, true, "42112570-aca4-4418-aa9e-8d74dbb65cc6", "")
{
_table = new AutomatedSystemTestsRepositoryFolders.TableFolder6(this);
- _generatebuttonInfo = new RepoItemInfo(this, "GenerateButton", "container/button[@controlname='DoForSelectedButton']", 30000, null, "eb4e6139-e00a-44c2-9e0d-344eeed26fd7");
- _selectallbuttonInfo = new RepoItemInfo(this, "SelectAllButton", "container[@controlname='ButtonGroupBox']/?/?/button[@controlname='SelectAllButton']", 30000, null, "66fd60b5-d7a8-43eb-82cb-e4707b8474de");
+ _generatebuttonInfo = new RepoItemInfo(this, "GenerateButton", "container/button[@controlname='DoForSelectedButton']", "", 30000, null, "eb4e6139-e00a-44c2-9e0d-344eeed26fd7");
+ _selectallbuttonInfo = new RepoItemInfo(this, "SelectAllButton", "container[@controlname='ButtonGroupBox']/?/?/button[@controlname='SelectAllButton']", "", 30000, null, "66fd60b5-d7a8-43eb-82cb-e4707b8474de");
}
///
@@ -5154,7 +5154,7 @@
public TableFolder6(RepoGenBaseFolder parentFolder) :
base("Table", "container[@controlname='ButtonGroupBox']/container//table", parentFolder, 30000, null, false, "4cff6d90-7520-4ee7-a00a-538e505578e2", "")
{
- _usecellrowindexthInfo = new RepoItemInfo(this, "UseCellRowIndexth", "row[@accessiblename~' '+$indexRow]/cell[@accessiblename>'Gebruik']", 30000, null, "407fae09-698f-4177-8f27-47a238018ac5");
+ _usecellrowindexthInfo = new RepoItemInfo(this, "UseCellRowIndexth", "row[@accessiblename~' '+$indexRow]/cell[@accessiblename>'Gebruik']", "", 30000, null, "407fae09-698f-4177-8f27-47a238018ac5");
}
///
@@ -5271,7 +5271,7 @@
public ListFolder(RepoGenBaseFolder parentFolder) :
base("List", "?/?/list[@accessiblerole='List']", parentFolder, 30000, null, false, "9b460c01-d201-4d71-85d1-108e27c4b272", "")
{
- _genericitemindropdownlistInfo = new RepoItemInfo(this, "genericItemInDropDownList", "listitem[@accessiblename~$newValueForParameter]", 30000, null, "532ede54-3f03-4afe-896f-36f3614c200b");
+ _genericitemindropdownlistInfo = new RepoItemInfo(this, "genericItemInDropDownList", "listitem[@accessiblename~$newValueForParameter]", "", 30000, null, "532ede54-3f03-4afe-896f-36f3614c200b");
}
///
@@ -5337,7 +5337,7 @@
public BevestigenAppFolder(RepoGenBaseFolder parentFolder) :
base("Bevestigen", "/form[@title='Bevestigen']", parentFolder, 30000, null, false, "a1f496aa-79c6-4a38-bf14-a67650685c78", "")
{
- _buttonokInfo = new RepoItemInfo(this, "ButtonOK", "button[@text='OK']", 30000, null, "e7ae93d7-2c71-43b5-99bf-1790cbc314c0");
+ _buttonokInfo = new RepoItemInfo(this, "ButtonOK", "button[@text='OK']", "", 30000, null, "e7ae93d7-2c71-43b5-99bf-1790cbc314c0");
}
///
@@ -5405,9 +5405,9 @@
public SelectItemDialogAppFolder(RepoGenBaseFolder parentFolder) :
base("SelectItemDialog", "/form[@controlname='SelectItemDialog']", parentFolder, 30000, null, true, "0d9a64ec-2e31-4550-883e-f86cf1e08e29", "")
{
- _optioncsvInfo = new RepoItemInfo(this, "OptionCSV", "list/listitem[@text<'*.csv)']", 30000, null, "ab9a410e-84e4-4d83-aeb5-0574bad1c88e");
- _buttonokInfo = new RepoItemInfo(this, "ButtonOk", "button[@controlname='buttonOk']", 30000, null, "60eebdf2-2a5e-4a38-a8bb-e4c684bad433");
- _riskeerberekeningenconfiguratieasteriInfo = new RepoItemInfo(this, "RiskeerBerekeningenconfiguratieAsteri", "list/listitem[@text>'Riskeer berekeningenconfiguratie']", 30000, null, "3c5b2b8b-e82e-44ca-b9ed-e85665e0cb24");
+ _optioncsvInfo = new RepoItemInfo(this, "OptionCSV", "list/listitem[@text<'*.csv)']", "", 30000, null, "ab9a410e-84e4-4d83-aeb5-0574bad1c88e");
+ _buttonokInfo = new RepoItemInfo(this, "ButtonOk", "button[@controlname='buttonOk']", "", 30000, null, "60eebdf2-2a5e-4a38-a8bb-e4c684bad433");
+ _riskeerberekeningenconfiguratieasteriInfo = new RepoItemInfo(this, "RiskeerBerekeningenconfiguratieAsteri", "list/listitem[@text>'Riskeer berekeningenconfiguratie']", "", 30000, null, "3c5b2b8b-e82e-44ca-b9ed-e85665e0cb24");
}
///
@@ -5522,8 +5522,8 @@
public OpenDialogAppFolder(RepoGenBaseFolder parentFolder) :
base("OpenDialog", "/form[@title='Openen']", parentFolder, 30000, null, true, "c507fecb-03d6-49f4-b5b8-7b6a4349c6de", "")
{
- _filenamefieldInfo = new RepoItemInfo(this, "FileNameField", "?/?/text[@controlid='1148']", 30000, null, "6605374b-06f5-4614-99d7-445816f0207d");
- _buttonopenInfo = new RepoItemInfo(this, "ButtonOpen", "button[@text='&Open']", 30000, null, "cbbe1268-3660-4dd4-a308-278fbe50bc01");
+ _filenamefieldInfo = new RepoItemInfo(this, "FileNameField", "?/?/text[@controlid='1148']", "", 30000, null, "6605374b-06f5-4614-99d7-445816f0207d");
+ _buttonopenInfo = new RepoItemInfo(this, "ButtonOpen", "button[@text='&Open']", "", 30000, null, "cbbe1268-3660-4dd4-a308-278fbe50bc01");
}
///
@@ -5614,8 +5614,8 @@
public OpenFileDialogAppFolder(RepoGenBaseFolder parentFolder) :
base("OpenFileDialog", "/form[@title='Bestand openen' or @title='Bestand Openen' or @title='Open File' or @title='Open file']", parentFolder, 30000, null, true, "b4994c0d-5167-43e4-8cf7-09a41072ae61", "")
{
- _buttonopenInfo = new RepoItemInfo(this, "ButtonOpen", "button[@text='&Open']", 30000, null, "1003af8e-9e10-4fa3-9036-19f31d7713b9");
- _filenamefieldInfo = new RepoItemInfo(this, "FileNameField", "?/combobox/text", 30000, null, "88a4a7e6-e1ab-4778-871a-63b4fc5f59ae");
+ _buttonopenInfo = new RepoItemInfo(this, "ButtonOpen", "button[@text='&Open']", "", 30000, null, "1003af8e-9e10-4fa3-9036-19f31d7713b9");
+ _filenamefieldInfo = new RepoItemInfo(this, "FileNameField", "?/combobox/text", "", 30000, null, "88a4a7e6-e1ab-4778-871a-63b4fc5f59ae");
}
///
@@ -5707,7 +5707,7 @@
base("BackgroundMapDataSelectionDialog", "/form[@controlname='BackgroundMapDataSelectionDialog']", parentFolder, 30000, null, true, "4ed2421b-175c-4b4d-8733-b94793ed4133", "")
{
_dialogselectionbackground = new AutomatedSystemTestsRepositoryFolders.DialogSelectionBackgroundFolder(this);
- _row0Info = new RepoItemInfo(this, "Row0", "?/?/container[@controlname='propertiesGroupBox']//table[@controlname='dataGridView']/row[2]/cell[1]", 30000, null, "d0b3af51-09f6-49fb-89b1-52aafe114381");
+ _row0Info = new RepoItemInfo(this, "Row0", "?/?/container[@controlname='propertiesGroupBox']//table[@controlname='dataGridView']/row[2]/cell[1]", "", 30000, null, "d0b3af51-09f6-49fb-89b1-52aafe114381");
}
///
@@ -5785,10 +5785,10 @@
public DialogSelectionBackgroundFolder(RepoGenBaseFolder parentFolder) :
base("DialogSelectionBackground", "container[@controlname='tableLayoutPanel1']", parentFolder, 30000, null, false, "5ff51598-720e-48f4-9f45-0cd9533de867", "")
{
- _cancelbuttonInfo = new RepoItemInfo(this, "CancelButton", "?/?/button[@controlname='cancelButton']", 30000, null, "c4d98bb1-8d9c-417d-b4f5-77c5c898556e");
- _connecttobuttonInfo = new RepoItemInfo(this, "ConnectToButton", "container[@controlname='propertiesGroupBox']//button[@controlname='connectToButton']", 30000, null, "557fa973-5317-4d40-a856-2fd2b14140a4");
- _maplayercomboboxInfo = new RepoItemInfo(this, "MapLayerComboBox", "?/?/combobox[@controlname='mapLayerComboBox']", 30000, null, "f74cd95e-8133-4695-8dc4-bf54ce2e9dc8");
- _selectbuttonInfo = new RepoItemInfo(this, "SelectButton", "?/?/button[@controlname='selectButton']", 30000, null, "2df0475f-87b0-4c9a-957d-fe645d198f9b");
+ _cancelbuttonInfo = new RepoItemInfo(this, "CancelButton", "?/?/button[@controlname='cancelButton']", "", 30000, null, "c4d98bb1-8d9c-417d-b4f5-77c5c898556e");
+ _connecttobuttonInfo = new RepoItemInfo(this, "ConnectToButton", "container[@controlname='propertiesGroupBox']//button[@controlname='connectToButton']", "", 30000, null, "557fa973-5317-4d40-a856-2fd2b14140a4");
+ _maplayercomboboxInfo = new RepoItemInfo(this, "MapLayerComboBox", "?/?/combobox[@controlname='mapLayerComboBox']", "", 30000, null, "f74cd95e-8133-4695-8dc4-bf54ce2e9dc8");
+ _selectbuttonInfo = new RepoItemInfo(this, "SelectButton", "?/?/button[@controlname='selectButton']", "", 30000, null, "2df0475f-87b0-4c9a-957d-fe645d198f9b");
}
///
@@ -5926,7 +5926,7 @@
public FoutAppFolder(RepoGenBaseFolder parentFolder) :
base("Fout", "/form[@title='Fout']", parentFolder, 30000, null, true, "52ebd3be-7b30-4e13-885c-76c38357604f", "")
{
- _buttonokInfo = new RepoItemInfo(this, "ButtonOK", "button[@text='OK']", 30000, null, "b8fd9641-981d-469c-bcad-d5e852798a7d");
+ _buttonokInfo = new RepoItemInfo(this, "ButtonOK", "button[@text='OK']", "", 30000, null, "b8fd9641-981d-469c-bcad-d5e852798a7d");
}
///
@@ -5995,8 +5995,8 @@
base("DialogSelectionInformationImportMergeProject", "/form[@controlname='AssessmentSectionMergeDataProviderDialog']", parentFolder, 30000, null, true, "a38813aa-c0d2-4abf-809e-aca709f1371e", "")
{
_tablefms = new AutomatedSystemTestsRepositoryFolders.TableFMsFolder(this);
- _cancelbuttonInfo = new RepoItemInfo(this, "CancelButton", "?/?/container[@controlname='flowLayoutPanelButtons']/button[@controlname='cancelButton']", 30000, null, "89a71866-d976-497c-a752-3afb1a05083b");
- _importbuttonInfo = new RepoItemInfo(this, "ImportButton", "?/?/container[@controlname='flowLayoutPanelButtons']/button[@controlname='importButton']", 30000, null, "2ef0a15d-b6c2-4ef1-b76f-b49f984cc52a");
+ _cancelbuttonInfo = new RepoItemInfo(this, "CancelButton", "?/?/container[@controlname='flowLayoutPanelButtons']/button[@controlname='cancelButton']", "", 30000, null, "89a71866-d976-497c-a752-3afb1a05083b");
+ _importbuttonInfo = new RepoItemInfo(this, "ImportButton", "?/?/container[@controlname='flowLayoutPanelButtons']/button[@controlname='importButton']", "", 30000, null, "2ef0a15d-b6c2-4ef1-b76f-b49f984cc52a");
}
///
@@ -6095,7 +6095,7 @@
public TableFMsFolder(RepoGenBaseFolder parentFolder) :
base("TableFMs", ".//table[@controlname='dataGridView']", parentFolder, 30000, null, false, "15fe51ee-f2a2-4404-a313-53b35aded5fd", "")
{
- _selectcellgenericrowInfo = new RepoItemInfo(this, "SelectCellGenericRow", "row[@accessiblename~' '+$indexRow]/cell[@accessiblename>'Selecteer']", 30000, null, "67bc4452-c4a1-459b-8ab9-a476e489359f");
+ _selectcellgenericrowInfo = new RepoItemInfo(this, "SelectCellGenericRow", "row[@accessiblename~' '+$indexRow]/cell[@accessiblename>'Selecteer']", "", 30000, null, "67bc4452-c4a1-459b-8ab9-a476e489359f");
}
///
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsContextMenu/ExportReferenceLine.rxrec
===================================================================
diff -u -rdeb7a925c99954e8ab65d6ea3f72565b81a1187c -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsContextMenu/ExportReferenceLine.rxrec (.../ExportReferenceLine.rxrec) (revision deb7a925c99954e8ab65d6ea3f72565b81a1187c)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsContextMenu/ExportReferenceLine.rxrec (.../ExportReferenceLine.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -63,6 +63,8 @@
/contextmenu[@processname='Riskeer']/menuitem[@accessiblename='Exporteren...']
+
+
/form[@title='Opslaan als']/element[@class='DUIViewWndClassName']//combobox[@class='ComboBox']/text[@accessiblename='File name:']
+
+
@@ -110,6 +114,8 @@
/form[@title='Opslaan als']/button[@text='&Save']
+
+
/form[@title='Confirm Save As']//button[@text='&Yes']
+
+
@@ -160,6 +168,8 @@
/form[@controlname='ActivityProgressDialog']/button[@controlname='buttonCancel']
+
+
/contextmenu[@processname='Riskeer']/menuitem[@accessiblename='Genereer scenario''s...']
+
+
@@ -491,6 +493,8 @@
/form[@controlname='SelectionDialogBase']/container[@controlname='ButtonGroupBox']/container/table
+
+
+ DoForSelectedButton
+
+
135746
@@ -1312,6 +1321,8 @@
/form[@controlname='SelectionDialogBase']/?/?/button[@controlname='DoForSelectedButton']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsContextMenu/RemoveAllOutput.rxrec
===================================================================
diff -u -r9d22f1c3c853cf5b7f2ecaa2cb71794f4b96ad54 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsContextMenu/RemoveAllOutput.rxrec (.../RemoveAllOutput.rxrec) (revision 9d22f1c3c853cf5b7f2ecaa2cb71794f4b96ad54)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsContextMenu/RemoveAllOutput.rxrec (.../RemoveAllOutput.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -112,6 +112,8 @@
/contextmenu[@processname='Riskeer']/menuitem[@accessiblename='Wis alle uitvoer...']
+
+
@@ -666,6 +668,8 @@
/form[@title='Bevestigen']/button[@text='OK']
+
+
@@ -792,6 +796,8 @@
/form[@title='Bevestigen']/button[@text='OK']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsDialogs/ConfirmActionInDialog.rxrec
===================================================================
diff -u -re1484a8aeb7527b4901444465f793deaf0a867f0 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsDialogs/ConfirmActionInDialog.rxrec (.../ConfirmActionInDialog.rxrec) (revision e1484a8aeb7527b4901444465f793deaf0a867f0)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsDialogs/ConfirmActionInDialog.rxrec (.../ConfirmActionInDialog.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -61,6 +61,8 @@
/form[@title='Bevestigen']/button[@text='OK']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsDocumentView/ValidateContributionValueInScenariosView.rxrec
===================================================================
diff -u -r45fc929f9543cd8a929a64b7326d0533b94586f9 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsDocumentView/ValidateContributionValueInScenariosView.rxrec (.../ValidateContributionValueInScenariosView.rxrec) (revision 45fc929f9543cd8a929a64b7326d0533b94586f9)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsDocumentView/ValidateContributionValueInScenariosView.rxrec (.../ValidateContributionValueInScenariosView.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -56,6 +56,8 @@
/form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='ScenariosView']/container/container/container/container/table/row[@accessiblename='Row 0']/cell[@accessiblename>'Bijdrage aanscenario[%]']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsPropertiesPanel/ExpandDamInPropertiesPanel.rxrec
===================================================================
diff -u -r6e06bf343fc545b7b0417d22b1b7209a51d3f073 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsPropertiesPanel/ExpandDamInPropertiesPanel.rxrec (.../ExpandDamInPropertiesPanel.rxrec) (revision 6e06bf343fc545b7b0417d22b1b7209a51d3f073)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsPropertiesPanel/ExpandDamInPropertiesPanel.rxrec (.../ExpandDamInPropertiesPanel.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -52,6 +52,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>$nameOfParameterInPropertiesPanel]
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsWithItemsInProjectExplorer/DragAndDropItemOntoAnotherItem.rxrec
===================================================================
diff -u -r0f3ecffa42808df8629947c72d6367e34875e271 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsWithItemsInProjectExplorer/DragAndDropItemOntoAnotherItem.rxrec (.../DragAndDropItemOntoAnotherItem.rxrec) (revision 0f3ecffa42808df8629947c72d6367e34875e271)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsWithItemsInProjectExplorer/DragAndDropItemOntoAnotherItem.rxrec (.../DragAndDropItemOntoAnotherItem.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -80,6 +80,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/ExportConfigurationSelectedCalculationToXMLFile.rxrec
===================================================================
diff -u -rcfcf0b46a7644986c90d7206f500108e2442759b -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/ExportConfigurationSelectedCalculationToXMLFile.rxrec (.../ExportConfigurationSelectedCalculationToXMLFile.rxrec) (revision cfcf0b46a7644986c90d7206f500108e2442759b)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/ExportConfigurationSelectedCalculationToXMLFile.rxrec (.../ExportConfigurationSelectedCalculationToXMLFile.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -116,6 +116,8 @@
/contextmenu[@processname='Riskeer']/menuitem[@accessiblename='Exporteren...']
+
+
@@ -492,6 +494,8 @@
/form[@controlname='SelectItemDialog']/list/listitem[@text>'Riskeer berekeningenconfiguratie']
+
+
/form[@controlname='SelectItemDialog']/button[@controlname='buttonOk']
+
+
@@ -667,6 +673,8 @@
/form/element[@class='DUIViewWndClassName']//combobox[@class='ComboBox']/text[@controlid='1001']
+
+
yourValue
@@ -839,6 +847,8 @@
/form/button
+
+
@@ -989,6 +999,8 @@
/form[@title='Confirm Save As']//button[@text='&Yes']
+
+
@@ -1018,6 +1030,8 @@
/form[@controlname='ActivityProgressDialog']/button[@controlname='buttonCancel']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/ExportCurrentItemToCSVFile.rxrec
===================================================================
diff -u -rd8eedf00239b78a92d26c55ba5122bec95c2c61b -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/ExportCurrentItemToCSVFile.rxrec (.../ExportCurrentItemToCSVFile.rxrec) (revision d8eedf00239b78a92d26c55ba5122bec95c2c61b)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/ExportCurrentItemToCSVFile.rxrec (.../ExportCurrentItemToCSVFile.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -116,6 +116,8 @@
/contextmenu[@processname='Riskeer']/menuitem[@accessiblename='Exporteren...']
+
+
@@ -546,6 +548,8 @@
/form[@controlname='SelectItemDialog']/list/listitem[@text>'Berekende belastingen bij']
+
+
@@ -739,6 +743,11 @@
WindowsForms10.BUTTON.app.0.90fd76_r9_ad1
+ buttonOk
+
+
202644
@@ -1477,6 +1486,8 @@
/form[@controlname='SelectItemDialog']/button[@controlname='buttonOk']
+
+
@@ -1709,6 +1720,8 @@
/form/element[@class='DUIViewWndClassName']//combobox[@class='ComboBox']/text[@controlid='1001']
+
+
yourValue
@@ -1865,6 +1878,8 @@
/form/button
+
+
@@ -2015,6 +2030,8 @@
/form[@title='Confirm Save As']//button[@text='&Yes']
+
+
@@ -2044,6 +2061,8 @@
/form[@controlname='ActivityProgressDialog']/button[@controlname='buttonCancel']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/NewProjectUsingKeyboard.rxrec
===================================================================
diff -u -rc5f69680b82fbaae2659fba0d555722f042de455 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/NewProjectUsingKeyboard.rxrec (.../NewProjectUsingKeyboard.rxrec) (revision c5f69680b82fbaae2659fba0d555722f042de455)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/NewProjectUsingKeyboard.rxrec (.../NewProjectUsingKeyboard.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -55,6 +55,8 @@
/form[@automationid='RiskeerMainWindow']
+
+
/form[@title='Project afsluiten']/button[@text='&No']
+
+
@@ -371,6 +375,8 @@
/form[@title='Project afsluiten']/button[@text='&No']
+
+
@@ -402,6 +408,8 @@
/form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']
+
+
@@ -421,6 +429,8 @@
/form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd]/cell[2]
+
+
@@ -441,6 +451,8 @@
/form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd]/cell[2]
+
+
@@ -462,6 +474,8 @@
/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]
+
+
+ SignallingValueRadioButton
+
+
69008
@@ -1286,6 +1307,8 @@
/form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='groupBox1']/radiobutton[@controlname='SignallingValueRadioButton']
+
+
@@ -1414,6 +1437,11 @@
WindowsForms10.BUTTON.app.0.125ea89_r9_ad1
+ Ok
+
+
69016
@@ -2152,6 +2180,8 @@
/form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='flowLayoutPanel1']/button[@controlname='Ok']
+
+
@@ -2425,6 +2455,8 @@
/form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]
+
+
/form[@automationid='RiskeerMainWindow']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/OpenProject.rxrec
===================================================================
diff -u -rd61ff8027478a244a01b43b04a0196dc44b0d3b6 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/OpenProject.rxrec (.../OpenProject.rxrec) (revision d61ff8027478a244a01b43b04a0196dc44b0d3b6)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/OpenProject.rxrec (.../OpenProject.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -80,6 +80,8 @@
/form[@automationid='RiskeerMainWindow']
+
+
/form[@automationid='RiskeerMainWindow']
+
+
/form[@title='Openen']/?/?/text[@controlid='1148']
+
+
D:\testing\Riskeer\automatisering\4.Trajectinformatie_basis\Project_assemblage_A_B_20-1.risk
@@ -325,6 +331,8 @@
/form[@title='Openen']/button[@text='&Open']
+
+
@@ -452,6 +460,8 @@
/form[@title='Project afsluiten']/button[@text='&No']
+
+
@@ -483,6 +493,8 @@
/form[@controlname='ActivityProgressDialog']/progressbar[@controlname='progressBar']
+
+
/form[@controlname='ActivityProgressDialog']/button[@controlname='buttonCancel']
+
+
/form[@automationid='RiskeerMainWindow']/?/container/?/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row 0']/cell[@accessiblename>'Bericht']
+
+
Text
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/SaveAs.rxrec
===================================================================
diff -u -rd61ff8027478a244a01b43b04a0196dc44b0d3b6 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/SaveAs.rxrec (.../SaveAs.rxrec) (revision d61ff8027478a244a01b43b04a0196dc44b0d3b6)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/SaveAs.rxrec (.../SaveAs.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -55,6 +55,8 @@
/form[@automationid='RiskeerMainWindow']
+
+
/form[@automationid='Window']/menubar[@automationid='Ribbon']/?/?/text[@caption='Bestand']
+
+
/form[@automationid='Window']/menubar[@automationid='Ribbon']/?/?/button[@automationid='ButtonMenuFileSaveProjectAs']
+
+
/form/element[@class='DUIViewWndClassName']//combobox[@class='ComboBox']/text[@controlid='1001']
+
+
yourValue
@@ -1088,6 +1096,8 @@
/form/button
+
+
@@ -1238,6 +1248,8 @@
/form[@title='Confirm Save As']//button[@text='&Yes']
+
+
@@ -1267,6 +1279,8 @@
/form[@controlname='ActivityProgressDialog']/button[@controlname='buttonCancel']
+
+
/form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectCalculationsToRunDA.rxrec
===================================================================
diff -u -rd9f7e1cdd05d4033abae0f9e748311003d1446bc -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectCalculationsToRunDA.rxrec (.../SelectCalculationsToRunDA.rxrec) (revision d9f7e1cdd05d4033abae0f9e748311003d1446bc)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectCalculationsToRunDA.rxrec (.../SelectCalculationsToRunDA.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -60,6 +60,8 @@
/form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname>'Dune']/container/table
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInMapLayersPanel.rxrec
===================================================================
diff -u -r766d9ac487a1b6d81110f47fe4244c008edd070e -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInMapLayersPanel.rxrec (.../SelectGenericItemInMapLayersPanel.rxrec) (revision 766d9ac487a1b6d81110f47fe4244c008edd070e)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInMapLayersPanel.rxrec (.../SelectGenericItemInMapLayersPanel.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -66,6 +66,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='MapLegendView']/container/tree/tree/treeitem
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInProjectExplorer.rxrec
===================================================================
diff -u -r7cec7aefba4d3746c28d677bfebde33c5decfe4e -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInProjectExplorer.rxrec (.../SelectGenericItemInProjectExplorer.rxrec) (revision 7cec7aefba4d3746c28d677bfebde33c5decfe4e)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInProjectExplorer.rxrec (.../SelectGenericItemInProjectExplorer.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -66,6 +66,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListScenariosView.rxrec
===================================================================
diff -u -rf6fffc6ccaf30accf1014ebb6992f01b93f1050a -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListScenariosView.rxrec (.../SelectGenericSectionInListScenariosView.rxrec) (revision f6fffc6ccaf30accf1014ebb6992f01b93f1050a)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListScenariosView.rxrec (.../SelectGenericSectionInListScenariosView.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -52,6 +52,8 @@
/form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='ScenariosView']/container/container/?/list/list/listitem[@index=$indexSection]
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectItemFromDynamicDropDownMenuInPropertiesPanelRow.rxrec
===================================================================
diff -u -r6a13785f3dea7bb397c12daab4c0a74ea35fd421 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectItemFromDynamicDropDownMenuInPropertiesPanelRow.rxrec (.../SelectItemFromDynamicDropDownMenuInPropertiesPanelRow.rxrec) (revision 6a13785f3dea7bb397c12daab4c0a74ea35fd421)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectItemFromDynamicDropDownMenuInPropertiesPanelRow.rxrec (.../SelectItemFromDynamicDropDownMenuInPropertiesPanelRow.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -76,6 +76,8 @@
/form[@title='']/?/?/list[@accessiblerole='List']/listitem[@accessiblename>$newValueForParameter]
+
+
/form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]//treeitem[@hasfocus='true']
+
+
/form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname>'Dune']/container/table/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Rekenwaarden waterstand']
+
+
@@ -78,6 +80,8 @@
/form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname>'Dune']/container/table/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Rekenwaarden waterstand']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateDataSectionsView.rxrec
===================================================================
diff -u -rdeb7a925c99954e8ab65d6ea3f72565b81a1187c -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateDataSectionsView.rxrec (.../ValidateDataSectionsView.rxrec) (revision deb7a925c99954e8ab65d6ea3f72565b81a1187c)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateDataSectionsView.rxrec (.../ValidateDataSectionsView.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -104,6 +104,8 @@
/form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/?/?/table[@controlname='dataGridView']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateEnabledStateCellInResultView.rxrec
===================================================================
diff -u -r37d79e87a557815a06eed75ae2d2f46e8c984935 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateEnabledStateCellInResultView.rxrec (.../ValidateEnabledStateCellInResultView.rxrec) (revision 37d79e87a557815a06eed75ae2d2f46e8c984935)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateEnabledStateCellInResultView.rxrec (.../ValidateEnabledStateCellInResultView.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -44,6 +44,8 @@
/form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[$rowIndex]/cell[$columnIndex]
+
+
@@ -74,6 +76,8 @@
/form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[$rowIndex]/cell[$columnIndex]
+
+
@@ -93,6 +97,8 @@
/form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[$rowIndex]/cell[$columnIndex]
+
+
/form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='ScenariosView']/container[@controlname='splitContainer']/container[@controlname='panel1']/?/list/list
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateSectionNameIsPresentInTableResultsView.rxrec
===================================================================
diff -u -rdeb7a925c99954e8ab65d6ea3f72565b81a1187c -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateSectionNameIsPresentInTableResultsView.rxrec (.../ValidateSectionNameIsPresentInTableResultsView.rxrec) (revision deb7a925c99954e8ab65d6ea3f72565b81a1187c)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateSectionNameIsPresentInTableResultsView.rxrec (.../ValidateSectionNameIsPresentInTableResultsView.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -64,6 +64,8 @@
/form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateTrajectCategoryBoundaryInDocumentView.rxrec
===================================================================
diff -u -r54ded83c549a62e7138784e9830ea47a04c43219 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateTrajectCategoryBoundaryInDocumentView.rxrec (.../ValidateTrajectCategoryBoundaryInDocumentView.rxrec) (revision 54ded83c549a62e7138784e9830ea47a04c43219)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/DocumentView/ValidateTrajectCategoryBoundaryInDocumentView.rxrec (.../ValidateTrajectCategoryBoundaryInDocumentView.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -56,6 +56,8 @@
/form[@automationid='RiskeerMainWindow']/?/container[10]/container[@controltypename='WinFormsAdapter']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView']/row[@accessiblevalue>$categoryName+';']/cell[@accessiblename>$boundaryTypeSubstring]
+
+
/form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename<' '+$rowIndex]/cell[@accessiblename>'Waterstand' or @accessiblename>'Golfhoogte']
+
+
@@ -78,6 +80,8 @@
/form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename<' '+$rowIndex]/cell[@accessiblename>'Waterstand' or @accessiblename>'Golfhoogte']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateDoubleValueParameterCurrentlyShownInPropertiesPanel.rxrec
===================================================================
diff -u -rcfcf0b46a7644986c90d7206f500108e2442759b -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateDoubleValueParameterCurrentlyShownInPropertiesPanel.rxrec (.../ValidateDoubleValueParameterCurrentlyShownInPropertiesPanel.rxrec) (revision cfcf0b46a7644986c90d7206f500108e2442759b)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateDoubleValueParameterCurrentlyShownInPropertiesPanel.rxrec (.../ValidateDoubleValueParameterCurrentlyShownInPropertiesPanel.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -44,6 +44,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>$nameOfParameterInPropertiesPanel]
+
+
@@ -76,6 +78,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename=$nameOfParameterInPropertiesPanel]
+
+
@@ -98,6 +102,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename=$nameOfParameterInPropertiesPanel]
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateDoubleValueparameterInPropertiesPanelGivenPath.rxrec
===================================================================
diff -u -rcfcf0b46a7644986c90d7206f500108e2442759b -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateDoubleValueparameterInPropertiesPanelGivenPath.rxrec (.../ValidateDoubleValueparameterInPropertiesPanelGivenPath.rxrec) (revision cfcf0b46a7644986c90d7206f500108e2442759b)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateDoubleValueparameterInPropertiesPanelGivenPath.rxrec (.../ValidateDoubleValueparameterInPropertiesPanelGivenPath.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -60,6 +60,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']
+
+
/form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>$nameOfParameterInPropertiesPanel]
+
+
@@ -78,6 +80,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename=$nameOfParameterInPropertiesPanel]
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateRowDoesNotExistInPropertiesPanel.rxrec
===================================================================
diff -u -r4cc0579bba0eb6b056ecb9d8a02fc872de3ae528 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateRowDoesNotExistInPropertiesPanel.rxrec (.../ValidateRowDoesNotExistInPropertiesPanel.rxrec) (revision 4cc0579bba0eb6b056ecb9d8a02fc872de3ae528)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateRowDoesNotExistInPropertiesPanel.rxrec (.../ValidateRowDoesNotExistInPropertiesPanel.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -68,6 +68,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateTextValueParameterCurrentlyShownInPropertiesPanel.rxrec
===================================================================
diff -u -rd8eedf00239b78a92d26c55ba5122bec95c2c61b -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateTextValueParameterCurrentlyShownInPropertiesPanel.rxrec (.../ValidateTextValueParameterCurrentlyShownInPropertiesPanel.rxrec) (revision d8eedf00239b78a92d26c55ba5122bec95c2c61b)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/PropertiesPanel/ValidateTextValueParameterCurrentlyShownInPropertiesPanel.rxrec (.../ValidateTextValueParameterCurrentlyShownInPropertiesPanel.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -56,6 +56,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>$nameOfParameterInPropertiesPanel]
+
+
@@ -78,6 +80,8 @@
/form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename=$nameOfParameterInPropertiesPanel]
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Wait/WaitUntilAllCalculationsHaveBeenCarriedOut.rxrec
===================================================================
diff -u -rceb93a7665a32706ab3b8a2b7971f99b0e20606b -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Wait/WaitUntilAllCalculationsHaveBeenCarriedOut.rxrec (.../WaitUntilAllCalculationsHaveBeenCarriedOut.rxrec) (revision ceb93a7665a32706ab3b8a2b7971f99b0e20606b)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Wait/WaitUntilAllCalculationsHaveBeenCarriedOut.rxrec (.../WaitUntilAllCalculationsHaveBeenCarriedOut.rxrec) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -62,6 +62,8 @@
/form[@controlname='ActivityProgressDialog']
+
+
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script06.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script06.rxtst (.../Script06.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script06.rxtst (.../Script06.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -11,18 +11,22 @@
name="b)ImportModifiedReferenceLineAsFMSections">
@@ -124,6 +128,7 @@
name="ExportPropertiesPanelToCsv">
@@ -163,10 +168,12 @@
name="LoopFMs5Sections">
@@ -204,10 +211,12 @@
name="LoopFMs3Sections">
@@ -236,6 +245,7 @@
name="SelectFailurePathsState">
@@ -260,6 +270,7 @@
name="ExportPropertiesPanelToCsv">
@@ -454,14 +465,17 @@
name="SetupNewTraject">
@@ -919,6 +933,7 @@
name="1)ImportIncompatibleFMSections">
@@ -1073,6 +1088,7 @@
name="MakeScreenshot">
@@ -1146,34 +1162,42 @@
name="script06_Vakindeling_maken_of_aanpassen">
@@ -1290,6 +1314,7 @@
name="ValidateSectionsInPropertiesPanel">
@@ -1387,10 +1412,12 @@
name="SelectRandomFMToAddSections">
@@ -1421,10 +1448,12 @@
name="MakeAllParametersInPropertiesPanelVisible">
@@ -1549,18 +1578,22 @@
name="ValidateNoSectionsHaveBeenImported">
@@ -1575,34 +1608,42 @@
name="CalculateFileName3Sections">
@@ -1613,10 +1654,12 @@
name="MakeAllParametersInPropertiesPanelVisible">
@@ -1775,6 +1818,7 @@
name="CalculateFileName">
@@ -2163,14 +2207,17 @@
name="ImportReferenceLine">
@@ -2351,10 +2398,12 @@
name="MakeScreenshot">
@@ -2434,6 +2483,7 @@
name="ValidateSectionsInPropertiesPanel">
@@ -2468,6 +2518,7 @@
name="Export">
@@ -2478,6 +2529,7 @@
name="SelectTrajectState">
@@ -2597,23 +2649,34 @@
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -2894,10 +2960,12 @@
name="AddExtraLayerBackground">
@@ -2908,34 +2976,42 @@
name="a)ImportAndAdaptFMSections">
@@ -2970,6 +3046,7 @@
name="AddSectionsIncompatibleWithTraject">
@@ -3090,14 +3167,17 @@
name="MakeDunesFMRelevant">
@@ -3434,30 +3514,37 @@
@@ -3553,14 +3640,17 @@
name="MakeDunesFMRelevant">
@@ -3679,18 +3769,22 @@
name="2)ImportAndAdaptCompatibleFMSections">
@@ -3727,34 +3821,42 @@
name="CalculateFileName">
@@ -5892,7 +5994,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script07.rxtst
===================================================================
diff -u -re15e9e1157ece3c190a6912ca0daa043f6b960f5 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script07.rxtst (.../Script07.rxtst) (revision e15e9e1157ece3c190a6912ca0daa043f6b960f5)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script07.rxtst (.../Script07.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -7,22 +7,27 @@
name="ChangeBoundaries">
@@ -57,6 +62,7 @@
name="LoopBoundaryType(LowerUpper)">
@@ -67,10 +73,12 @@
name="OpenNormClassesView">
@@ -81,30 +89,37 @@
name="script07_Toetseis_op_trajectniveau_bepalen">
@@ -228,23 +243,34 @@
name="setup">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -459,30 +486,37 @@
reportlevel="Info;20">
@@ -894,7 +928,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script08.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script08.rxtst (.../Script08.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script08.rxtst (.../Script08.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -83,6 +83,7 @@
name="OpenCategoriesView">
@@ -187,34 +188,42 @@
name="Validate_FormulaType1_(STPH,STBI)">
@@ -332,10 +341,12 @@
name="AddDunesToAssembly">
@@ -471,26 +482,32 @@
name="ValidationParameter_DeltaL">
@@ -613,23 +630,34 @@
name="SelectFM">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -816,30 +850,37 @@
name="Validate_FormulaType2_(AGK)">
@@ -878,30 +919,37 @@
name="script08_Duidingsklassen_en_lengte-effect_parameters">
@@ -974,26 +1022,32 @@
name="ValidationParameter_2NA">
@@ -1036,14 +1090,17 @@
name="ChangeNormToRandomValues">
@@ -1308,14 +1365,17 @@
name="LengthEffects(trajectType=Dijk/Duin)">
@@ -1326,10 +1386,12 @@
name="ReadTrajectLength">
@@ -1442,6 +1504,7 @@
name="SelectStateTraject">
@@ -1613,6 +1676,7 @@
name="SelectStateRegistrationAssembly">
@@ -1691,6 +1755,7 @@
name="a)Determine_Categories_Failure_Prob_per_Section">
@@ -1752,30 +1817,37 @@
name="Validate_FormulaType3_(BSKW)">
@@ -1800,6 +1872,7 @@
name="SelectStateRegistryAssembly">
@@ -1922,6 +1995,7 @@
name="SelectStateRegistrationAssembly">
@@ -1985,30 +2059,37 @@
reportlevel="Info;20">
@@ -2132,10 +2213,12 @@
name="AddSpecificFailureMechanism">
@@ -2171,10 +2254,12 @@
name="ValidateCategoriesBoundaries">
@@ -2274,6 +2359,7 @@
name="SelectStateTraject">
@@ -2395,10 +2481,12 @@
name="ValidateCategoriesBoundaries">
@@ -2458,6 +2546,7 @@
name="OpenCategoriesView">
@@ -2517,10 +2606,12 @@
name="LoopAlongFMsWithGenericN">
@@ -2572,10 +2663,12 @@
name="CompareTrajectLengthInFMs">
@@ -3566,7 +3659,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script09.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script09.rxtst (.../Script09.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script09.rxtst (.../Script09.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -31,10 +31,12 @@
name="LoopChartsRemovedItems">
@@ -69,6 +71,7 @@
name="ValidateCSVEqualToModifiedReference">
@@ -295,10 +298,12 @@
name="AddNewTrajectNotAppropriateForSchematization">
@@ -340,6 +345,7 @@
name="CopyFilesModifiedElements">
@@ -935,6 +941,7 @@
name="SetRangeLoopSchematizations">
@@ -953,38 +960,47 @@
name="LoopSchematizations">
@@ -1111,10 +1127,12 @@
name="AssignProfile(ZST,AGK,GEBU)">
@@ -1269,10 +1287,12 @@
name="GenerateCalculations(GEKB,ZST,AGK,GEBU)">
@@ -1402,18 +1422,22 @@
name="LoopFMs">
@@ -1425,6 +1449,7 @@
name="ValidateCSVEqualToOriginalReference">
@@ -1469,6 +1494,7 @@
name="SetRangeLoopSchematizations">
@@ -1485,6 +1511,7 @@
name="SetRangeLoopSchematizations">
@@ -1608,14 +1635,17 @@
name="ImportReferenceLine">
@@ -1667,6 +1697,7 @@
name="ValidateSourceSchematizations">
@@ -1828,6 +1859,7 @@
name="CheckIfItemCanBeOpened">
@@ -1938,6 +1970,7 @@
name="ValidateItemNameInProjectExplorer">
@@ -1962,14 +1995,17 @@
name="script09_Voorland_of_voorliggende_dam_importeren">
@@ -2240,38 +2276,47 @@
name="LoopSchematizationsItemsModified">
@@ -2303,6 +2348,7 @@
name="ValidateCSVEqualToModifiedReference">
@@ -2412,22 +2458,27 @@
name="GenerateCSV">
@@ -2495,6 +2546,7 @@
name="SetRangeLoopSchematizations">
@@ -2525,6 +2577,7 @@
name="ScreenshotsToEvaluatePresenceOfSchematizations">
@@ -2638,10 +2691,12 @@
name="LoopOriginalCharts">
@@ -2784,6 +2839,7 @@
name="CopyOriginalFiles">
@@ -2922,22 +2978,27 @@
name="GenerateCSV">
@@ -2948,10 +3009,12 @@
name="AddNewTrajectAppropriateForSchematization">
@@ -2988,30 +3051,37 @@
name="ScreenshotsOfChartsInCalculationsRemovedItems(GEKB,ZST,AGK,GEBU)">
@@ -3135,6 +3205,7 @@
name="CopyFilesModifiedElements">
@@ -3145,22 +3216,27 @@
name="GenerateCSV">
@@ -3412,30 +3488,37 @@
name="ScreenshotsOfChartsInCalculations(GEKB,ZST,AGK,GEBU)">
@@ -4068,10 +4151,12 @@
name="LoopChartsModified">
@@ -4104,38 +4189,47 @@
name="LoopSchematizationsRemainingItems">
@@ -4261,30 +4355,37 @@
reportlevel="Info;20">
@@ -4323,6 +4424,7 @@
name="ValidateItemNameNotPresentInProjectExplorer">
@@ -4333,30 +4435,37 @@
name="ScreenshotsOfChartsInCalculationsModified(GEKB,ZST,AGK,GEBU)">
@@ -4473,23 +4582,34 @@
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -6531,7 +6651,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script10.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script10.rxtst (.../Script10.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script10.rxtst (.../Script10.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -105,14 +105,17 @@
name="ScreenshotsOfChartsInCalculations">
@@ -125,33 +128,46 @@
type="Recording">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -168,14 +184,17 @@
name="script10_Profielschematisaties_en_ondergrondgegevens_importeren">
@@ -186,6 +205,7 @@
name="ValidateSurfaceLines">
@@ -196,6 +216,7 @@
name="CopyFilesWithElementsRemoved">
@@ -428,6 +449,7 @@
name="SelectStrengthCalculationsState">
@@ -463,18 +485,22 @@
name="SetTraject(6-5)">
@@ -653,6 +679,7 @@
name="ValidateErrorMessages">
@@ -685,10 +712,12 @@
name="LoopOriginalCalculations">
@@ -781,14 +810,17 @@
name="loopSubsurfaceSchematizations">
@@ -799,18 +831,22 @@
name="ValidateSubsurfaceStochasticModels">
@@ -841,30 +877,37 @@
name="ScreenshotsOfChartsInCalculations">
@@ -896,18 +939,22 @@
name="SetTraject(12-2)">
@@ -1163,10 +1210,12 @@
name="LoopEditedCalculations">
@@ -1386,6 +1435,7 @@
name="UpdateSubsurfaceSchematizations">
@@ -1396,6 +1446,7 @@
name="SelectStrengthCalculationsState">
@@ -1445,6 +1496,7 @@
name="ValidateSourcePath">
@@ -1581,6 +1633,7 @@
name="UpdateSurfaceLines">
@@ -1591,10 +1644,12 @@
name="UpdateCalculation">
@@ -1611,6 +1666,7 @@
name="CopyOriginalFiles">
@@ -1789,6 +1845,7 @@
name="ValidateSourcePath">
@@ -1881,6 +1938,7 @@
name="ValidateErrorMessages">
@@ -1949,18 +2007,22 @@
name="LoopSurfaceLines">
@@ -2014,6 +2076,7 @@
name="ValidateSurfaceLines">
@@ -2202,14 +2265,17 @@
name="LoopValidateThatPreviousSubsurfaceSchematizationsRemain">
@@ -2430,6 +2496,7 @@
name="ValidateSourcePath">
@@ -2512,6 +2579,7 @@
name="OpenViewAndCreateScreenshot">
@@ -2526,38 +2594,47 @@
name="LoopFMs">
@@ -2568,6 +2645,7 @@
name="UpdateSurfaceLines">
@@ -2704,10 +2782,12 @@
name="LoopCalculationsElementsRemoved">
@@ -3084,14 +3164,17 @@
name="LoopSurfaceLines">
@@ -3108,18 +3191,22 @@
name="ValidateSubsurfaceStochasticModels">
@@ -3152,14 +3239,17 @@
name="LoopSurfaceLines">
@@ -3170,6 +3260,7 @@
name="ValidateSurfaceLines">
@@ -3242,14 +3333,17 @@
name="LoopEditedSubsurfaceSchematizations">
@@ -3267,30 +3361,37 @@
reportlevel="Info;20">
@@ -3373,10 +3474,12 @@
name="GenerateCalculations">
@@ -3457,30 +3560,37 @@
name="ScreenshotsOfChartsInCalculations">
@@ -3711,6 +3821,7 @@
name="UpdateSubsurfaceSchematizations">
@@ -3741,6 +3852,7 @@
name="CopyEditedFiles">
@@ -3765,18 +3877,22 @@
name="ValidateSubsurfaceStochasticModels">
@@ -3825,22 +3941,27 @@
name="ImportSurfaceLines">
@@ -3927,6 +4048,7 @@
name="ImportSubsurfaceSchematizations">
@@ -6213,7 +6335,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script12.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script12.rxtst (.../Script12.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script12.rxtst (.../Script12.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -47,22 +47,27 @@
name="GenerateCSV">
@@ -151,6 +156,7 @@
name="ValidateCSVEqualToModifiedReference">
@@ -771,22 +777,27 @@
name="GenerateCSV">
@@ -797,6 +808,7 @@
name="SetRangeLoopStructures">
@@ -1256,38 +1268,47 @@
name="LoopStructuresRemainingItems">
@@ -1350,23 +1371,34 @@
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -1409,6 +1445,7 @@
name="CopyFilesModifiedElements">
@@ -1419,10 +1456,12 @@
name="AddNewTrajectAppropriateForStructures">
@@ -1439,38 +1478,47 @@
name="LoopStructures">
@@ -1636,6 +1684,7 @@
name="SetState">
@@ -1741,6 +1790,7 @@
name="ValidateItemNameNotPresentInProjectExplorer">
@@ -1766,6 +1816,7 @@
name="ValidateItemNameInProjectExplorer">
@@ -1923,6 +1974,7 @@
name="SetRangeLoopStructures">
@@ -1947,6 +1999,7 @@
name="CopyFilesElementsRemoved">
@@ -2324,6 +2377,7 @@
name="SetRangeLoopStructures">
@@ -2334,6 +2388,7 @@
name="SetState">
@@ -2425,6 +2480,7 @@
name="CheckIfItemCanBeOpened">
@@ -2435,14 +2491,17 @@
name="script12_Kunstwerkgegevens_importeren">
@@ -2493,6 +2552,7 @@
name="ScreenshotsToEvaluatePresenceOfStructure">
@@ -2554,10 +2614,12 @@
name="AddNewTrajectNotAppropriateForStructures">
@@ -2780,6 +2842,7 @@
name="ValidateCSVEqualToOriginalReference">
@@ -2790,6 +2853,7 @@
name="SetRangeLoopStructures">
@@ -2871,30 +2935,37 @@
reportlevel="Info;20">
@@ -3076,38 +3147,47 @@
name="LoopStructuresItemsModified">
@@ -3220,6 +3300,7 @@
name="ValidateCSVEqualToModifiedReference">
@@ -3264,6 +3345,7 @@
name="ValidateSourceStructures">
@@ -3368,22 +3450,27 @@
name="GenerateCSV">
@@ -3394,6 +3481,7 @@
name="CopyOriginalFiles">
@@ -4672,7 +4760,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script15.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script15.rxtst (.../Script15.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script15.rxtst (.../Script15.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -85,50 +85,62 @@
name="script15_CalculationHydraulicBoundaryConditions">
@@ -139,6 +151,7 @@
name="SelectRowGEBU">
@@ -235,6 +248,7 @@
name="OpenProject">
@@ -303,6 +317,7 @@
name="SaveProject">
@@ -313,6 +328,7 @@
name="GenerateCSVPropertiesPanel">
@@ -482,6 +498,7 @@
name="SelectStateHBC">
@@ -578,6 +595,7 @@
name="SetRangeForInputInspection">
@@ -719,6 +737,7 @@
name="ValidateNoCalculationHasResults">
@@ -848,14 +867,17 @@
name="AddFailureProbabilityItems">
@@ -866,6 +888,7 @@
name="d)CalculationHydraulicBoundaryConditionsForClimateScenario">
@@ -1032,18 +1055,22 @@
name="OpenDocumentViewForHydraulicBCItem">
@@ -1098,6 +1125,7 @@
name="SetRangeForInputInspection">
@@ -1289,10 +1317,12 @@
name="ValidateResultInDocumentViewHasBeenDeleted">
@@ -1491,6 +1521,7 @@
name="SetRangeForCurrentFP">
@@ -1501,10 +1532,12 @@
name="CarryOutCalculations">
@@ -1571,6 +1604,7 @@
name="ChangeHBCScenarioInformation">
@@ -1632,6 +1666,7 @@
name="InspectInputOfSomeCalculations">
@@ -1642,14 +1677,17 @@
name="ValidateProperties">
@@ -1692,10 +1730,12 @@
name="CarryOutCalculations">
@@ -1840,10 +1880,12 @@
name="ValidateResultsHaveBeenObtained">
@@ -1952,23 +1994,34 @@
type="Recording">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -2039,6 +2096,7 @@
name="LoopSeparateCalculationsAfterChangeClimateScenario">
@@ -2049,10 +2107,12 @@
name="ValidateResultsHaveBeenObtained">
@@ -2067,26 +2127,32 @@
name="LoopFMs">
@@ -2610,6 +2676,7 @@
name="LoopSeparateCalculationsBeforeChangeClimateScenario">
@@ -2632,6 +2699,7 @@
name="CalculateFullPathReferenceFile">
@@ -2665,6 +2733,7 @@
name="SelectStateHBC">
@@ -2702,30 +2771,37 @@
reportlevel="Info;20">
@@ -2802,14 +2878,17 @@
name="SelectLocationForCalculation">
@@ -2891,22 +2970,27 @@
name="ValidateDetailedResultsInSingleCalculation">
@@ -2959,18 +3043,22 @@
name="SelectHBItem">
@@ -3227,6 +3315,7 @@
name="SetRangeAddFailureProbs">
@@ -3511,14 +3600,17 @@
name="ValidateAllResultsUsingCSVExportedFile">
@@ -3894,14 +3986,17 @@
name="CalculateActualPropertiesCSVFileNameClimateScenario">
@@ -4206,6 +4301,7 @@
name="OpenProject">
@@ -4234,18 +4330,22 @@
name="SelectHBItem">
@@ -4550,6 +4650,7 @@
name="SelectStateHBC">
@@ -4874,22 +4975,27 @@
name="HydraulicBoundaryConditionCases">
@@ -4905,10 +5011,12 @@
name="ValidateResultsHaveBeenErased">
@@ -4982,6 +5090,7 @@
name="ValidateDetailedResults">
@@ -7741,7 +7850,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script17.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script17.rxtst (.../Script17.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script17.rxtst (.../Script17.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -7,6 +7,7 @@
name="SelectStateFailurePathsAssembly">
@@ -177,14 +178,17 @@
name="ModifyContribution">
@@ -227,6 +231,7 @@
name="SelectStateStrengthCalculations">
@@ -343,14 +348,17 @@
name="b)ContributionOfCalculationsToAssessmentResultsSection">
@@ -421,14 +429,17 @@
name="FinishConfigurationCalculations">
@@ -480,30 +491,37 @@
reportlevel="Info;20">
@@ -552,6 +570,7 @@
name="SelectStateFailurePathsAssembly">
@@ -902,6 +921,7 @@
name="ValidateGeneratedCalculations">
@@ -1056,10 +1076,12 @@
name="ImportReferenceLine">
@@ -1238,6 +1260,7 @@
name="SetStateHBC">
@@ -1354,14 +1377,17 @@
name="RunCalculationsRequiredHBCs">
@@ -1533,18 +1559,22 @@
name="LoopFMs">
@@ -1567,6 +1597,7 @@
name="ResetInformationScenariosView">
@@ -1716,6 +1747,7 @@
name="TemporarilyChangeDefiningSchematizationItem">
@@ -1732,23 +1764,34 @@
name="SetNewValue">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -1967,6 +2012,7 @@
name="ConfigureCalculations">
@@ -2209,10 +2255,12 @@
name="SaveProject_a)">
@@ -2332,34 +2380,42 @@
name="script17_Scenario’s_opstellen">
@@ -6102,7 +6158,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script18.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script18.rxtst (.../Script18.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script18.rxtst (.../Script18.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -11,6 +11,7 @@
name="LoopCalculationsToModify">
@@ -41,6 +42,7 @@
name="SaveProject">
@@ -293,30 +295,37 @@
reportlevel="Info;20">
@@ -327,29 +336,41 @@
name="SetRangeOfLoopModificationParametersInCalculation">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -603,6 +630,7 @@
name="SelectStateWithCalculations">
@@ -657,6 +685,7 @@
name="CreateFullPathToInput">
@@ -4391,7 +4420,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script19.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script19.rxtst (.../Script19.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script19.rxtst (.../Script19.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -12,10 +12,12 @@
name="ValidateProperties">
@@ -106,14 +108,17 @@
name="CoupleNewHLCD">
@@ -126,6 +131,7 @@
name="LoopCalculationsClimateScenario">
@@ -309,6 +315,7 @@
name="OpenProject">
@@ -329,6 +336,7 @@
name="SelectCalculationToUseAsTemplate">
@@ -353,42 +361,52 @@
name="script19_HBN_en_overslagdebiet_berekenen_voor_GEKB">
@@ -479,6 +497,7 @@
name="a)CalculateHBNAndOvertoppingRate">
@@ -608,10 +627,12 @@
name="CalculateActualPropertiesCSVFileNameClimateScenario">
@@ -630,6 +651,7 @@
name="LoopCalculations">
@@ -650,10 +672,12 @@
name="MoveFirstDuplicatedCalculationInsideCreatedFolder">
@@ -919,30 +943,37 @@
reportlevel="Info;20">
@@ -953,6 +984,7 @@
name="SetRangeOfParametersInSmartFolder">
@@ -963,26 +995,32 @@
name="ValidateResults">
@@ -1141,6 +1179,7 @@
name="Wait5seconds">
@@ -1193,6 +1232,7 @@
name="GenerateCSVPropertiesPanel">
@@ -1307,6 +1347,7 @@
name="CreateScreenshot">
@@ -1530,6 +1571,7 @@
name="ValidateResultsHaveBeenRemoved">
@@ -1540,6 +1582,7 @@
name="SelectStateWithCalculations">
@@ -1692,6 +1735,7 @@
name="SelectStateHBC">
@@ -1738,14 +1782,17 @@
name="ConfigureCalculations">
@@ -1756,10 +1803,12 @@
name="GenerateCSVPropertiesPanel">
@@ -1798,14 +1847,17 @@
name="CalculatePathToItem">
@@ -1816,10 +1868,12 @@
name="b)CalculateHBNAndOvertoppingRateForClimateScenario">
@@ -1856,14 +1910,17 @@
name="ValidateNoResults">
@@ -2138,6 +2195,7 @@
name="CreateScreenshot">
@@ -2200,30 +2258,37 @@
name="ValidateResultsClimateScenario">
@@ -2234,10 +2299,12 @@
name="ValidateProperties">
@@ -2342,6 +2409,7 @@
name="CancelCalculations">
@@ -2386,18 +2454,22 @@
name="ValidateMessages">
@@ -2568,6 +2640,7 @@
name="CalculatePathActualPropertiesCSVFile">
@@ -2774,29 +2847,41 @@
name="SelectStateCalculations">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script20.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script20.rxtst (.../Script20.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script20.rxtst (.../Script20.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -7,6 +7,7 @@
name="SelectResultItem">
@@ -175,6 +176,7 @@
name="CancelCalculations">
@@ -241,6 +243,7 @@
name="LoopResultTypesClimateScenarios">
@@ -251,10 +254,12 @@
name="GenerateCSVPropertiesPanel">
@@ -269,26 +274,32 @@
name="CalculateActualPropertiesCSVFileName">
@@ -388,6 +399,7 @@
name="SelectStateWithHBC">
@@ -406,70 +418,87 @@
name="ValidateCombinedResult">
@@ -484,6 +513,7 @@
name="ImportantNote">
@@ -586,6 +616,7 @@
name="CreateScreenshot">
@@ -729,6 +760,7 @@
name="SelectStateWithCalculations">
@@ -887,6 +919,7 @@
name="SelectStateWithCalculations">
@@ -970,6 +1003,7 @@
name="LoopFMs">
@@ -982,23 +1016,34 @@
name="ValidateResultsAreEmpty">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -1213,6 +1259,7 @@
name="OpenProject">
@@ -1572,10 +1619,12 @@
name="CompareWithReference">
@@ -1699,14 +1748,17 @@
name="ValidateNoResultsAfterCanceling">
@@ -1717,18 +1769,22 @@
name="SelectHBC">
@@ -1916,10 +1972,12 @@
name="SelectRequiredLocations">
@@ -1934,10 +1992,12 @@
name="ValidateProperties">
@@ -1973,30 +2033,37 @@
reportlevel="Info;20">
@@ -2045,6 +2112,7 @@
name="ValidateCancellation">
@@ -2133,18 +2201,22 @@
name="ValidateMessages">
@@ -2189,6 +2261,7 @@
name="SelectHLCDClimateScenario">
@@ -2213,6 +2286,7 @@
name="ImportantNote">
@@ -2448,6 +2522,7 @@
name="SelectStateWithCalculations">
@@ -2458,30 +2533,37 @@
name="script20_(Benaderde)_faalkans_berekenen">
@@ -5099,7 +5181,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script21.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script21.rxtst (.../Script21.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script21.rxtst (.../Script21.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -68,6 +68,7 @@
name="NoFailureProbabilityLEFalse">
@@ -173,14 +174,17 @@
name="ValidateCalculationValueFailureProbability">
@@ -257,6 +261,7 @@
name="CarriedOutValidateRefinedProbsAreEnabled">
@@ -321,14 +326,17 @@
name="ValidateAssemblyGroup">
@@ -393,6 +401,7 @@
name="SetFMsinAssembly">
@@ -412,6 +421,7 @@
name="TakeOverResultInSectionLEFalse">
@@ -494,14 +504,17 @@
name="ValidateAssemblyGroup">
@@ -641,6 +654,7 @@
name="RequiredLETrue">
@@ -671,6 +685,7 @@
name="OpenProject">
@@ -719,6 +734,7 @@
name="ValidateTakenOverResultValuesLETrue">
@@ -731,10 +747,12 @@
name="LoopNoFailureProbabilityLETrue">
@@ -799,6 +817,7 @@
name="SetStateRegistrationAssembly">
@@ -809,6 +828,7 @@
name="SaveProject">
@@ -973,18 +993,22 @@
name="ValidateCalculationValueFailureProbability">
@@ -1067,14 +1091,17 @@
name="ValidateAssemblyGroup">
@@ -1206,18 +1233,22 @@
name="ValidateCalculationValueFailureProbability">
@@ -1279,10 +1310,12 @@
name="ValidateDisabledCell">
@@ -1323,10 +1356,12 @@
name="LoopNoFailureProbabilityLEFalse">
@@ -1341,18 +1376,22 @@
name="ValidateNVak">
@@ -1444,6 +1483,7 @@
name="SetStateRegistrationAssembly">
@@ -1544,6 +1584,7 @@
name="TakeOverResultInSectionLETrue">
@@ -1558,6 +1599,7 @@
name="RequiredValidateRefinedProbsAreDisabled">
@@ -1717,6 +1759,7 @@
name="SetManualResultValuesLEFalse">
@@ -1727,22 +1770,27 @@
name="FollowUpAnalysis">
@@ -1753,6 +1801,7 @@
name="RequiredValidateRefinedProbsAreDisabled">
@@ -2255,18 +2304,22 @@
name="script21_Resultaten_registreren">
@@ -2277,6 +2330,7 @@
name="Validation">
@@ -2309,14 +2363,17 @@
name="ManualResultInSectionLEFalse">
@@ -2642,26 +2699,32 @@
name="FollowUpAnalysis">
@@ -2808,14 +2871,17 @@
name="a)Relevance_Failure_mechanisms">
@@ -2937,6 +3003,7 @@
name="ValidateDisabledCells">
@@ -3140,6 +3207,7 @@
name="OpenProject">
@@ -3182,46 +3250,57 @@
name="CarriedOutLETrue">
@@ -3238,6 +3317,7 @@
name="ValidateManualInitialResultValuesLEFalse">
@@ -3435,6 +3515,7 @@
name="NotRequiredValidateRefinedProbsAreDisabled">
@@ -3481,6 +3562,7 @@
name="SetManualResultValuesLETrue">
@@ -3639,6 +3721,7 @@
name="ValidateManualFinalResultValuesLETrue">
@@ -3764,23 +3847,34 @@
name="ValidateEffectOfNonRelevance">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -3892,14 +3990,17 @@
name="SetLengthEffectTrue">
@@ -3931,14 +4032,17 @@
name="ValidateAssemblyGroup">
@@ -3951,10 +4055,12 @@
name="LoopFMs">
@@ -4128,14 +4234,17 @@
name="ManualResultInSectionLETrue">
@@ -4152,6 +4261,7 @@
name="CarriedOutValidateRefinedProbIsEnabled">
@@ -4208,14 +4318,17 @@
name="FillInManually">
@@ -4302,6 +4415,7 @@
name="LoopFMs">
@@ -4932,6 +5046,7 @@
name="validateCelssAreEnabled">
@@ -4942,14 +5057,17 @@
name="TakeOver">
@@ -4993,14 +5111,17 @@
name="TakeOver">
@@ -5032,6 +5153,7 @@
name="Validation">
@@ -5048,6 +5170,7 @@
name="validateCellsAreDisabled">
@@ -5171,6 +5294,7 @@
name="OpenFaalkansProject">
@@ -5197,38 +5321,47 @@
name="CarriedOutLEFalse">
@@ -5240,6 +5373,7 @@
name="NotRequiredLEFalse">
@@ -5375,14 +5509,17 @@
name="ValidateCalculationValueFailureProbability">
@@ -5454,6 +5591,7 @@
name="SaveProject">
@@ -5619,6 +5757,7 @@
name="validateCelssAreEnabled">
@@ -5727,6 +5866,7 @@
name="RequiredLEFalse">
@@ -5737,6 +5877,7 @@
name="NoFailureProbabilityLETrue">
@@ -5777,6 +5918,7 @@
name="ValidateTakenOverResultValuesLEFalse">
@@ -5791,14 +5933,17 @@
name="ValidateAssemblyGroup">
@@ -5996,6 +6141,7 @@
name="ValidateManualInitialResultValuesLETrue">
@@ -6006,6 +6152,7 @@
name="SetStateRegistrationAssembly">
@@ -6072,6 +6219,7 @@
name="validateCellsAreDisabled">
@@ -6092,6 +6240,7 @@
name="NotRequiredValidateRefinedProbsAreDisabled">
@@ -6103,30 +6252,37 @@
reportlevel="Info;20">
@@ -6282,14 +6438,17 @@
name="FillInManually">
@@ -6573,6 +6732,7 @@
name="ValidateManualFinalResultValuesLEFalse">
@@ -6583,6 +6743,7 @@
name="SetStateRegistrationAssembly">
@@ -6593,14 +6754,17 @@
name="ValidateCalculationValueFailureProbability">
@@ -6850,6 +7014,7 @@
name="NotRequiredLETrue">
@@ -6912,14 +7077,17 @@
name="ValidateAssemblyGroup">
@@ -13422,7 +13590,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script22.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script22.rxtst (.../Script22.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script22.rxtst (.../Script22.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -27,6 +27,7 @@
name="ChangeFMFailureProbabilitiesToManual">
@@ -96,29 +97,41 @@
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -213,18 +226,22 @@
name="ValidateValuesTableResultsView">
@@ -277,6 +294,7 @@
name="ReadDivisionInSections">
@@ -363,18 +381,22 @@
name="CalculateCSVFileName">
@@ -678,30 +700,37 @@
reportlevel="Info;20">
@@ -772,30 +801,37 @@
name="script22_Toetsoordelen_en_veiligheidsoordeel_bepalen">
@@ -812,10 +848,12 @@
name="LoopFms">
@@ -826,6 +864,7 @@
name="SaveProject">
@@ -842,6 +881,7 @@
name="OpenSectionsCombinationView">
@@ -856,6 +896,7 @@
name="OpenSecurityAssessmentView">
@@ -884,6 +925,7 @@
name="SaveProject">
@@ -894,6 +936,7 @@
name="ReadSecurityCategories">
@@ -904,6 +947,7 @@
name="OpenSectionsCombinationView">
@@ -946,6 +990,7 @@
name="SetStateRegistrationAssembly">
@@ -1076,10 +1121,12 @@
name="ReadFMInformationRelevantForFMFailureProbability">
@@ -1182,6 +1229,7 @@
name="OpenProject">
@@ -2151,7 +2199,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script27.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script27.rxtst (.../Script27.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script27.rxtst (.../Script27.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -13,126 +13,157 @@
name="LoopFMs">
@@ -174,6 +205,7 @@
name="ReadAllParametersItemInOriginalCalculation">
@@ -306,6 +338,7 @@
name="ValidateThatConfigurationFileHasBeenImportedSuccesfully">
@@ -710,18 +743,22 @@
name="ValidateThatCalculationsCanBeValidated">
@@ -732,6 +769,7 @@
name="CalculatePathToOriginalCalculation">
@@ -1036,10 +1074,12 @@
name="CalculatePathToCopyOfCalculationInsideDuplicatedFolder">
@@ -1720,10 +1760,12 @@
name="CreateCalculationFolder">
@@ -1844,6 +1886,7 @@
name="ExportPropertiesPanelToCSVFile">
@@ -1854,22 +1897,27 @@
name="script27_Berekeningen_dupliceren,_exporteren_en_importeren">
@@ -1910,6 +1958,7 @@
name="ReadAllParametersItemInCopyCalculation">
@@ -1983,30 +2032,37 @@
reportlevel="Info;20">
@@ -2183,6 +2239,7 @@
name="ReadAllParametersItemInCopyCalculationInDuplicatedFolder">
@@ -2221,6 +2278,7 @@
name="ProjectType2NeedsToBeSaved">
@@ -2651,10 +2709,12 @@
name="CalculatePathToCopyOfCalculation">
@@ -2765,6 +2825,7 @@
name="ExportPropertiesPanelToCSVFile">
@@ -3132,6 +3193,7 @@
name="ValidateThatConfigurationFileHasBeenImportedSuccesfully">
@@ -3142,6 +3204,7 @@
name="ExportPropertiesPanelToCSVFile">
@@ -3630,6 +3693,7 @@
name="SetRangeOfItemsToValidate">
@@ -3658,6 +3722,7 @@
name="ExportPropertiesPanelToCSVFile">
@@ -3755,23 +3820,34 @@
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -4080,18 +4157,22 @@
name="ValidateThatCalculationsCanBeValidated">
@@ -4723,6 +4804,7 @@
name="ExportPropertiesPanelToCSVFile">
@@ -5003,6 +5085,7 @@
name="ValidateThatConfigurationFileHasNotBeenImportedSuccesfully">
@@ -5038,26 +5121,32 @@
name="LoopItemsToValidateInCalculation">
@@ -5068,6 +5157,7 @@
name="ProjectType1NeedsToBeSaved">
@@ -5103,6 +5193,7 @@
name="SaveProject">
@@ -5124,58 +5215,72 @@
name="LoopFMs">
@@ -5569,18 +5674,22 @@
name="ValidateCalculations">
@@ -8095,7 +8204,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script28.rxtst
===================================================================
diff -u -r887cf3c7c09fac52cf6cbd1465a7375a24a11db7 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script28.rxtst (.../Script28.rxtst) (revision 887cf3c7c09fac52cf6cbd1465a7375a24a11db7)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script28.rxtst (.../Script28.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -7,6 +7,7 @@
name="SelectStateTraject">
@@ -83,6 +84,7 @@
name="a)MergeCancelledByRiskeer">
@@ -153,6 +155,7 @@
name="SetRowValidationCSV">
@@ -213,38 +216,47 @@
name="CalculateFileName">
@@ -432,6 +444,7 @@
name="SetRowValidationCSVAgain">
@@ -442,6 +455,7 @@
name="ValidateErrorMessagesMergeOldProject">
@@ -561,6 +575,7 @@
name="SetRangeAgain">
@@ -693,42 +708,52 @@
name="SetRangeLoopValidationProperties">
@@ -741,6 +766,7 @@
name="ValidateMessagesMergeProject">
@@ -791,6 +817,7 @@
name="2)ImportedMergeCompleted">
@@ -859,10 +886,12 @@
name="BuildExpectedMessage">
@@ -1056,42 +1085,52 @@
name="script28_Projecten_samenvoegen">
@@ -1164,14 +1203,17 @@
name="LoopValidationProperties">
@@ -1182,6 +1224,7 @@
name="BSKWHasBeenReplacedByProjectB">
@@ -1367,6 +1410,7 @@
name="ZSTIsOriginalFromProjectA">
@@ -1437,18 +1481,22 @@
name="HBCs">
@@ -1480,6 +1528,7 @@
name="ZSTHasBeenReplacedByProjectB">
@@ -1647,30 +1696,37 @@
reportlevel="Info;20">
@@ -1681,42 +1737,52 @@
name="SetRangeLoopValidationPropertiesAgain">
@@ -1863,18 +1929,22 @@
name="ValidateErrorMessagesMergeOldProject">
@@ -1889,6 +1959,7 @@
name="BSKWIsOriginalFromProjectA">
@@ -2124,10 +2195,12 @@
name="LoopValidationPropertiesAgain">
@@ -2180,23 +2253,34 @@
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -2544,14 +2630,17 @@
name="ModifyTraject">
@@ -2845,6 +2934,7 @@
name="SelectStateHB">
@@ -3122,18 +3212,22 @@
name="HBCs">
@@ -3169,18 +3263,22 @@
name="RandomChoiceFMsToImport">
@@ -3259,14 +3357,17 @@
name="b)MergeFMsInSameSection">
@@ -3281,38 +3382,47 @@
name="CalculateFileNameAgain">
@@ -6101,7 +6211,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script29.rxtst
===================================================================
diff -u -r443fb3a7d810510744b28ea84ce41737cb92e435 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script29.rxtst (.../Script29.rxtst) (revision 443fb3a7d810510744b28ea84ce41737cb92e435)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script29.rxtst (.../Script29.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -143,6 +143,7 @@
name="AddExtraLayerBackground">
@@ -311,14 +312,17 @@
name="MakeCurrentLayerVisible">
@@ -362,6 +366,7 @@
name="SelectWMTSBackgroundMap">
@@ -372,6 +377,7 @@
name="SetStateResultsAssembly">
@@ -396,10 +402,12 @@
name="HideAllLayers">
@@ -416,14 +424,17 @@
name="LoopValidateThatEachDataLayerInFMViewMapExists">
@@ -456,42 +467,52 @@
name="script29_Gegevens_tonen_op_kaart">
@@ -574,10 +595,12 @@
name="HideAllLayers">
@@ -658,6 +681,7 @@
name="ShowMapLayersPanel">
@@ -770,6 +794,7 @@
name="SetStateResultsAssembly">
@@ -834,6 +859,7 @@
name="OpenProject">
@@ -987,10 +1013,12 @@
name="ShowMapsSideBySide">
@@ -1021,14 +1049,17 @@
name="MakeCurrentLayerInvisible">
@@ -1039,6 +1070,7 @@
name="SetStateTraject">
@@ -1080,6 +1112,7 @@
name="ShowProjectExplorerPanel">
@@ -1090,14 +1123,17 @@
name="MakeCurrentLayerVisible">
@@ -1178,6 +1214,7 @@
name="MakeAllItemsInPropertiesPanelVisible">
@@ -1188,6 +1225,7 @@
name="OpenMapTraject">
@@ -1218,6 +1256,7 @@
name="OpenProject">
@@ -1234,6 +1273,7 @@
name="OpenViewForFP">
@@ -1244,6 +1284,7 @@
name="ShowProjectExplorerPanel">
@@ -1321,6 +1362,7 @@
name="SelectRandomFM">
@@ -1345,6 +1387,7 @@
name="SetStateResultsAssembly">
@@ -1457,6 +1500,7 @@
name="ShowProjectExplorerPanel">
@@ -1470,6 +1514,7 @@
name="LoopValidateLayersTraject">
@@ -1680,14 +1725,17 @@
name="MakeCurrentLayerInvisible">
@@ -1770,23 +1818,34 @@
name="BuildPathFailurePath">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -1826,14 +1886,17 @@
name="AdjustTransparencyBackgroundMap">
@@ -1844,6 +1907,7 @@
name="SetStateResultsAssembly">
@@ -2012,10 +2076,12 @@
name="LoopFMs">
@@ -2026,6 +2092,7 @@
name="AddBackgroundLayer(TypePolygon)">
@@ -2174,6 +2241,7 @@
name="OpenProject">
@@ -2227,6 +2295,7 @@
name="SetStateTraject">
@@ -2305,14 +2374,17 @@
name="MakeCurrentLayerInvisible">
@@ -2325,10 +2397,12 @@
name="LoopValidateThatEachLayerExists">
@@ -2536,6 +2610,7 @@
name="MakeMapLayersPanelVisible">
@@ -2546,6 +2621,7 @@
name="OpenViewForAssemblyCombinedAssessmentSection">
@@ -2603,10 +2679,12 @@
name="HideAllLayers">
@@ -2680,6 +2758,7 @@
name="ShowMapLayersPanel">
@@ -2690,6 +2769,7 @@
name="MakeProjectExplorerPanelVisible">
@@ -2808,14 +2888,17 @@
name="EnableBackgroundMap">
@@ -2826,6 +2909,7 @@
name="CloseOpenTabView">
@@ -2846,6 +2930,7 @@
name="OpenMapFM">
@@ -2875,6 +2960,7 @@
name="TryToExportMapLayer">
@@ -2885,14 +2971,17 @@
name="AdjustTransparencyBackgroundMap">
@@ -2904,30 +2993,37 @@
reportlevel="Info;20">
@@ -2987,6 +3083,7 @@
name="MakeProjectExplorerPanelVisible">
@@ -3007,14 +3104,17 @@
name="MakeCurrentLayerVisible">
@@ -3091,6 +3191,7 @@
name="MakeAllItemsInPropertiesPanelVisible">
@@ -3146,14 +3247,17 @@
name="DisableBackgroundMap">
@@ -5770,7 +5874,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/WorkInProgressDavid.rxtst
===================================================================
diff -u -re15e9e1157ece3c190a6912ca0daa043f6b960f5 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/AutomatedSystemTests/WorkInProgressDavid.rxtst (.../WorkInProgressDavid.rxtst) (revision e15e9e1157ece3c190a6912ca0daa043f6b960f5)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/WorkInProgressDavid.rxtst (.../WorkInProgressDavid.rxtst) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -13,6 +13,7 @@
name="TestCase">
@@ -69,23 +70,34 @@
name="SmartFolder">
+ reportwriteinterval="30000ms"
+ singlereportpdfdirectory="SingleReportPDF">
@@ -233,7 +252,7 @@
Ranorex Automation Helpers.dll
- Ranorex.ReportToPDF.exe
+ Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null
Index: System tests/AutomatedSystemTests/RanorexAutomationHelpers/Ranorex Automation Helpers.csproj
===================================================================
diff -u -rad9fc1aab4de0e42852dd7a30a1d7311163fe3d6 -r1b6a7bad1621a0937cb51c467054d17bb7f636e8
--- System tests/AutomatedSystemTests/RanorexAutomationHelpers/Ranorex Automation Helpers.csproj (.../Ranorex Automation Helpers.csproj) (revision ad9fc1aab4de0e42852dd7a30a1d7311163fe3d6)
+++ System tests/AutomatedSystemTests/RanorexAutomationHelpers/Ranorex Automation Helpers.csproj (.../Ranorex Automation Helpers.csproj) (revision 1b6a7bad1621a0937cb51c467054d17bb7f636e8)
@@ -9,7 +9,7 @@
Ranorex_Automation_Helpers
Ranorex Automation Helpers
1591
- v4.6.2
+ v4.8
$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Ranorex\Studio', 'InstallDir', null, RegistryView.Registry64, RegistryView.Registry32))\Bin
$(RANOREX_BIN_PATH)\Ranorex.MSBuild.Targets