STRIDE 4.1.01x: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
Line 21: Line 21:


== Usability Improvements ==
== Usability Improvements ==
=== Test Double ===
=== STRIDE Runner ===
Now in the context of a [[Test_Units|Test Unit]] a dependent function call can intercepted and replaced with a user defined [[Function Double]].
A set of new [[Test Double Samples]] for Test Units has been added.
 
=== Test Points ===
To support asynchronous tasks testing a set of new [[Using Testpoints|Testpoints]] APIs has been implemented. In the context of a [[Test_Units|Test Unit]] test point expectations could be set and validated.
A new set of [[Test Point Samples]] for Test Units has been added.
 
=== Build Integration ===
A new STRIDE_ENABLED compiler switch (preprocessor directive) has been added to allow control over the compilation of STRIDE injected source ([[Test_Units#Test_Macros|Test Macros]] or [[Name Mangling]] macros). The use of srIMON compiler switch (preprocessor directive) has been deprecated in favor of STRIDE_ENABLED.
 
=== Test Space ===
A new utility script is available to upload test results to STRIDE Test Space. (Consult your S2 Technologies representative for more information on STRIDE Test Space.) The [[s2Publish.pl]] script can be added to your STRIDE workspace script collection to upload your test results. Or, [[s2Publish.pl]] may be used from the command line.
 
 


= Change Details  =
= Change Details  =

Revision as of 00:14, 5 June 2009

Release Notes

This page documents the changes in STRIDE version 4.1.01x (code name Grandview).

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.1.01x.


What's New

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

Usability Improvements

STRIDE Runner

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 [].

Host Tools

  • A new command line host based tool, Stride Runner, has been introduced. It allows performing target diagnostics and running target-based tests from a host computer and optionally uploads results to STRIDE Test Space.

Runtime

  • STRIDE Host Release 4.1.01x is compatible with the Runtime Version 4.1.01
  • Test Points has been changed.
  • The signature of the PAL IO Service InData callback (palInDataCallback_t) has changed. The first argument is now a const pointer.
  • Most of the Runtime files have been modified. It is recomended that you update them all.
  • The following Runtime files have been removed:
srinstall.h
srinstall.c
  • The following new Runtime files have been added:
srdiag.h
srdiag.c

Migration to 4.1.01x

Recommended steps for migration from a previous version:

Minor and Patch releases

4.1.01a

Defects corrected in STRIDE and the customer tracking number associated with them, if any, in brackets []:

  • STRIDE enabled Target Applications may log an error on exit.

The following Runtime source files have been modified:

The following Linux SDK files have been modified:

palIO.c

The following Windows SDK files have been modified:

palIO.c