STRIDE 3.0.02xx: Difference between revisions

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


=== Test Spaces ===
=== Test Spaces ===
A new utility script is available to upload test results to a STRIDE Test Spaces server. (Consult your S2 Technologies representative for more information on STRIDE Test Spaces.) 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.
A new utility script is available to upload test results to a STRIDE Test Spaces server. (Consult your S2 Technologies representative for more information on STRIDE Test Spaces.) 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 22:17, 20 March 2009

Release Notes

This page documents the changes in STRIDE version 3.0.02xx (code name Beacon's).

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 3.0.02xx.


What's New

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

Usability Improvements

Test Double

Now in the context of a 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 Test Points APIs has been implemented. In the context of a Test Unit test point expectations could be set and validated. A new Test Points Sample 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 Macros or Name Mangling macros). The use of srIMON compiler switch (preprocessor directive) has been deprecated in favor of STRIDE_ENABLED.

Test Spaces

A new utility script is available to upload test results to a STRIDE Test Spaces server. (Consult your S2 Technologies representative for more information on STRIDE Test Spaces.) 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

Fixes

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

  • In STRIDE Studio "Connectivity Options" dialog, "Serial Port" list is not automatically refreshed on open.
  • In STRIDE Studio automatic results upload to portal fails when server address ends with /
  • In STRIDE Studio "Link Statistics" dialog says "Not Connected" when there is a connection.
  • STRIDE Transport Server consumes 100% CPU when Serial Transport enabled.

SCL Pragmas

  • The syntax of scl_function and scl_func pragmas has been expanded with a set of new optional attributes that would allow specification of function interception.

Build Tools

Runtime

  • STRIDE Host Release 3.0.02xx is compatible with the Runtime Version 3.00, 3.01, 3.02, 3.03, and 3.04
  • Implemented a set of routines to support Function Double
  • Implemented a set of routines to support Test Points
  • Implemented a set of logging macros
  • The public Test Units srTestSuiteAddTest() API has been renamed to srTestSuiteAddCase()
  • Most of the Runtime, GRS and SLAP files have been modified. It is recomended that you update them all.
  • The following Runtime files have been removed:
srtest.cpp
srtestmacros.h
srtestmacros.c
srtestmacros.cpp
  • The following new Runtime files have been added:
srtestpp.cpp

Host

  • The Host Runtime Daemon process (s2shost.exe) has been removed, its functionallity is now part of the Transport Server (s2stpsrv.exe).

Migration to 3.0.02xx

Recommended steps for migration from a previous version:

Step 1

Minor and Patch releases

3.0.0201a