Main Page: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(21 intermediate revisions by 2 users not shown)
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 | Test Points]]
* [[Test Log | Test Logs]]
* [[Test Log | Test Logs]]
* [[Function_Capturing  | Functions]]
* [[Expectations | Expectations]]
<!--
Cell 2
-->
| valign="top" |
* [[Test Modules Overview | Overview]]
* [[Perl Script APIs | Perl Script APIs]]
* [[Perl Script Snippets]]
* [[Script Samples | Samples]]
<!--
Cell 3
-->
| valign="top" |
* [[Test Units Overview | Overview]]
* [[Test Units]]
* [[Test Macros | Test Macros]]
* [[Test API | Test APIs]]
* [[C/C++ Samples | Samples]]
<!--
Cell 4
-->
| valign="top" |
* [[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]]


|-
== [[Testing with Perl]] ==
! 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]]
* [[Test Script]]
* [[Perl Script APIs | Test API]]
* [[Perl Script Snippets | Examples]]


! 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]]
== [[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:Installation | Installation]]
* [[Framework Setup]]
* [[Windows SDK]]
* [[Posix SDK]]
* [[Runtime Integration]]
* [[Build Integration]]
* [[STRIDE Extensions for Visual Studio | Build with Visual Studio]]


! 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:Samples | Samples]]
== [[Training]] ==
* [[Stride Sandbox]]
* [[Training Overview]]
* [[Training Basics]]
* [[Training Advanced]]
* [[Training Perl]]


|-
== [[Reference]] ==
 
* [[STRIDE Runner| Runner]]
<!-- ROW 2 -->
* [[STRIDE Build Tools | Build Tools]]
 
* [[STRIDE Runtime | Runtime]]
<!--
* [[Platform Abstraction Layer | Platform Abstraction Layer (PAL)]]
Cell 5
* [[Intercept Module | Intercept Module (IM)]]
-->
| 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]]
* [[Platform Abstraction Layer]]
* [[Intercept Module]]
* [[Test Unit Pragmas]]
* [[Reporting Model]]
* [[Reporting Model]]
 
* [[Pragmas]]
<!--
* [[Release Notes]]
Cell 7
-->
| valign="top" |
* [[Installation Overview | Overview]]
* [[Desktop Installation | Desktop]]
* [[Off-Target_Environment_Setup | Off-Target]]
* [[Test Space Setup | Test Space]]
* [[Target Integration Overview | Target]]
 
 
 
<!--
Cell 8
-->
| valign="top" |
* [[Samples_Overview | Overview]]
* [[Training Tests in C/C++ | Tests in C/C++]]
* [[Training Tests in Script | Tests in Script]]
* [[Training Instrumentation | Instrumentation]]
* [[Training Running Tests | Running Tests]]
 
|}
 
 
Click here for [[:Category:Release Notes| Release Notes]]

Latest revision as of 18:24, 17 July 2015