STRIDE 4.2.02x: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
Line 12: Line 12:
= What's New  =
= What's New  =


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


== Usability Improvements ==
== Usability Improvements ==
=== Expectation Testing ===
=== Expectation Testing ===
Expectation Testing in [[Test_Modules_Overview|Script]] and [[Expectation_Tests_in_C/C%2B%2B|C/C++]] has been refined and enhanced.  
Testing in [[Test_Modules_Overview|Script]] and [[Expectation_Tests_in_C/C%2B%2B|C/C++]] has been updated based on [[Expectations | Expectations]] enhancements.  


=== Build Tools ===
=== Build Tools ===
Line 22: Line 22:


=== Installation ===
=== Installation ===
[[Desktop Installation]] has been simplified. No license validation is required.
[[Desktop Installation]] has been simplified. '''No license validation''' is required by the [[STRIDE Runner | STRIDE Runner]].


=== Custom transports ===
=== Custom transports ===
Line 28: Line 28:


=== Linux Kernel ===
=== Linux Kernel ===
[[Linux SDK]] has been updated to support kernel Expectation Testing.
[[Linux SDK]] has been updated to support '''kernel mode''' testing.


= Change Details  =
= Change Details  =

Revision as of 18:31, 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 this release includes many key usability improvements and bug fixes.

Usability Improvements

Expectation Testing

Testing in Script and C/C++ has been updated based on Expectations enhancements.

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 by the STRIDE Runner.

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 mode 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.