View Issue Details

IDProjectCategoryView StatusLast Update
0005654Compliance Test Tool (CTT) Unified Architecture2 - CTT Binarypublic2020-05-27 17:13
ReporterBasavaraju.Vasamurthy@matrikonopc.com Assigned ToPaul Hunkar  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.04.09.394 
Summary0005654: Multi dimension array related!
Description

As multi-dimensional array is supported now we started testing with that. To keep things simpler first, we configured only one 2 dimensional byte array, with the value like below:
Value Rank: 2
Array Dimensions 2*5 (Rows : 2, Columns: 5)
Values:
1 2 3 4 5
6 7 8 9 10

From my understanding of the spec, if only one element, Say 2nd element from the 2nd row then index range which will be passed is [1,1].

I have captured only those failed test cases and attached the CTT results so that it can be viewed in the CTT. As well as I have captured the wireshark.

Following test cases are failing:
Attribute_read_test_32:
Here, it is mentioned that it needs 2nd element from 2nd but requesting 2nd element from 1st row.
Attribute_write_index_test_4 And Attribute_write_index_test_5:
It is failing while writing to Array of Variant. We 1D Array of variant which has 10 entries. In which 5th and 10th elements are of
type qualified name. Looks like CTT is passing NULL value to that. I am not sure why (in other test, I could see Qualified name was
sent properly for the same array). SDK is returning the error code for that. It looks like CTT is not able identify the qualified name
type.
Attribute_write_index_test_7 and Attribute_write_index_test_8:
It looks similar to Attribute_read_test_32
Attribute_write_value_test_17_packet_65 and Attribute_write_value_test_18_packet_10:
Is it similar to Attribute_write_index_test_4 And Attribute_write_index_test_5
Monitored_Item_Value_Change_Test_42:
This is related to Attribute_read_test_32, monitoring different index but expecting a different one.

Steps To Reproduce

Create the 2 dimensional array and configure in CTT and run the Attribute services.

Additional Information

Please find the attached wire shark captures and Test result.

TagsNo tags attached.
Attached Files
failed_tests.results.xml (74,868 bytes)   
<UaCttResults xsi:noNamespaceSchemaLocation="uacttresults.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ResultNode name="Debug Run5" timestamp="2020-04-29 12:54:50.288" status="" testresult="0" description="">
        <ResultNode name="beforeTest.js" timestamp="2020-04-29 12:54:50.290" status="" testresult="1" description="">
            <ResultNode name="Warning" timestamp="2020-04-29 12:54:50.954" status="" testresult="1" description="UaPkiCertificate.IsValid(...) for Endpoint=opc.tcp://127.0.0.1:55000&#10;&#9;Server Certificate Issuer DomainComponent is empty.&#10;&#9;Server Certificate Subject Locality is empty. But, so is the Subject.DomainComponent and one of these must be populated.&#10;&#9;Server Certificate Subject DomainComponent is empty. But, so is the Subject.Locality. One of these must be used!&#10;Message suppressed from being displayed again.">
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.955" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/warnOnce.js" linenumber="75"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.956" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ClassBased/UaP.js" linenumber="247"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.957" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/SessionServiceSet/CreateSession.js" linenumber="184"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.957" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/SessionServiceSet/CreateSession.js" linenumber="132"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.958" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/sessionCreator.js" linenumber="56"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.958" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="46"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.960" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/RunOnce/beforeTest.js" linenumber="251"/>
            </ResultNode>
            <ResultNode name="Warning" timestamp="2020-04-29 12:54:50.987" status="" testresult="1" description="Session diagnostics not available; probably not supported.&#10;Message suppressed from being displayed again.">
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.987" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/warnOnce.js" linenumber="75"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.989" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/SessionServiceSet/ActivateSession.js" linenumber="148"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.989" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/SessionServiceSet/ActivateSession.js" linenumber="164"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.990" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/SessionServiceSet/ActivateSession.js" linenumber="110"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.990" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/sessionCreator.js" linenumber="70"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.990" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="46"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:50.990" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/RunOnce/beforeTest.js" linenumber="251"/>
            </ResultNode>
        </ResultNode>
        <ResultNode name="Attribute Services" timestamp="2020-04-29 12:54:53.101" status="" testresult="0" description="Includes ConformanceUnits to Read or Write current or historical Attribute values.">
            <ResultNode name="Attribute Read" timestamp="2020-04-29 12:54:53.101" status="" testresult="0" description="Support the Read Service  to read one or more Attributes of one or more Nodes. This includes support of the IndexRange parameter &#10;to read a single element or a range of elements when the Attribute value is an array">
                <ResultNode name="initialize.js" timestamp="2020-04-29 12:54:53.101" status="" testresult="5" description=""/>
                <ResultNode name="001.js" timestamp="2020-04-29 12:54:53.300" status="" testresult="5" description="Read: VALUE attribute of a single node."/>
                <ResultNode name="002.js" timestamp="2020-04-29 12:54:53.313" status="" testresult="5" description="Read: Multiple attributes from a single node, in a single call."/>
                <ResultNode name="003.js" timestamp="2020-04-29 12:54:53.323" status="" testresult="5" description="Read all available attributes from a single (valid) node, in a single call."/>
                <ResultNode name="004.js" timestamp="2020-04-29 12:54:53.338" status="" testresult="5" description="Read multiple attributes from a valid node with maxAge = 0."/>
                <ResultNode name="006.js" timestamp="2020-04-29 12:54:53.353" status="" testresult="5" description="Read a data value with TimestampsToReturn = BOTH"/>
                <ResultNode name="007.js" timestamp="2020-04-29 12:54:53.397" status="" testresult="5" description="Read a data value with timestampsToReturn = SOURCE. Lab: verify the source timestamp is returned."/>
                <ResultNode name="008.js" timestamp="2020-04-29 12:54:53.404" status="" testresult="5" description="Read a data value with timestampsToReturn = SERVER. Lab: verify the Server’s timestamp is returned."/>
                <ResultNode name="009.js" timestamp="2020-04-29 12:54:53.412" status="" testresult="5" description="Read a data value with timestampsToReturn = NEITHER"/>
                <ResultNode name="010.js" timestamp="2020-04-29 12:54:53.420" status="" testresult="5" description="Read: BrowseName attribute from a valid node.&#9;"/>
                <ResultNode name="011.js" timestamp="2020-04-29 12:54:53.428" status="" testresult="5" description="Read: BrowseName attribute from multiple valid nodes."/>
                <ResultNode name="012.js" timestamp="2020-04-29 12:54:53.476" status="" testresult="5" description="Read all available attributes from multiple valid nodes of each different node type, in a single call."/>
                <ResultNode name="013.js" timestamp="2020-04-29 12:54:53.527" status="" testresult="5" description="Read: Same attribute from same node multiple times."/>
                <ResultNode name="014.js" timestamp="2020-04-29 12:54:53.539" status="" testresult="5" description="Read: Data-type reads."/>
                <ResultNode name="016.js" timestamp="2020-04-29 12:54:53.594" status="" testresult="5" description="Read: MaxAge &gt; Int32"/>
                <ResultNode name="017.js" timestamp="2020-04-29 12:54:53.609" status="" testresult="5" description="Read: Read a single attribute that is not 'Value'. Cycle through AccessLevel, BrowseName, DataType, DisplayName, Historizing, &#10;NodeClass, NodeId, UserAccessLevel, ValueRank INDIVIDUALLY."/>
                <ResultNode name="018.js" timestamp="2020-04-29 12:54:53.680" status="" testresult="5" description="Read: Read ServerStatus.State and verify == RUNNING_0."/>
                <ResultNode name="022.js" timestamp="2020-04-29 12:54:53.690" status="" testresult="5" description="Read: Arrays of each data type (basic types)"/>
                <ResultNode name="023.js" timestamp="2020-04-29 12:54:53.714" status="" testresult="5" description="Read: Arrays of each data-type to be read from multiple Nodes in a single call."/>
                <ResultNode name="024.js" timestamp="2020-04-29 12:54:53.745" status="" testresult="5" description="Read: Arrays, read one node of each data type specifying an IndexRange retrieving 2nd element only."/>
                <ResultNode name="025.js" timestamp="2020-04-29 12:54:53.792" status="" testresult="5" description="Read: Arrays of various data types from multiple Nodes (in a single call) using IndexRange 2-4."/>
                <ResultNode name="026.js" timestamp="2020-04-29 12:54:54.087" status="" testresult="5" description="Read: Arrays of various data types from multiple Nodes (in a single call) using IndexRange 'last 3 items'."/>
                <ResultNode name="027.js" timestamp="2020-04-29 12:54:54.384" status="" testresult="5" description="Read: The EventNotifier attribute. Expects Good orBad_AttributeIdInvalid."/>
                <ResultNode name="028.js" timestamp="2020-04-29 12:54:54.407" status="" testresult="5" description="Read attributes (not Value); sourceTimestamp=null; serverTimestamp is valid."/>
                <ResultNode name="030.js" timestamp="2020-04-29 12:54:54.425" status="" testresult="5" description="Read the Value attribute of a single Node where the Value attribute is of a different data-type and is an multi dimensional &#10;array."/>
                <ResultNode name="031.js" timestamp="2020-04-29 12:54:54.442" status="" testresult="5" description="Read the Value attribute of multiple nodes, each Node`s Value attribute is of a different data-type and is a multi-dimensionsal &#10;array."/>
                <ResultNode name="032.js" timestamp="2020-04-29 12:54:54.458" status="" testresult="0" description="Use of IndexRange for reading a single element of a multi-dimensional array, in this case the 2nd element of the 2nd dimension.">
                    <ResultNode name="Error" timestamp="2020-04-29 12:54:54.485" status="" testresult="0" description="Received an unexpected length of values for node: /Server Test/NodeIds/Static/All Profiles/Multi-Dimensional-Arrays/Byte. &#10;&#10;Expected &lt;1&gt; but got &lt;0&gt;.">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:54.485" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/assertions.js" linenumber="93"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:54.486" status="" testresult="6" functionname="attributeRead032" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Read/Test Cases/032.js" linenumber="72"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:54.486" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:54.486" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Read/Test Cases/032.js" linenumber="80"/>
                    </ResultNode>
                    <ResultNode name="Error" timestamp="2020-04-29 12:54:54.487" status="" testresult="0" description="Received an unexpected value for node: /Server Test/NodeIds/Static/All Profiles/Multi-Dimensional-Arrays/Byte. &#10;Expected &lt;2&gt; but got &lt;0&gt;.">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:54.487" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/assertions.js" linenumber="93"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:54.487" status="" testresult="6" functionname="attributeRead032" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Read/Test Cases/032.js" linenumber="73"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:54.487" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:54.487" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Read/Test Cases/032.js" linenumber="80"/>
                    </ResultNode>
                </ResultNode>
                <ResultNode name="033.js" timestamp="2020-04-29 12:54:54.490" status="" testresult="5" description="Use of IndexRange for reading a range of indexes of a multi-dimentional array, in this case a range is from 2-4 in the second &#10;dimension."/>
                <ResultNode name="034.js" timestamp="2020-04-29 12:54:54.518" status="" testresult="5" description="Use of IndexRange for reading a range of indexes of a multi-dimentionsal array where the last 3 elements of the last dimension &#10;in the array are read for each data type."/>
                <ResultNode name="Err-001.js" timestamp="2020-04-29 12:54:54.544" status="" testresult="5" description="Read: Invalid (non-existent) attribute on a valid node.  (Invalid attribute just happens to be &quot;executable&quot; in this case)"/>
                <ResultNode name="Err-002.js" timestamp="2020-04-29 12:54:54.556" status="" testresult="5" description="Read: Multiple valid attributes and one invalid attribute, from a single valid node."/>
                <ResultNode name="Err-003.js" timestamp="2020-04-29 12:54:54.567" status="" testresult="5" description="Read: Invalid attribute from a valid node, multiple times in the same service call."/>
                <ResultNode name="Err-004.js" timestamp="2020-04-29 12:54:54.579" status="" testresult="5" description="Read: Valid attribute from an invaild (non existent) node."/>
                <ResultNode name="Err-005.js" timestamp="2020-04-29 12:54:54.588" status="" testresult="5" description="Read: Valid attribute from a node id with invalid syntax: String Id: Empty/null"/>
                <ResultNode name="Err-006.js" timestamp="2020-04-29 12:54:54.597" status="" testresult="5" description="Read: Valid attribute from a node id with invalid syntax: Byte Id: Empty/null"/>
                <ResultNode name="Err-008.js" timestamp="2020-04-29 12:54:54.607" status="" testresult="5" description="Read: Valid attributes (ids: 1, 3, 4, 5) from a set of nodes containing valid nodes, non-existent nodes, and nodes with invalid &#10;node id syntaxes"/>
                <ResultNode name="Err-009.js" timestamp="2020-04-29 12:54:54.705" status="" testresult="5" description="Read: Valid attributes (ids: 1, 3, 4, 5) from multiple non-existent nodes"/>
                <ResultNode name="Err-010.js" timestamp="2020-04-29 12:54:54.725" status="" testresult="5" description="Read: Valid attributes (ids: 1, 3, 4, 5) from multiple nodes with invalid node id syntaxes"/>
                <ResultNode name="Err-011.js" timestamp="2020-04-29 12:54:54.743" status="" testresult="5" description="Read: NodesToRead array is empty."/>
                <ResultNode name="Err-012.js" timestamp="2020-04-29 12:54:54.751" status="" testresult="5" description="Read: IndexRange is out of bounds of the what the array supports. Each core data-type is tested. Expect &quot;Bad_IndexRangeNoData."/>
                <ResultNode name="Err-013.js" timestamp="2020-04-29 12:54:54.798" status="" testresult="5" description="Read: IndexRange invalid syntax (negative number), for each data type. Expected operation result is Bad_IndexRangeInvalid."/>
                <ResultNode name="Err-014.js" timestamp="2020-04-29 12:54:54.819" status="" testresult="5" description="Read: Negative MaxAge parameter. Returns Bad_MaxAgeInvalid."/>
                <ResultNode name="Err-015.js" timestamp="2020-04-29 12:54:54.828" status="" testresult="5" description="Read: IndexRange used for not-applicable Attributes. Expect OperationLevel=Bad_IndexRangeNoData."/>
                <ResultNode name="Err-016.js" timestamp="2020-04-29 12:54:54.843" status="" testresult="5" description="Read: a node that is write-only (and not readable)"/>
                <ResultNode name="Err-017.js" timestamp="2020-04-29 12:54:54.859" status="" testresult="5" description="Read: Value attribute requesting invalid DataEncoding &quot;XML&quot;"/>
                <ResultNode name="Err-019.js" timestamp="2020-04-29 12:54:54.867" status="" testresult="5" description="Read: Specify an invalid TimestampsToRead value. Expects Bad_TimestampsToReturnInvalid."/>
                <ResultNode name="Err-022.js" timestamp="2020-04-29 12:54:54.875" status="" testresult="5" description="Read: IndexRange invalid syntax, for each data type. Expected operation result is Bad_IndexRangeInvalid."/>
                <ResultNode name="Err-023.js" timestamp="2020-04-29 12:54:54.895" status="" testresult="5" description="Read: IndexRange invalid syntax (both digits are same), for each data type. Expected operation result is Bad_IndexRangeInvalid."/>
                <ResultNode name="Err-024.js" timestamp="2020-04-29 12:54:54.916" status="" testresult="5" description="Read: IndexRange invalid (text is backwards) for each data-type."/>
                <ResultNode name="cleanup.js" timestamp="2020-04-29 12:54:54.938" status="" testresult="5" description=""/>
            </ResultNode>
            <ResultNode name="Attribute Write Index" timestamp="2020-04-29 12:54:54.947" status="" testresult="0" description="Support the IndexRange to write a single element or a range of elements when the Attribute value is an array.">
                <ResultNode name="initialize.js" timestamp="2020-04-29 12:54:54.947" status="" testresult="5" description=""/>
                <ResultNode name="001.js" timestamp="2020-04-29 12:54:55.296" status="" testresult="5" description="Write: IndexRange=&quot;1&quot; for each core data-type."/>
                <ResultNode name="002.js" timestamp="2020-04-29 12:54:55.559" status="" testresult="5" description="Write: IndexRange=&quot;1:2&quot; for each core datatype as Array."/>
                <ResultNode name="003.js" timestamp="2020-04-29 12:54:55.812" status="" testresult="5" description="Write: IndexRange=&quot;0:2&quot; to write to first 3 elements of an array, for each data type."/>
                <ResultNode name="004.js" timestamp="2020-04-29 12:54:56.091" status="" testresult="0" description="Write: IndexRange equates to last 3 items of an array.">
                    <ResultNode name="Error" timestamp="2020-04-29 12:54:56.158" status="BadUnexpectedError (0x80010000)" testresult="0" description="Write().Response.Results[15].StatusCode = 'BadUnexpectedError (0x80010000)'; but StatusCode 'Good (0x00000000)' was expected &#10;(Node Setting: '/Server Test/NodeIds/Static/All Profiles/Arrays/Variant')&#10;StatusCode expectations for this call were...&#10;&#9;[15] Expected: Good (0x00000000) or BadWriteNotSupported (0x80730000)">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.159" status="" testresult="6" functionname="checkWriteError" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="281"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.160" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="119"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.160" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.160" status="" testresult="6" functionname="write582008" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Index/Test Cases/004.js" linenumber="27"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.160" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.160" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Index/Test Cases/004.js" linenumber="45"/>
                    </ResultNode>
                </ResultNode>
                <ResultNode name="005.js" timestamp="2020-04-29 12:54:56.355" status="" testresult="0" description="Write: Array write the complete array, for each data-type.">
                    <ResultNode name="Error" timestamp="2020-04-29 12:54:56.427" status="BadUnexpectedError (0x80010000)" testresult="0" description="Write().Response.Results[15].StatusCode = 'BadUnexpectedError (0x80010000)'; but StatusCode 'Good (0x00000000)' was expected &#10;(Node Setting: '/Server Test/NodeIds/Static/All Profiles/Arrays/Variant')&#10;StatusCode expectations for this call were...&#10;&#9;[15] Expected: Good (0x00000000) or BadWriteNotSupported (0x80730000)">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.427" status="" testresult="6" functionname="checkWriteError" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="281"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.427" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="119"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.427" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.427" status="" testresult="6" functionname="write582009" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Index/Test Cases/005.js" linenumber="23"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.427" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.428" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Index/Test Cases/005.js" linenumber="41"/>
                    </ResultNode>
                </ResultNode>
                <ResultNode name="006.js" timestamp="2020-04-29 12:54:56.628" status="" testresult="5" description="Write: Element outside bounds of array."/>
                <ResultNode name="007.js" timestamp="2020-04-29 12:54:56.696" status="" testresult="0" description="Use of IndexRange for writing to one index of a multi-dimensional array where the index is the first element from second &#10;dimension of the multi-dimensional array are written.">
                    <ResultNode name="Error" timestamp="2020-04-29 12:54:56.746" status="" testresult="0" description="Received an unexpected length of values for node: /Server Test/NodeIds/Static/All Profiles/Multi-Dimensional-Arrays/Byte. &#10;&#10;Expected &lt;1&gt; but got &lt;0&gt;.">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.746" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/assertions.js" linenumber="93"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.746" status="" testresult="6" functionname="attributeWriteIndex007" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Index/Test Cases/007.js" linenumber="75"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.746" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.747" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Index/Test Cases/007.js" linenumber="83"/>
                    </ResultNode>
                </ResultNode>
                <ResultNode name="008.js" timestamp="2020-04-29 12:54:56.768" status="" testresult="0" description="Use of IndexRange for writing to a range of indexes of a multi-dimensional array where the range is the first element from &#10;each dimension of the multi-dimensional array are written.">
                    <ResultNode name="Error" timestamp="2020-04-29 12:54:56.812" status="" testresult="0" description="Received an unexpected length of values for node: /Server Test/NodeIds/Static/All Profiles/Multi-Dimensional-Arrays/Byte. &#10;&#10;Expected &lt;1&gt; but got &lt;0&gt;.">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.812" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/assertions.js" linenumber="93"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.813" status="" testresult="6" functionname="attributeWriteIndex008" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Index/Test Cases/008.js" linenumber="87"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.813" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:54:56.813" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Index/Test Cases/008.js" linenumber="94"/>
                    </ResultNode>
                </ResultNode>
                <ResultNode name="009.js" timestamp="2020-04-29 12:54:56.832" status="" testresult="3" description="Use of IndexRange for writing to a range of indexes of a multi-dimensional array where the first 3 elements of each dimension &#10;in the array.">
                    <ResultNode name="Skipped" timestamp="2020-04-29 12:54:56.854" status="" testresult="3" description="The node configured as multi dimensional array: '/Server Test/NodeIds/Static/All Profiles/Multi-Dimensional-Arrays/Byte', &#10;can not be used for testing because one of dimensions has a unusable length."/>
                </ResultNode>
                <ResultNode name="010.js" timestamp="2020-04-29 12:54:56.876" status="" testresult="3" description="Use of IndexRange for writing to a range of indexes of a multi-dimensional array where the last 3 elements of each dimension &#10;in the array are written.">
                    <ResultNode name="Skipped" timestamp="2020-04-29 12:54:56.893" status="" testresult="3" description="The node configured as multi dimensional array: '/Server Test/NodeIds/Static/All Profiles/Multi-Dimensional-Arrays/Byte', &#10;can not be used for testing because one of dimensions has a unusable length."/>
                </ResultNode>
                <ResultNode name="Err-001.js" timestamp="2020-04-29 12:54:56.916" status="" testresult="5" description="Write: IndexRange is out of bounds, Int32 / 2."/>
                <ResultNode name="Err-002.js" timestamp="2020-04-29 12:54:56.959" status="" testresult="5" description="Write: IndexRange is invalid (7:2) for a Node of each data type."/>
                <ResultNode name="Err-003.js" timestamp="2020-04-29 12:54:57.000" status="" testresult="5" description="Write: IndexRange syntax invalid. Used for each data-type Node."/>
                <ResultNode name="Err-004.js" timestamp="2020-04-29 12:54:57.039" status="" testresult="5" description="Write: IndexRange invalid syntax, where range is not actually specified as a range."/>
                <ResultNode name="Err-005.js" timestamp="2020-04-29 12:54:57.083" status="" testresult="5" description="Write: IndexRange invalid using negative numbers. Do this for each data-type."/>
                <ResultNode name="cleanup.js" timestamp="2020-04-29 12:54:57.130" status="" testresult="5" description=""/>
            </ResultNode>
            <ResultNode name="Attribute Write StatusCode &amp; TimeStamp" timestamp="2020-04-29 12:54:57.142" status="" testresult="5" description="Support writing of StatusCode and Timestamps.">
                <ResultNode name="initialize.js" timestamp="2020-04-29 12:54:57.142" status="" testresult="5" description=""/>
                <ResultNode name="001.js" timestamp="2020-04-29 12:54:57.870" status="" testresult="5" description="Write: Write a VQT, include VQ."/>
                <ResultNode name="002.js" timestamp="2020-04-29 12:54:57.895" status="" testresult="5" description="Write: Write a VQT, include VQT (source)."/>
                <ResultNode name="003.js" timestamp="2020-04-29 12:54:57.923" status="" testresult="5" description="Write: Write a VQT, include VQT (both)."/>
                <ResultNode name="004.js" timestamp="2020-04-29 12:54:57.960" status="" testresult="5" description="Write: Write a VQT, include VT (source) only."/>
                <ResultNode name="005.js" timestamp="2020-04-29 12:54:58.001" status="" testresult="5" description="Write: Write a VQT, include V only."/>
                <ResultNode name="006.js" timestamp="2020-04-29 12:54:58.019" status="" testresult="5" description="Write: Write a VQT, include VT (both) only."/>
                <ResultNode name="007.js" timestamp="2020-04-29 12:54:58.037" status="" testresult="5" description="Write: Write a VQT, include VQT (source) only."/>
                <ResultNode name="008.js" timestamp="2020-04-29 12:54:58.051" status="" testresult="5" description="Write: Write a VQT, include VT (server) only."/>
                <ResultNode name="009.js" timestamp="2020-04-29 12:54:58.067" status="" testresult="5" description="CreateMonitoredItems: Write StatusCode to Value (but not value) and call Publish."/>
                <ResultNode name="010.js" timestamp="2020-04-29 12:54:59.598" status="" testresult="5" description="CreateMonitoredItems: DataChangeFilter of VQT."/>
                <ResultNode name="011.js" timestamp="2020-04-29 12:55:01.129" status="" testresult="5" description="CreateMonitoredItems: Write VQT."/>
                <ResultNode name="cleanup.js" timestamp="2020-04-29 12:55:01.708" status="" testresult="5" description=""/>
            </ResultNode>
            <ResultNode name="Attribute Write Values" timestamp="2020-04-29 12:55:01.733" status="" testresult="0" description="Support the Write Service to write values to one or more Attributes of one or more Nodes.">
                <ResultNode name="initialize.js" timestamp="2020-04-29 12:55:01.733" status="" testresult="5" description=""/>
                <ResultNode name="001.js" timestamp="2020-04-29 12:55:01.991" status="" testresult="5" description="Write: Valid attribute of a valid Node. No Quality or Timestamps specified."/>
                <ResultNode name="002.js" timestamp="2020-04-29 12:55:02.038" status="" testresult="5" description="Write: Value attribute, multiple nodes."/>
                <ResultNode name="003.js" timestamp="2020-04-29 12:55:02.215" status="" testresult="5" description="Write: Write to a single node multiple times in the same call."/>
                <ResultNode name="004.js" timestamp="2020-04-29 12:55:02.836" status="" testresult="5" description="Write: AccessLevel = CurrentWrite. Expects &quot;Good&quot;."/>
                <ResultNode name="005.js" timestamp="2020-04-29 12:55:02.894" status="" testresult="5" description="Write: Write the minimum value for each supported Data Type."/>
                <ResultNode name="006.js" timestamp="2020-04-29 12:55:03.034" status="" testresult="5" description="Write: Max value of each supported data type."/>
                <ResultNode name="007.js" timestamp="2020-04-29 12:55:03.224" status="" testresult="5" description="Write: ByteString to a Byte[]. Expects success."/>
                <ResultNode name="009.js" timestamp="2020-04-29 12:55:03.292" status="" testresult="5" description="Write: LocalizedText; write to all, some, and no parameters of this structure type."/>
                <ResultNode name="010.js" timestamp="2020-04-29 12:55:03.408" status="" testresult="0" description="Write: Write values that are the 'subtype' of a Integer.">
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:03.438" status="BadTypeMismatch (0x80740000)" testresult="0" description="Write().Response.Results[0] is not good: BadTypeMismatch (0x80740000); (Node Setting: '/Server Test/NodeIds/Static/All Profiles/Scalar/Integer') &#10;">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.440" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.440" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.440" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.442" status="" testresult="6" functionname="write582026" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/010.js" linenumber="19"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.442" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.442" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/010.js" linenumber="44"/>
                    </ResultNode>
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:03.448" status="BadTypeMismatch (0x80740000)" testresult="0" description="Write().Response.Results[0] is not good: BadTypeMismatch (0x80740000); (Node Setting: '/Server Test/NodeIds/Static/All Profiles/Scalar/Integer') &#10;">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.449" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.449" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.449" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.449" status="" testresult="6" functionname="write582026" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/010.js" linenumber="24"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.449" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.449" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/010.js" linenumber="44"/>
                    </ResultNode>
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:03.490" status="BadTypeMismatch (0x80740000)" testresult="0" description="Write().Response.Results[0] is not good: BadTypeMismatch (0x80740000); (Node Setting: '/Server Test/NodeIds/Static/All Profiles/Scalar/Integer') &#10;">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.490" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.490" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.490" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.490" status="" testresult="6" functionname="write582026" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/010.js" linenumber="33"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.490" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.490" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/010.js" linenumber="44"/>
                    </ResultNode>
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:03.495" status="BadTypeMismatch (0x80740000)" testresult="0" description="Write().Response.Results[0] is not good: BadTypeMismatch (0x80740000); (Node Setting: '/Server Test/NodeIds/Static/All Profiles/Scalar/Integer') &#10;">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.496" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.496" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.496" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.496" status="" testresult="6" functionname="write582026" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/010.js" linenumber="38"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.496" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.496" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/010.js" linenumber="44"/>
                    </ResultNode>
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:03.502" status="BadTypeMismatch (0x80740000)" testresult="0" description="Write().Response.Results[0] is not good: BadTypeMismatch (0x80740000); (Node Setting: '/Server Test/NodeIds/Static/All Profiles/Scalar/Integer') &#10;">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.502" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.502" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.502" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.502" status="" testresult="6" functionname="write582026" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/010.js" linenumber="40"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.502" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.502" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/010.js" linenumber="44"/>
                    </ResultNode>
                </ResultNode>
                <ResultNode name="011.js" timestamp="2020-04-29 12:55:03.536" status="" testresult="0" description="Write: Write values that are the 'subtype' of a UInteger.">
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:03.562" status="BadTypeMismatch (0x80740000)" testresult="0" description="Write().Response.Results[0] is not good: BadTypeMismatch (0x80740000); (Node Setting: '/Server Test/NodeIds/Static/All Profiles/Scalar/UInteger') &#10;">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.562" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.562" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.562" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.563" status="" testresult="6" functionname="write582025" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/011.js" linenumber="21"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.563" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.563" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/011.js" linenumber="46"/>
                    </ResultNode>
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:03.570" status="BadTypeMismatch (0x80740000)" testresult="0" description="Write().Response.Results[0] is not good: BadTypeMismatch (0x80740000); (Node Setting: '/Server Test/NodeIds/Static/All Profiles/Scalar/UInteger') &#10;">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.570" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.570" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.570" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.570" status="" testresult="6" functionname="write582025" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/011.js" linenumber="26"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.570" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.570" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/011.js" linenumber="46"/>
                    </ResultNode>
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:03.577" status="BadTypeMismatch (0x80740000)" testresult="0" description="Write().Response.Results[0] is not good: BadTypeMismatch (0x80740000); (Node Setting: '/Server Test/NodeIds/Static/All Profiles/Scalar/UInteger') &#10;">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.577" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.577" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.577" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.577" status="" testresult="6" functionname="write582025" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/011.js" linenumber="28"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.577" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.577" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/011.js" linenumber="46"/>
                    </ResultNode>
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:03.584" status="BadTypeMismatch (0x80740000)" testresult="0" description="Write().Response.Results[0] is not good: BadTypeMismatch (0x80740000); (Node Setting: '/Server Test/NodeIds/Static/All Profiles/Scalar/UInteger') &#10;">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.584" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.584" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.584" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.584" status="" testresult="6" functionname="write582025" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/011.js" linenumber="33"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.584" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.584" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/011.js" linenumber="46"/>
                    </ResultNode>
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:03.618" status="BadTypeMismatch (0x80740000)" testresult="0" description="Write().Response.Results[0] is not good: BadTypeMismatch (0x80740000); (Node Setting: '/Server Test/NodeIds/Static/All Profiles/Scalar/UInteger') &#10;">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.618" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.618" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.618" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.618" status="" testresult="6" functionname="write582025" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/011.js" linenumber="42"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.618" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:03.618" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/011.js" linenumber="46"/>
                    </ResultNode>
                </ResultNode>
                <ResultNode name="012.js" timestamp="2020-04-29 12:55:03.659" status="" testresult="5" description="Write: NaN to to all floats."/>
                <ResultNode name="013.js" timestamp="2020-04-29 12:55:03.746" status="" testresult="5" description="Write string in extended codepage."/>
                <ResultNode name="017.js" timestamp="2020-04-29 12:55:03.812" status="" testresult="0" description="Write to the Value attribute (without statusCode, sourceTimestamp, or serverTimestamp) of nodes that has a ValueRank of an &#10;array. Write the entire array.">
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:04.044" status="BadUnexpectedError (0x80010000)" testresult="0" description="Write().Response.Results[0] is not good: BadUnexpectedError (0x80010000); (Node Setting: '/Server Test/NodeIds/Static/All &#10;Profiles/Arrays/Variant') ">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.044" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.044" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.044" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.044" status="" testresult="6" functionname="attributeWriteValues017" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/017.js" linenumber="31"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.044" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.045" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/017.js" linenumber="40"/>
                    </ResultNode>
                </ResultNode>
                <ResultNode name="018.js" timestamp="2020-04-29 12:55:04.131" status="" testresult="0" description="Write to the Value attribute (without statusCode, sourceTimestamp, or serverTimestamp) of several nodes that has a ValueRank &#10;of array. Write the entire array.">
                    <ResultNode name="Error" timestamp="2020-04-29 12:55:04.171" status="BadUnexpectedError (0x80010000)" testresult="0" description="Write().Response.Results[15] is not good: BadUnexpectedError (0x80010000); (Node Setting: '/Server Test/NodeIds/Static/All &#10;Profiles/Arrays/Variant') ">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.171" status="" testresult="6" functionname="checkWriteValidParameter" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="543"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.171" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="120"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.171" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/AttributeServiceSet/Write.js" linenumber="61"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.171" status="" testresult="6" functionname="attributeWriteValues018" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/018.js" linenumber="32"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.171" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:04.171" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Attribute Services/Attribute Write Values/Test Cases/018.js" linenumber="42"/>
                    </ResultNode>
                </ResultNode>
                <ResultNode name="019.js" timestamp="2020-04-29 12:55:04.359" status="" testresult="5" description="Write to the Value attribute (without statusCode, sourceTimestamp, or serverTimestamp) of nodes which have a ValueRank of &#10;a multi-dimensional array. Write the entire multi-dimensional array."/>
                <ResultNode name="020.js" timestamp="2020-04-29 12:55:04.433" status="" testresult="5" description="Write to the Value attribute (without statusCode, sourceTimestamp, or serverTimestamp) of several nodes which have aValueRank &#10;of a multi-dimensional array. Write the entire multi-dimensional array."/>
                <ResultNode name="Err-001.js" timestamp="2020-04-29 12:55:04.505" status="" testresult="5" description="Write: Empty nodesToWrite array."/>
                <ResultNode name="Err-002.js" timestamp="2020-04-29 12:55:04.540" status="" testresult="5" description="Write: Write to a valid attribute of an invalid Node."/>
                <ResultNode name="Err-003.js" timestamp="2020-04-29 12:55:04.576" status="" testresult="5" description="Write: Write to a valid node for a Node using an invalid syntax."/>
                <ResultNode name="Err-004.js" timestamp="2020-04-29 12:55:04.619" status="" testresult="5" description="Write: to Value and DisplayName attributes, on multiple invalid Nodes."/>
                <ResultNode name="Err-005.js" timestamp="2020-04-29 12:55:04.671" status="" testresult="5" description="Write: Invalid attribute."/>
                <ResultNode name="Err-006.js" timestamp="2020-04-29 12:55:04.711" status="" testresult="5" description="Write: Invalid attribute to a valid node, multiple times in the same call."/>
                <ResultNode name="Err-007.js" timestamp="2020-04-29 12:55:04.755" status="" testresult="5" description="Write: to a node whose AccessLevel is Read Only. Expect Bad_NotWritable."/>
                <ResultNode name="Err-008.js" timestamp="2020-04-29 12:55:04.821" status="" testresult="5" description="Write: Write a value using the wrong data-type."/>
                <ResultNode name="Err-009.js" timestamp="2020-04-29 12:55:04.907" status="" testresult="5" description="Write: Write a &lt;null&gt; to each data-type."/>
                <ResultNode name="Err-010.js" timestamp="2020-04-29 12:55:05.244" status="" testresult="5" description="Write: UInteger type receives values of incorrect sub-type."/>
                <ResultNode name="Err-011.js" timestamp="2020-04-29 12:55:05.356" status="" testresult="5" description="Write: Integer receives values of incorrect sub-type."/>
                <ResultNode name="Err-012.js" timestamp="2020-04-29 12:55:05.441" status="" testresult="5" description="Write: Integer receives value of incorrect sub-type."/>
                <ResultNode name="Err-015.js" timestamp="2020-04-29 12:55:05.493" status="" testresult="5" description="Write: LocalizedText with non-existent Locale."/>
                <ResultNode name="cleanup.js" timestamp="2020-04-29 12:55:05.560" status="" testresult="5" description=""/>
            </ResultNode>
        </ResultNode>
        <ResultNode name="afterTest.js" timestamp="2020-04-29 12:55:05.569" status="" testresult="1" description="">
            <ResultNode name="Warning" timestamp="2020-04-29 12:55:05.733" status="" testresult="1" description="Response.Servers[0].ApplicationName.Locale is empty: ''&#10;Message suppressed from being displayed again.">
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:05.734" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/warnOnce.js" linenumber="75"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:05.734" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DiscoveryServiceSet/FindServers.js" linenumber="94"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:05.734" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DiscoveryServiceSet/FindServers.js" linenumber="69"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:05.734" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DetectUAServices.js" linenumber="13"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:05.735" status="" testresult="6" functionname="CheckAllUAServices" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DetectUAServices.js" linenumber="257"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:05.735" status="" testresult="6" functionname="CheckAllUAServices" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DetectUAServices.js" linenumber="254"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:05.735" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:05.735" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DetectUAServices.js" linenumber="269"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:05.735" status="" testresult="6" functionname="" filename="" linenumber="-1"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 12:55:05.735" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/RunOnce/afterTest.js" linenumber="1"/>
            </ResultNode>
            <ResultNode name="Not Supported" timestamp="2020-04-29 12:55:05.780" status="" testresult="4" description="AddNodes not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 12:55:05.786" status="" testresult="4" description="AddReferences not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 12:55:05.792" status="" testresult="4" description="DeleteNodes not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 12:55:05.797" status="" testresult="4" description="DeleteReferences not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 12:55:05.829" status="" testresult="4" description="QueryFirst not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 12:55:05.834" status="" testresult="4" description="QueryNext not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 12:55:05.863" status="" testresult="4" description="HistoryUpdate not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 12:55:06.217" status="" testresult="4" description="TransferSubscriptions not supported."/>
        </ResultNode>
    </ResultNode>
    <ResultNode name="Debug Run6" timestamp="2020-04-29 19:17:11.911" status="" testresult="0" description="">
        <ResultNode name="beforeTest.js" timestamp="2020-04-29 19:17:11.913" status="" testresult="1" description="">
            <ResultNode name="Warning" timestamp="2020-04-29 19:17:12.252" status="" testresult="1" description="UaPkiCertificate.IsValid(...) for Endpoint=opc.tcp://127.0.0.1:55000&#10;&#9;Server Certificate Issuer DomainComponent is empty.&#10;&#9;Server Certificate Subject Locality is empty. But, so is the Subject.DomainComponent and one of these must be populated.&#10;&#9;Server Certificate Subject DomainComponent is empty. But, so is the Subject.Locality. One of these must be used!&#10;Message suppressed from being displayed again.">
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.259" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/warnOnce.js" linenumber="75"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.260" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ClassBased/UaP.js" linenumber="247"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.261" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/SessionServiceSet/CreateSession.js" linenumber="184"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.261" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/SessionServiceSet/CreateSession.js" linenumber="132"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.262" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/sessionCreator.js" linenumber="56"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.262" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="46"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.264" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/RunOnce/beforeTest.js" linenumber="251"/>
            </ResultNode>
            <ResultNode name="Warning" timestamp="2020-04-29 19:17:12.288" status="" testresult="1" description="Session diagnostics not available; probably not supported.&#10;Message suppressed from being displayed again.">
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.288" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/warnOnce.js" linenumber="75"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.288" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/SessionServiceSet/ActivateSession.js" linenumber="148"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.288" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/SessionServiceSet/ActivateSession.js" linenumber="164"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.289" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/SessionServiceSet/ActivateSession.js" linenumber="110"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.289" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/sessionCreator.js" linenumber="70"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.289" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="46"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:12.289" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/RunOnce/beforeTest.js" linenumber="251"/>
            </ResultNode>
        </ResultNode>
        <ResultNode name="Monitored Item Services" timestamp="2020-04-29 19:17:14.505" status="" testresult="0" description="Clients define MonitoredItems to subscribe to data and Events. Each MonitoredItem identifies the item to be monitored and &#10;the Subscription to use to send Notifications.">
            <ResultNode name="Monitor Value Change" timestamp="2020-04-29 19:17:14.505" status="" testresult="0" description="Support creation of MonitoredItems for Attribute value changes. This includes support of the IndexRange to select a single &#10;element or a range of elements when the Attribute value is an array.">
                <ResultNode name="initialize.js" timestamp="2020-04-29 19:17:14.505" status="" testresult="5" description=""/>
                <ResultNode name="042.js" timestamp="2020-04-29 19:17:14.740" status="" testresult="0" description="CreateMonitoredItems: Specify an item which is a multi-dimensional array and use the IndexRange parameter to specify which &#10;element(s) within the array should constitute a value change. The IndexRange in this case is the first index of all dimensions. &#10;Do this for all supported data types.">
                    <ResultNode name="Error" timestamp="2020-04-29 19:17:19.189" status="" testresult="0" description="Unexpected value for item: /Server Test/NodeIds/Static/All Profiles/Multi-Dimensional-Arrays/Byte. &#10;Expected &lt;9&gt; but got &lt;0&gt;.">
                        <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:19.190" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/assertions.js" linenumber="93"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:19.195" status="" testresult="6" functionname="monitorValueChanges042" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Monitored Item Services/Monitor Value Change/Test Cases/042.js" linenumber="238"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:19.196" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                        <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:19.198" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/maintree/Monitored Item Services/Monitor Value Change/Test Cases/042.js" linenumber="254"/>
                    </ResultNode>
                </ResultNode>
                <ResultNode name="cleanup.js" timestamp="2020-04-29 19:17:20.693" status="" testresult="5" description=""/>
            </ResultNode>
        </ResultNode>
        <ResultNode name="afterTest.js" timestamp="2020-04-29 19:17:20.797" status="" testresult="1" description="">
            <ResultNode name="Warning" timestamp="2020-04-29 19:17:20.973" status="" testresult="1" description="Response.Servers[0].ApplicationName.Locale is empty: ''&#10;Message suppressed from being displayed again.">
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:20.973" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/warnOnce.js" linenumber="75"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:20.973" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DiscoveryServiceSet/FindServers.js" linenumber="94"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:20.974" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DiscoveryServiceSet/FindServers.js" linenumber="69"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:20.974" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DetectUAServices.js" linenumber="13"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:20.974" status="" testresult="6" functionname="CheckAllUAServices" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DetectUAServices.js" linenumber="257"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:20.974" status="" testresult="6" functionname="CheckAllUAServices" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DetectUAServices.js" linenumber="254"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:20.974" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/Base/safeInvoke.js" linenumber="103"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:20.975" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/ServiceBased/DetectUAServices.js" linenumber="269"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:20.975" status="" testresult="6" functionname="" filename="" linenumber="-1"/>
                <ResultNode name="Backtrace" timestamp="2020-04-29 19:17:20.975" status="" testresult="6" functionname="" filename="C:/Users/e868722/Desktop/new_ctt_check/library/RunOnce/afterTest.js" linenumber="1"/>
            </ResultNode>
            <ResultNode name="Not Supported" timestamp="2020-04-29 19:17:21.005" status="" testresult="4" description="AddNodes not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 19:17:21.011" status="" testresult="4" description="AddReferences not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 19:17:21.024" status="" testresult="4" description="DeleteNodes not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 19:17:21.031" status="" testresult="4" description="DeleteReferences not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 19:17:21.074" status="" testresult="4" description="QueryFirst not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 19:17:21.079" status="" testresult="4" description="QueryNext not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 19:17:21.125" status="" testresult="4" description="HistoryUpdate not supported."/>
            <ResultNode name="Not Supported" timestamp="2020-04-29 19:17:21.474" status="" testresult="4" description="TransferSubscriptions not supported."/>
        </ResultNode>
    </ResultNode>
</UaCttResults>
failed_tests.results.xml (74,868 bytes)   
Wireshark.zip (38,558 bytes)
Files Affected

Activities

Paul Hunkar

2020-05-27 17:11

administrator   ~0012127

This issue was separated into three separate issues (5668,5669,5670)

Paul Hunkar

2020-05-27 17:13

administrator   ~0012128

broke into three separate issues (this one become a duplicate)

Paul Hunkar

2020-05-27 17:13

administrator   ~0012129

reviewed in call

Issue History

Date Modified Username Field Change
2020-05-18 07:28 Basavaraju.Vasamurthy@matrikonopc.com New Issue
2020-05-18 07:28 Basavaraju.Vasamurthy@matrikonopc.com File Added: failed_tests.results.xml
2020-05-18 07:28 Basavaraju.Vasamurthy@matrikonopc.com File Added: Wireshark.zip
2020-05-27 16:50 Paul Hunkar Issue cloned: 0005668
2020-05-27 16:54 Paul Hunkar Issue cloned: 0005669
2020-05-27 16:59 Paul Hunkar Issue cloned: 0005670
2020-05-27 17:11 Paul Hunkar Description Updated
2020-05-27 17:11 Paul Hunkar Additional Information Updated
2020-05-27 17:11 Paul Hunkar Note Added: 0012127
2020-05-27 17:13 Paul Hunkar Assigned To => Paul Hunkar
2020-05-27 17:13 Paul Hunkar Status new => resolved
2020-05-27 17:13 Paul Hunkar Resolution open => duplicate
2020-05-27 17:13 Paul Hunkar Note Added: 0012128
2020-05-27 17:13 Paul Hunkar Status resolved => closed
2020-05-27 17:13 Paul Hunkar Note Added: 0012129