Difference between revisions of "Test API"

From STRIDE Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Test Points ==
+
The 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)
 
+
* [[Test Double|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]]
 
[[Category:Test Units]]

Latest revision as of 09:16, 7 July 2015

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