Difference between revisions of "Main Page"

From STRIDE Wiki
Jump to: navigation, search
 
(79 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<span style="#color:#0067A5"> <font size="5"> STRIDE™ Test System 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''']].
  
Welcome to the STRIDE wiki. For an overview of STRIDE, including screencasts, '''[[STRIDE Overview| please click here]]'''.
+
== [[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]] ==
''Please select a topic or category heading below, or enter a search string in the Search field to the left.''
+
* [[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]]
  
{| class="FCK__ShowTableBorders"
+
== [[Testing with Perl]] ==
|-
+
* [[Test Script]]
| valign="top" |
+
* [[Perl Script APIs | Test API]]
{| 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"
+
* [[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:The Sandbox | The Sandbox]]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
 
  
! 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 | Source Instrumentation]] &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
+
== [[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:Tests in Script| Tests in Script]]
+
* [[Framework Setup]]
 
+
* [[Windows SDK]]
! 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 C/C++| Tests in C/C++]]
+
* [[Posix SDK]]
 
 
|-
 
 
 
 
 
<!--
 
Cell 1
 
-->
 
| valign="top" |
 
* [[The Sandbox | Overview]]
 
* [[Installation]]
 
* [[Activating Your STRIDE License | Licensing]]
 
* [[Test Space Setup | Test Space]]
 
* [[Building Target App]]
 
* [[Running Diagnostics]]
 
* [[Test Unit Samples | Samples]]
 
 
 
<!--
 
Cell 2
 
-->
 
| valign="top" |
 
* [[Test Point Overview | Overview]]
 
* [[Test Point | Test Points]]
 
* [[Test Log | Logging Macros]]
 
 
 
<!--
 
Cell 3
 
-->
 
| valign="top" |
 
* [[Script Overview | Overview]]
 
* [[Perl Script APIs | Perl Script APIs]]
 
* [[Perl Script Snippets]]
 
 
 
<!--
 
Cell 4
 
-->
 
| valign="top" |
 
* [[Test Units | Overview]]
 
* [[Test Packaging]]
 
* [[Test Reporting]]
 
* [[Test Unit Pragmas]]
 
* [[Pass/Fail_Macros | Assertions]]
 
* [[Test Log Macros | Log Macros]]
 
* [[Expectation Tests in C/C++ | Expectation Tests]]
 
* [[Using Test Doubles | Test Doubles]]
 
* [[Test Fixturing]]
 
* [[Runtime Test Services | Test APIs]]
 
* [[File Transfer Services]]
 
* [[Test Unit Documentation | Test Documentation]]
 
 
 
 
 
|-
 
! 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:STRIDE Test Space|STRIDE 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:Running Tests | Running Tests]]
 
 
 
! 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:Framework Integration | Framework Integration]]
 
 
 
|-
 
 
 
<!-- 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]]
 
 
 
<!--
 
Cell 6
 
-->
 
| valign="top" |
 
* [[Running Test Units]]
 
* [[Listing Test Units]]
 
* [[Running All Tests]]
 
* [[Running A Subset of Tests]]
 
* [[Organizing Test Units into Suites]]
 
* [[Setting up your CI Environment]]
 
 
 
 
 
<!--
 
Cell 7
 
-->
 
| valign="top" |
 
* [[Stride Runner|STRIDE Runner]]
 
* [[Build Tools|STRIDE Build Tools]]
 
* [[Runtime Reference|STRIDE Runtime]]
 
* [[Platform Abstraction Layer]]
 
* [[Intercept Module]]
 
* [[Test Unit Pragmas]]
 
 
 
<!--
 
Cell 8
 
-->
 
| valign="top" |
 
* [[Integration Overview]]
 
* [[Distribution Files]]
 
 
* [[Runtime Integration]]
 
* [[Runtime Integration]]
* [[Test Integration]]
+
* [[Build Integration]]
* [[Test Execution]]
+
* [[STRIDE Extensions for Visual Studio | Build with Visual Studio]]
 
 
|}
 
  
 +
== [[Training]] ==
 +
* [[Stride Sandbox]]
 +
* [[Training Overview]]
 +
* [[Training Basics]]
 +
* [[Training Advanced]]
 +
* [[Training Perl]]
  
Click here for [[:Category:Release Notes| Release Notes]]
+
== [[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]]

Latest revision as of 12:24, 17 July 2015