|
|
(313 intermediate revisions by 10 users not shown) |
Line 1: |
Line 1: |
| Welcome to the new S2 Technologies™ '''STRIDE'''™''' Support Wiki'''.
| | <span style="#color:#0067A5"> <font size="5"> Stride™ Wiki </font> </span> |
| | __NOTOC__ |
| | Stride is a test framework for writing C/C++ test cases executing on a device. For an overview of Stride [[Stride Overview| '''click here''']]. |
|
| |
|
| Pardon our dust as we start to build up this web site over the next few weeks.
| | == [[Test Implementation]] == |
| Customer additions are welcome and encouraged. Please read the '''[[Help:How to add a topic|How to add a topic]]''' and '''[[Help:Contents|Help]]''' pages for guidelines and instructions on editing. You must '''[[Special:Userlogin|log in or create an account]]''' before you can edit a page.
| | * [[Test Unit]] |
| | * [[Test Pragmas]] |
| | * [[Test Macros]] |
| | * [[Notes]] |
| | * [[Parameterized_Test_Units | Parameters]] |
| | * [[File Transfer Services | Remoting Files]] |
| | * [[Test_Documentation_in_C/C%2B%2B | Documenting Tests]] |
| | * [[Running Tests]] |
| | * [[Runtime Test Services | Test Services]] |
|
| |
|
| Please select a topic or category heading below, or enter a search string in the Search field to the left.
| | == [[Test Doubles]] == |
| | * [[Test Double]] |
| | * [[Scl function | Function Pragma]] |
| | * [[Name Mangling]] |
|
| |
|
| ----
| | == [[Test Points]] == |
| | * [[Test Point]] |
| | * [[Expectations | Expectations]] |
| | * [[Test_Point_Testing_in_C/C%2B%2B | Writing Tests]] |
| | * [[Test Log | Test Logs]] |
|
| |
|
| | == [[Testing with Perl]] == |
| | * [[Test Script]] |
| | * [[Perl Script APIs | Test API]] |
| | * [[Perl Script Snippets | Examples]] |
|
| |
|
| {|
| | == [[Installation]] == |
| {|
| |
| | valign="top" |
| |
| {|cellpadding="2" cellspacing="5" style="vertical-align:top;border:1px solid #bcc"
| |
| ! style="margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;" | [[:Category:Deploying STRIDE|Deploying STRIDE]]
| |
| ! style="margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;" | [[:Category:Accessing Interfaces|Accessing Interfaces]]
| |
| ! style="margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;" | [[:Category:Testing Strategies|Testing Strategies]]
| |
| |-
| |
| | valign="top"|
| |
| * [[Installation]]
| |
| * [[Proof of Concept]]
| |
| * [[Framework| Framework]]
| |
| * [[Training| Training]]
| |
| * [[Continuous Integration]]
| |
| | valign="top"|
| |
| * [[Exposing Functions]]
| |
| * [[Defining Messages]]
| |
| * [[Using the SCL Wizard]]
| |
| * [[SCL from A to Z]]
| |
| | valign="top"|
| |
| * [[Using Host Applications]]
| |
| * [[Cpp Test Class|C++ Test Class]]
| |
| * [[C Test Functions]]
| |
| * [[Mixing Scripts and Test Code]]
| |
| * [[Using Script Templates]]
| |
| |-
| |
| <!-- ! style="margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;" | [[:Category:Tips|Tips, Tricks & Scripts]] REMOVED FOR NOW UNTIL WE GET SOME CONTENT -->
| |
| ! style="margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;" | [[:Category:AppNotes|Application Notes]]
| |
| ! style="margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;" | [[:Category:KB|Knowledge Base]]
| |
| ! style="margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;" | [[:Category:Release Notes|Release Notes]]
| |
| |-
| |
| <!-- | valign="top"| REMOVED FOR NOW UNTIL WE GET SOME CONTENT -->
| |
| | valign="top" |
| |
| * [[Scripting]]
| |
| * [[SCL Workarounds]]
| |
| * [[Enumerated Types]]
| |
| * [[Intercept Modules]]
| |
| | valign="top"|
| |
| * [[Definitions]]
| |
| * [[Compiler]]
| |
| * [[Runtime]]
| |
| * [[General]]
| |
| | valign="top"|
| |
| * [[2.1.0000 | 2.1.0000 (D Street)]]
| |
| |}
| |
| |}
| |
| |-
| |
| {|
| |
| | valign="top" |
| |
| {|cellpadding="2" cellspacing="5" style="vertical-align:top;border:0px solid #bcc"
| |
| ! style="margin:0;background:#bcee8c;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;" | [[:Category:FAQ|FAQ]]
| |
| | valign="top"|
| |
| <!-- <TopTenPages>7</TopTenPages> -->
| |
| *[[Accessing global variables]]
| |
| *[[Can I use multiple versions of Visual Studio with STRIDE?]]
| |
| *[[Can the STRIDE license server be run on a non-Windows machine?]]
| |
| *[[Does STRIDE work over USB?]]
| |
| *[[Does Windows 2000 require a hotfix for the GDI and Handle leak?]]
| |
| *[[How do I download STRIDE?]]
| |
| *[[Installing and uninstalling versions of STRIDE]]
| |
| |}
| |
| |}
| |
| |}
| |
|
| |
|
| [[Sandbox]] | | * [[Framework Setup]] |
| | * [[Windows SDK]] |
| | * [[Posix SDK]] |
| | * [[Runtime Integration]] |
| | * [[Build Integration]] |
| | * [[STRIDE Extensions for Visual Studio | Build with Visual Studio]] |
| | |
| | == [[Training]] == |
| | * [[Stride Sandbox]] |
| | * [[Training Overview]] |
| | * [[Training Basics]] |
| | * [[Training Advanced]] |
| | * [[Training Perl]] |
| | |
| | == [[Reference]] == |
| | * [[STRIDE Runner| Runner]] |
| | * [[STRIDE Build Tools | Build Tools]] |
| | * [[STRIDE Runtime | Runtime]] |
| | * [[Platform Abstraction Layer | Platform Abstraction Layer (PAL)]] |
| | * [[Intercept Module | Intercept Module (IM)]] |
| | * [[Reporting Model]] |
| | * [[Pragmas]] |
| | * [[Release Notes]] |