View Issue Details

IDProjectCategoryView StatusLast Update
0009677CTT UA Test Case4 - Test Case Definitionpublic2024-11-11 06:46
ReporterStephanie Ackermann Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.04.11.502 
Summary0009677: Historical Access Read Raw / Err-025.js: Fehler im Testskript => Testfall nicht erfolgreich
Description

Im Testfall Err-025 wird ein HistoryRead-Aufruf gemacht, bei dem die EndTime UND NumValuesPerNode auf 0 gesetzt sind.
Laut OPC UA Spezifikation müssen Zwei der Drei Parameter (StartTime, EndTime, NumValuesPerNode) gesetzt sein.
Dieser Testfall erwartet einen positiven Return-Code bekommt aber einen Fehler, da nur einer der 3 Parameter gesetzt ist.
Ohne Änderung am Testskript kann dieser Testfall nicht erfolgreich durchlaufen werden.

Steps To Reproduce
  • Führe Testfall Err-025.js aus
TagsNo tags attached.
Files Affected

/maintree/History/Historical Access Read Raw/Test Cases/Err-025.js

Activities

Paul Hunkar

2024-11-02 05:17

administrator   ~0022025

In the Err-025 test case, a HistoryRead call is made with the EndTime AND NumValuesPerNode set to 0.
According to the OPC UA specification, two of the three parameters (StartTime, EndTime, NumValuesPerNode) must be set.
This test case expects a positive return code but gets an error because only one of the 3 parameters is set.
This test case cannot be run successfully without changing the test script.

Sebastian Allmendinger

2024-11-11 06:46

developer   ~0022044

The test script creates an invalid request and expects a specific error code to be returned for another scenario.
Therefore the request has been corrected so that the actual test result can be checked.

Issue History

Date Modified Username Field Change
2024-07-23 08:38 Stephanie Ackermann New Issue
2024-11-02 05:17 Paul Hunkar Note Added: 0022025
2024-11-02 05:32 Paul Hunkar Assigned To => Sebastian Allmendinger
2024-11-02 05:32 Paul Hunkar Status new => assigned
2024-11-11 06:45 Sebastian Allmendinger Files Affected => /maintree/History/Historical Access Read Raw/Test Cases/Err-025.js
2024-11-11 06:46 Sebastian Allmendinger Status assigned => resolved
2024-11-11 06:46 Sebastian Allmendinger Resolution open => fixed
2024-11-11 06:46 Sebastian Allmendinger Note Added: 0022044