View Issue Details

IDProjectCategoryView StatusLast Update
0008734CTT UA Binary5 - General Problempublic2023-05-19 15:52
ReporterHock, Christian Assigned ToAlexander Allmendinger  
PriorityurgentSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Version1.10.0.402 
Target Version1.10.0.403Fixed in Version1.10.0.404 
Summary0008734: result.xml needs to indicate binary version
Description

With the latest update the testresult field in the results.xml has been changed in its meaning. This change requires that a tool which reads the results.xml needs to be aware of the version which has been used to generate the results.xml to correctly interpret it.

old version: TestResult Pass = 5
new version: TestResult Pass = 6

TagsNo tags attached.
Files Affected

Relationships

related to 0008730 closedAlexander Allmendinger Test log report of UACTT v1.04.11-1.04.502 contains invalid testresult value 

Activities

Alexander Allmendinger

2023-03-16 23:42

developer   ~0018874

The results.xml currently doesn't have a well defined schema. So there are two things that need to be changed:

  1. Insert the CTT Version used to create the result in a debug run. This needs to include the binary and also include the scriptVersion. Ideally both will also be displayed on the run level in the results window.
  2. Define the xml-Schema for the results.

Also put a note in the source code to remember the developer to change the schema when changing the meaning of those fields.

Paul Hunkar

2023-04-13 15:34

administrator   ~0019176

in call - agreed that the proposal sounds fine

Alexander Allmendinger

2023-05-02 16:03

developer   ~0019262

Added the xml schema for the results.xml
Added the binary and script version to the results.xml. Those attributes are also read from/written to the result.xml file. To keep the results file rather clean also adding checks and only write non NULL attributes.

Paul Hunkar

2023-05-19 15:52

administrator   ~0019420

review changes off-line in git - agreed and closed issue

Issue History

Date Modified Username Field Change
2023-03-16 23:05 Hock, Christian New Issue
2023-03-16 23:05 Hock, Christian Relationship added related to 0008730
2023-03-16 23:42 Alexander Allmendinger Note Added: 0018874
2023-04-13 15:33 Paul Hunkar Assigned To => Alexander Allmendinger
2023-04-13 15:33 Paul Hunkar Status new => assigned
2023-04-13 15:34 Paul Hunkar Note Added: 0019176
2023-05-02 16:03 Alexander Allmendinger Status assigned => resolved
2023-05-02 16:03 Alexander Allmendinger Resolution open => fixed
2023-05-02 16:03 Alexander Allmendinger Note Added: 0019262
2023-05-19 15:52 Paul Hunkar Status resolved => closed
2023-05-19 15:52 Paul Hunkar Fixed in Version => 1.10.0.404
2023-05-19 15:52 Paul Hunkar Note Added: 0019420