importResults |
![]() |
importResults - import session results from CSV file
importResults.pl [-n] [-v] [-d description] -u user -S set suite csvFile
importResults.pl [-n] [-v] -u user -s sessNum suite csvFile
importResults allows the import of qualified records from a CSV file into an existing or new session in an ATM test suite.
In the first form, create a new session from the set "set", optionally providing a description for that session. In the second form, use session "sessNum". Import the results for tests in the session that match records in the csvFile into that session.
The csvFile must contain at least the following fields:
It can also contain the following fields:
In addition, it can contain any fields in the suite's run data definition, for example:
Any fields that do not match the run data definition, or one of the special fields listed above are ignored.
An example result file might look like:
ID,RESULT,NOTES,ATM_PRID
mytestcase,pass,"some notes about this test case",42
myothertestcase,fail,"another test case with notes",43
Copyright © 2000-2006 Applied Testing and Technology, Inc. All rights reserved.