Jump to content

Software Engineering with LabVIEW: Difference between revisions

From LabVIEW Wiki
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page describes software engineering practices and tools.
This page describes software engineering practices and tools.


The intent of the this page is to share best practices. This will include discussion of tool selection, where appropriate, and information regarding setting up and using tools.
The intent of the this page is to share best practices. This will include discussion of tool selection, where appropriate, and information regarding setting up and using tools.


Following are some key tasks that are part of a software engineering process:<br />
Following are some key tasks that are part of a software engineering process:
[[Requirements Management]]<br />
*[[Requirements Management]]
[[Planning Development]]<br />
*[[Planning Development]]
[[Software Design]]<br />
*[[Software Design]]
[[Source Code Control]]<br />
*[[Source Code Control]]
[[Unit and Regression Testing]]<br />
*[[Unit and Regression Testing]]
[[Issue Tracking]]<br />
*[[Issue Tracking]]


[[Category:SW Engineering]]
== External links  ==
 
*[http://ni.com/largeapps ni.com/largeapps] -- information collected and reviewed by NI employees
*[http://ni.com/community/largeapps ni.com/community/largeapps] -- information contributed by LabVIEW users worldwide (WIKI&nbsp;editiable)<br>
 
[[Category:SW_Engineering]]

Latest revision as of 14:22, 21 April 2009

This page describes software engineering practices and tools.

The intent of the this page is to share best practices. This will include discussion of tool selection, where appropriate, and information regarding setting up and using tools.

Following are some key tasks that are part of a software engineering process:

External links