LabVIEW 2009 Unit Test Framework Toolkit Help
Edition Date: June 2009
Part Number: 372584B-01
»View Product Info
You must create and save a LabVIEW project before you can use the LabVIEW Unit Test Framework Toolkit to create tests. Use projects to group together all the files you need to perform unit testing. Use virtual folders, auto-populating folders, and LabVIEW project libraries to organize a project.
Adding Files to a Project
Complete the following steps to add files, such as VIs, .lvtest files, auto-populating folders, and LabVIEW project libraries, to a LabVIEW project.
-
Create a new project or open an existing project.
- Right-click a target, such as My Computer, and select Add»File from the shortcut menu. A file dialog box appears.
- Navigate to and select the files you want to add to the project.
- Click the Add File button. The newly-added items appear at the bottom of the project tree, above the Dependencies icon.
 |
Note When you add an item that is part of a LabVIEW project library, LabVIEW adds the entire project library to the project tree. |
-
Select File»Save to save the project.
Using Folders to Organize a Project
You can use virtual folders, auto-populating folders, and project libraries to organize a project.
Complete the following steps to organize VIs and .lvtest files in a project.
-
Open the LabVIEW project that contains the files on which you want to perform unit testing.
-
Add a folder or project library to a project.
- Drag and drop VIs and .lvtest files to this folder. You also can add folders inside a folder.
-
Select File»Save to save the project.