Difference between revisions of "Studio:STRIDE Studio"

From STRIDE Wiki
Jump to: navigation, search
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
STRIDE Studio provides a graphical environment allowing software engineers to interactively create, exercise and verify code during implementation. Using a combination of Autosense, Studio's context-sensitive help, and SCL Wizards to create SCL statements, developers can easily instrument interfaces. Through STRIDE's remote interfacing mechanism and on-target interface tracing capabilities, developers can dynamically access application interfaces to execute remote function calls, send and receive remote messages, and trace on-target transactions. This capability allows developers to effectively interact with their code without writing additional test code, and enables quick implementation/testing/refactoring iterations to support agile development practices, such as test-driven development.  
 
STRIDE Studio provides a graphical environment allowing software engineers to interactively create, exercise and verify code during implementation. Using a combination of Autosense, Studio's context-sensitive help, and SCL Wizards to create SCL statements, developers can easily instrument interfaces. Through STRIDE's remote interfacing mechanism and on-target interface tracing capabilities, developers can dynamically access application interfaces to execute remote function calls, send and receive remote messages, and trace on-target transactions. This capability allows developers to effectively interact with their code without writing additional test code, and enables quick implementation/testing/refactoring iterations to support agile development practices, such as test-driven development.  
 +
 +
[[Image:Studio_app.gif|600px|center|The STRIDE Studio application]]
 +
 +
  
 
Please refer to the '''STRIDE Studio''' section of the Online Help installed with STRIDE for more information on STRIDE Studio.
 
Please refer to the '''STRIDE Studio''' section of the Online Help installed with STRIDE for more information on STRIDE Studio.
  
 
+
[[Category: Studio]]
[[Category: Reference]]
 

Latest revision as of 12:24, 18 August 2009

STRIDE Studio provides a graphical environment allowing software engineers to interactively create, exercise and verify code during implementation. Using a combination of Autosense, Studio's context-sensitive help, and SCL Wizards to create SCL statements, developers can easily instrument interfaces. Through STRIDE's remote interfacing mechanism and on-target interface tracing capabilities, developers can dynamically access application interfaces to execute remote function calls, send and receive remote messages, and trace on-target transactions. This capability allows developers to effectively interact with their code without writing additional test code, and enables quick implementation/testing/refactoring iterations to support agile development practices, such as test-driven development.

The STRIDE Studio application


Please refer to the STRIDE Studio section of the Online Help installed with STRIDE for more information on STRIDE Studio.