Difference between revisions of "Main Page"

From STRIDE Wiki
Jump to: navigation, search
Line 1: Line 1:
<span style="#color:#0067A5"> <font size="5"> Welcome to the STRIDE™ Wiki </font> </span>  
+
<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''']].
  
STRIDE™ has been designed specifically for '''On-Target White-box Testing'''. STRIDE™ is '''test infrastructure''' used by engineers to implement and execute [[Types_of_Testing_Supported_by_STRIDE | '''tests''']] for validating embedded software executing On-Target. The STRIDE™ system consists of a [[STRIDE Overview | '''framework''']] for testing and a [[STRIDE_Test_Space | '''hosted web application''']] for storing and analyzing test results.
+
== [[Test Implementation]] ==
 +
* [[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]]
  
<hr/>
+
== [[Test Doubles]] ==
'''For an overview of STRIDE™ [[STRIDE Overview| PLEASE CLICK HERE]]'''.
+
* [[Test Double]]
 +
* [[Scl function | Function Pragma]]
 +
* [[Name Mangling]]
  
[[Image:screen_icon.png]] [[STRIDE Overview Video | STRIDE Overview Screencast]]
+
== [[Test Points]] ==
<hr/>
+
* [[Test Point]]
 
+
* [[Expectations | Expectations]]
 
+
* [[Test_Point_Testing_in_C/C%2B%2B | Writing Tests]]
{| class="FCK__ShowTableBorders"
 
|-
 
| valign="top" |
 
{| class="FCK__ShowTableBorders" style="border-right: rgb(187,204,204) 1px solid; border-top: rgb(187,204,204) 1px solid; vertical-align: top; border-left: rgb(187,204,204) 1px solid; border-bottom: rgb(187,204,204) 1px solid" cellspacing="5" cellpadding="2"
 
|-
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Source Instrumentation | Instrumentation]]  
 
 
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Tests in Script| Tests in Script]]
 
 
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Test Units| Tests in C/C++]]
 
 
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Running Tests | Running Tests]]
 
 
 
|-
 
 
 
 
 
<!--
 
Cell 1
 
-->
 
| valign="top" |
 
* [[Source Instrumentation Overview | Overview]]
 
* [[Test Point (old) | Test Points]]
 
 
* [[Test Log | Test Logs]]
 
* [[Test Log | Test Logs]]
* [[Function_Capturing  | Functions]]
 
* [[Expectations | Expectations]]
 
  
<!--
+
== [[Testing with Perl]] ==
Cell 2
+
* [[Test Script]]
-->
+
* [[Perl Script APIs | Test API]]
| valign="top" |
+
* [[Perl Script Snippets | Examples]]
* [[Test Modules Overview | Overview]]
 
* [[Perl Script APIs | Perl Script APIs]]
 
* [[Perl Script Snippets]]
 
* [[Script_Samples | Samples]]
 
  
 +
== [[Installation]] ==
  
<!--
+
* [[Framework Setup]]
Cell 3
+
* [[Windows SDK]]
-->
+
* [[Posix SDK]]
| valign="top" |
 
* [[Test Units Overview | Overview]]
 
* [[Test Units]]
 
* [[Test Macros | Test Macros]]
 
* [[Test API | Test APIs]]
 
* [[C/C%2B%2B_Samples | Samples]]
 
 
 
<!--
 
Cell 4
 
-->
 
| valign="top" |
 
* [[Running Tests (old) | Running Tests]]
 
* [[Listing Functions and Test Units|Listing Tests]]
 
* [[Tracing  | Tracing]]
 
* [[Organizing Tests into Suites | Organizing Tests]]
 
* [[Setting up your CI Environment | Setting up CI]]
 
 
 
|-
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category: Test Space|Test Space]]
 
 
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Reference | Reference]]
 
 
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Installation | Installation]]
 
 
 
! style="border-right: rgb(163,176,191) 1px solid; padding-right: 0.4em; border-top: rgb(163,176,191) 1px solid; padding-left: 0.4em; font-weight: bold; font-size: 120%; background: rgb(206,223,242) 0% 50%; padding-bottom: 0.2em; margin: 0pt; border-left: rgb(163,176,191) 1px solid; color: rgb(0,0,0); padding-top: 0.2em; border-bottom: rgb(163,176,191) 1px solid; text-align: left; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial" | [[:Category:Training | Training]]
 
 
 
|-
 
 
 
<!-- ROW 2 -->
 
 
 
<!--
 
Cell 5
 
-->
 
| valign="top" |
 
* [[STRIDE_Test_Space|Overview]]
 
* [[User Administration]]
 
* [[Creating Test Spaces]]
 
* [[Uploading Test Results]]
 
* [[Notifications]]
 
* [[Reporting Entities]]
 
* [[Creating And Using Baselines | Using Baselines]]
 
 
 
<!--
 
Cell 6
 
-->
 
| valign="top" |
 
* [[STRIDE Runner]]
 
* [[STRIDE Build Tools]]
 
* [[STRIDE Runtime]]
 
* [[STRIDE Off-Target Environment]]
 
* [[Platform Abstraction Layer]]
 
* [[Intercept Module]]
 
* [[Test Unit Pragmas]]
 
* [[Reporting Model]]
 
 
 
<!--
 
Cell 7
 
-->
 
| valign="top" |
 
* [[Installation Overview | Overview]]
 
* [[Desktop Installation | Framework setup]]
 
 
* [[Runtime Integration]]
 
* [[Runtime Integration]]
 
* [[Build Integration]]
 
* [[Build Integration]]
 +
* [[Sample Stride Target Settings | Build Target settings examples]]
 +
* [[STRIDE Extensions for Visual Studio | Build with Visual Studio]]
 +
 +
== [[Training]] ==
 
* [[Stride Sandbox]]
 
* [[Stride Sandbox]]
 +
* [[Training Overview]]
 +
* [[Training Basics]]
 +
* [[Training Advanced]]
 +
* [[Training Perl]]
  
 
+
== [[Reference]] ==
 
+
* [[STRIDE Runner| Runner]]
<!--
+
* [[STRIDE Build Tools | Build Tools]]
Cell 8
+
* [[STRIDE Runtime | Runtime]]
-->
+
* [[Platform Abstraction Layer | Platform Abstraction Layer (PAL)]]
| valign="top" |
+
* [[Intercept Module | Intercept Module (IM)]]
* [[Training Getting Started | Getting Started]]
+
* [[Reporting Model]]
* [[Training Test Macros | Test Macros]]
+
* [[Pragmas]]
* [[Training File IO | File IO]]
+
* [[Release Notes]]
* [[Training Parameters | Parameters]]
 
* [[Training Fixturing | Fixturing]]
 
* [[Training Expectations | Test Points]]
 
* [[Training Doubling | Test Doubles]]
 
|}
 
 
 
 
 
Click here for [[:Category:Release Notes| Release Notes]]
 

Revision as of 07:54, 9 July 2015