Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInProjectExplorer.UserCode.cs =================================================================== diff -u -r6a13785f3dea7bb397c12daab4c0a74ea35fd421 -rfb8f8870122c6011cb60265b1abf16443aebfb91 --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInProjectExplorer.UserCode.cs (.../SelectGenericItemInProjectExplorer.UserCode.cs) (revision 6a13785f3dea7bb397c12daab4c0a74ea35fd421) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInProjectExplorer.UserCode.cs (.../SelectGenericItemInProjectExplorer.UserCode.cs) (revision fb8f8870122c6011cb60265b1abf16443aebfb91) @@ -59,8 +59,8 @@ children = stepChild.Children; // Expand if intermediate node is collased var stateIntermediateChild = stepChild.Element.GetAttributeValueText("AccessibleState"); + stepChild.Focus(); if (stateIntermediateChild.Contains("Collapsed")) { - stepChild.Focus(); stepChild.Expand(); } } else { Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/ValidateStringsPropertiesPanelAreEqual.cs =================================================================== diff -u -r3b8610838f4c073e88573b7c98e11a7838da3c4b -rfb8f8870122c6011cb60265b1abf16443aebfb91 --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/ValidateStringsPropertiesPanelAreEqual.cs (.../ValidateStringsPropertiesPanelAreEqual.cs) (revision 3b8610838f4c073e88573b7c98e11a7838da3c4b) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Validation/ValidateStringsPropertiesPanelAreEqual.cs (.../ValidateStringsPropertiesPanelAreEqual.cs) (revision fb8f8870122c6011cb60265b1abf16443aebfb91) @@ -43,6 +43,16 @@ set { _string2PropertiesPanel = value; } } + + string _maximumNumberOfRowsToValidate = ""; + [TestVariable("232d6741-c204-4ddb-9432-b4a4f1a7038f")] + public string maximumNumberOfRowsToValidate + { + get { return _maximumNumberOfRowsToValidate; } + set { _maximumNumberOfRowsToValidate = value; } + } + + /// /// Constructs a new instance. /// @@ -65,7 +75,11 @@ var list1 = string1PropertiesPanel.Substring(1,string1PropertiesPanel.Length-2).Split(new[] { "];[" }, StringSplitOptions.None); var list2 = string2PropertiesPanel.Substring(1,string2PropertiesPanel.Length-2).Split(new[] { "];[" }, StringSplitOptions.None); - for (int idx = 0; idx < list1.Length; idx++) { + int maxIndex = Math.Min(list1.Length, list2.Length); + if (maximumNumberOfRowsToValidate!="") { + maxIndex = Math.Min(maxIndex, Int32.Parse(maximumNumberOfRowsToValidate)); + } + for (int idx = 0; idx < maxIndex; idx++) { var elements1 = list1[idx].Split(';'); var elements2 = list2[idx].Split(';'); if (elements1[1]==elements2[1]) { Index: System tests/AutomatedSystemTests/AutomatedSystemTests/WorkInProgressSylvia.rxtst =================================================================== diff -u -ra36255a92ba7227d0f10734fcb12ca8b5ea167fb -rfb8f8870122c6011cb60265b1abf16443aebfb91 --- System tests/AutomatedSystemTests/AutomatedSystemTests/WorkInProgressSylvia.rxtst (.../WorkInProgressSylvia.rxtst) (revision a36255a92ba7227d0f10734fcb12ca8b5ea167fb) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/WorkInProgressSylvia.rxtst (.../WorkInProgressSylvia.rxtst) (revision fb8f8870122c6011cb60265b1abf16443aebfb91) @@ -61,5 +61,8 @@ + + Ranorex Automation Helpers.dll + Index: System tests/AutomatedSystemTests/AutomatedSystemTests/WorkOnProgressDavid.rxtst =================================================================== diff -u -r884ed283642f539b4b5f4a6049ef4100133d41c4 -rfb8f8870122c6011cb60265b1abf16443aebfb91 --- System tests/AutomatedSystemTests/AutomatedSystemTests/WorkOnProgressDavid.rxtst (.../WorkOnProgressDavid.rxtst) (revision 884ed283642f539b4b5f4a6049ef4100133d41c4) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/WorkOnProgressDavid.rxtst (.../WorkOnProgressDavid.rxtst) (revision fb8f8870122c6011cb60265b1abf16443aebfb91) @@ -67,6 +67,8 @@ + + - - - - - - - - - - + id="355dd6ff-92be-4804-bd73-04284b6c9a16" + name="SetRangeInSmartFolder" + ref="3b9354d6-0537-452c-9857-667f5c0e7124" + type="UserCode"> + dataname="rowsOfItemsToCompare" + datasourceid="e9f97e7e-0679-44f7-91f3-fdc9ab5754bc" + variableid="cd1da467-8e84-488e-b503-621bd966f7be" + variablename="rangeToBeSetInSmartFolder"> + + @@ -550,14 +545,14 @@ @@ -864,22 +859,28 @@ + + @@ -937,20 +938,6 @@ id="8d192fcd-cdb2-492a-880e-e3f7b2283e88" name="setup"> - - - - - - @@ -1027,6 +1014,12 @@ variableid="a1d17877-47dc-4985-8c24-12313fb3bca5" variablename="string2PropertiesPanel"> + + + + + + + + - - @@ -1779,20 +1778,20 @@ id="4ec44d85-626e-4b20-b6c5-47f18b24e2b1" name="ValidateCopiesOfCalculation"> + + + + + id="a962f501-dc86-4f91-aae5-606e3bbcf1bc" + name="HideRanorexProgressDialog"> - - - - @@ -1865,6 +1864,10 @@ name="ConvertPropertiesPanelToString"> + + @@ -5213,7 +5216,7 @@ @@ -5226,6 +5229,12 @@ durationToExpandAllParametersInItem + + waitTimeUntilReadingPropertiesPanelContent + + + maxRowsToValidate + @@ -5240,6 +5249,12 @@ durationToExpandAllParametersInItem + + waitTimeUntilReadingPropertiesPanelContent + + + maxRowsToValidate + @@ -5251,6 +5266,11 @@ 150 + + 100 + + + @@ -5262,12 +5282,212 @@ 50 + + 100 + + + + + + GEKB + + + >Invoer + + + 50 + + + 100 + + + + + + + GEKB + + + >Resultaat>Sterkte berekening + + + 2800 + + + 1000 + + + + + + + GEKB + + + >Resultaat>HBN + + + 3 + + + 100 + + + + + + + GEKB + + + >Resultaat>Overslagdebiet + + + 3 + + + 100 + + + + + + + BSKW + + + >Invoer + + + 150 + + + 100 + + + + + + + BSKW + + + >Resultaat + + + 5000 + + + 2500 + + + 400 + + + + + HTKW + + + >Invoer + + + 150 + + + 100 + + + + + + + HTKW + + + >Resultaat + + + 5000 + + + 2500 + + + 400 + + + + + STKWp + + + >Invoer + + + 150 + + + 100 + + + + + + + STKWp + + + >Resultaat + + + 5000 + + + 2500 + + + 400 + + + + + STBI + + + >Invoer + + + 500 + + + 500 + + + + + + + STBI + + + >Resultaat + + + 3 + + + 100 + + + + @@ -5280,6 +5500,9 @@ nameOriginalCalculation + + rowsOfItemsToCompare + @@ -5294,6 +5517,9 @@ nameOriginalCalculation + + rowsOfItemsToCompare + @@ -5305,7 +5531,80 @@ 12_2_02500 Segment_12004_1D1 + + 1-2 + + + + GEKB + + + 12-2 GEKB>Dijken en dammen - Grasbekleding erosie kruin en binnentalud>Berekeningen + + + profiel001 + + + 3-6 + + + + + BSKW + + + 34-1 BSKW>Kunstwerken - Betrouwbaarheid sluiting kunstwerk>Berekeningen + + + 'Amersluis' + + + 8 + + + + + HTKW + + + 36-2 HTKW>Kunstwerken - Hoogte kunstwerk>Berekeningen + + + 'Keersluis Cuijk' + + + 9-10 + + + + + STKWp + + + 44-2 STKWp>Kunstwerken - Sterkte en stabiliteit puntconstructies>Berekeningen + + + Kunstwerk1 + + + 11-12 + + + + + STBI + + + 41-1 STBI>Dijken en dammen - Macrostabiliteit binnenwaarts>Berekeningen + + + Vak_41-123 Vak_41-123_Segment_41009_1D2 + + + 13-14 + + @@ -5377,6 +5676,9 @@ id="d2ea990a-8b51-400c-a28e-0f1e7a2fc116"> + +