View Issue Details

IDProjectCategoryView StatusLast Update
0009435CTT UA Scripts1 - Script Issuepublic2024-03-27 17:50
ReporterAdrian Scholl Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86-64OSWindowsOS Version10 22H2
Fixed in Version1.03.508 
Summary0009435: Monitored Item Deadband Filter/006.js uses optional attribute for test
Description

The testscript 006.js of Monitored Item Deadband Filter tires to apply filter to attributes other than value. The expected result is that the filter is not allowed. However, the WriteMask attribute is optional according to the specification. If a server does not support this attribute it would likely respond with AttributeIdInvalid instead of FilterNotAllowed.

The script should be improved to use only mandatory attributes which are available on all servers.

TagsNo tags attached.
Files Affected

/maintree/Monitored Item Services/Monitor Items Deadband Filter/Test Cases/006.js

Activities

Paul Hunkar

2024-02-29 17:29

administrator   ~0020879

Agreed that the test should be updated to request an attribute that all servers support (i.e. required). The test should also be updated to accept InvalidAttribute as an error - and skip the test. Possible change is to valueRank (which is an int)

Sebastian Allmendinger

2024-03-01 12:31

developer   ~0020882

The CTT uses 3 attributes to execute this test: Value, DisplayName and WriteMask.
Because WriteMask is an optional attribute, this attribute has been replaced with ValueRank, which is mandatory for all variables.

Paul Hunkar

2024-03-27 17:50

administrator   ~0021065

reviewed change in call , agreed to changes and closed issue

Issue History

Date Modified Username Field Change
2024-02-23 10:30 Adrian Scholl New Issue
2024-02-29 17:29 Paul Hunkar Note Added: 0020879
2024-02-29 17:29 Paul Hunkar Assigned To => Alexander Allmendinger
2024-02-29 17:29 Paul Hunkar Status new => assigned
2024-03-01 12:31 Sebastian Allmendinger Files Affected => /maintree/Monitored Item Services/Monitor Items Deadband Filter/Test Cases/006.js
2024-03-01 12:31 Sebastian Allmendinger Assigned To Alexander Allmendinger => Sebastian Allmendinger
2024-03-01 12:31 Sebastian Allmendinger Status assigned => resolved
2024-03-01 12:31 Sebastian Allmendinger Resolution open => fixed
2024-03-01 12:31 Sebastian Allmendinger Note Added: 0020882
2024-03-27 17:49 Paul Hunkar Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts
2024-03-27 17:50 Paul Hunkar Product Version 1.04.11-01.00.506 =>
2024-03-27 17:50 Paul Hunkar Fixed in Version => 1.03.508
2024-03-27 17:50 Paul Hunkar Status resolved => closed
2024-03-27 17:50 Paul Hunkar Note Added: 0021065