Difference between revisions of "STRIDE 4.2.02x"

From STRIDE Wiki
Jump to: navigation, search
(Created page with 'This page documents the changes in STRIDE version 4.2.02x (code name ''Terramar''). Please review this information before upgrading from an earlier version. {| border="1" |- …')
 
(Custom transports)
Line 25: Line 25:
  
 
=== Custom transports ===
 
=== Custom transports ===
Support for custom transport (different from the default TCP sockets and Serial) has been added.
+
Support for custom transport (different from the default TCP/IP sockets and Serial) has been added.
  
 
=== Linux Kernel ===
 
=== Linux Kernel ===

Revision as of 11:40, 1 November 2010

This page documents the changes in STRIDE version 4.2.02x (code name Terramar).

Please review this information before upgrading from an earlier version.

Note that if you are upgrading from a previous installation you must uninstall your existing STRIDE before installing version 4.2.02x.


What's New

Based on customer feedback, in this release we have many key usability improvements and bug fixes.

Usability Improvements

Expectation Testing

Expectation Testing in Script and C/C++ has been refined and enhanced.

Build Tools

STRIDE Build Tools has been optimized to faster compile source code and generate smaller intermediate files.

Installation

Desktop Installation has been simplified. No license validation is required.

Custom transports

Support for custom transport (different from the default TCP/IP sockets and Serial) has been added.

Linux Kernel

Linux SDK has been updated to support kernel Expectation Testing.

Change Details

Fixes

This section describes defects which have been corrected in STRIDE and the customer tracking number associated with them, if any, in brackets [].

  • Incorrect handling of some complex payloads on function remoting in STRIDE::Test module.
  • Linux SDK may fail with access violation on memory segment allocation failure.
  • Generated report of a Test Unit execution may reference incomplete file location.

Tests in Scripts

  • STRIDE::Test module TestPointSetup method has been updated to support continuous processing.
  • Error handling has been improved.
  • Verbose mode is now fully supported.

Tests in C/C++

  • Expectation Tests setup API, srTestPointSetup, API has been updated to support continuous processing.
  • Error handling has been improved.

Samples

  • All samples were update.
  • A new function remoting sample has been added.

Runtime

  • STRIDE Host Release 4.2.02x is compatible with the Runtime Version 4.2.02
  • Most of the Runtime files have been modified. It is recommended that you update them all.
  • All Linux SDK files have been modified.
  • All Windows SDK files have been modified.