User`s guide

Using the Test Suite Functions and Properties
8-13
Function Purpose
runAllAutomatedTests
For automated testing, run all automated tests.
This runs all test points.
For an imaqkit.AdaptorTest object called
testObj, use this syntax:
testObj.runAllAutomatedTests
runAutomatedObjectCreation
AndPreviewTest
For automated testing, run automated object
creation and preview test. This test creates an
object with the specified parameters and then
previews it. It also checks that the preview can be
stopped and then closed.
For an imaqkit.AdaptorTest object called
testObj, use this syntax:
testObj.runAutomatedObjectCreationAndPreviewTest
runAutomatedBasic
AcquisitionTest
For automated testing, run automated acquisition
test. This test acquires and montages 10 frames. It
also checks that continuous image acquisition can
be stopped.
For an imaqkit.AdaptorTest object called
testObj, use this syntax:
testObj.runAutomatedBasicAcquisitionTest
runAutomatedROITest
For automated testing, run automated region
of interest test. The test sweeps the ROI during
preview. It divides the frame into four sections and
previews each section separately. This test checks
setting the Region of Interest to a value different
from the default value and then acquiring data.
It also checks setting ROI values using X and Y
offsets.
For an imaqkit.AdaptorTest object called
testObj, use this syntax:
testObj.runAutomatedROITest