Difference between revisions of "Test API"

From STRIDE Wiki
Jump to: navigation, search
Line 1: Line 1:
== Test Points ==
+
The Test APIs for testing in C/C++ are documented in the following articles:
  
Refer to [[Test Point Testing in C/C++|this article]].
+
* [[Test Point Testing in C/C++|Test Point Testing API]] (for writing native test point validation tests)
 
+
* [[Runtime Test Services|Runtime Test Services API]] (for dynamic test result manipulation)
== Test Fixturing ==
+
* [[File  Transfer Services|File Transfer API]] (for host file manipulation from the device under test)
 
+
* [[Test Fixturing in C/C++|Test Fixturing]] (for test unit fixturing in native code)
Refer to [[Test Fixturing in C/C++|this article]].
+
* [[Test Documentation in C/C++|Test Documentation]] (how to document your native test units)
 
+
* [[Using Test Doubles|Test Doubles]] (for advanced dependency interception/function mocking in native code)
== Test Documentation ==
 
 
 
Refer to [[Test Documentation in C/C++|this article]].
 
 
 
==  Runtime  Test Services  ==
 
 
 
Refer  to [[Runtime Test Services|this article]] for a complete listing of the Runtime Test Services APIs.
 
 
 
== File Transfer Services ==
 
 
 
Refer to [[File Transfer Services|this article]] for a complete listing  of the File Transfer Services APIs.
 
 
 
== Test Doubles ==
 
 
 
Refer to [[Using Test Doubles|this article]].
 
 
 
[[Category:Test Units]]
 

Revision as of 16:38, 28 May 2010

The Test APIs for testing in C/C++ are documented in the following articles: