| Contents | Index |
formats = systest.requirements.getInfo returns a 1xN cell array of strings describing the supported formats for which requirement links can be created.
linktypes = systest.requirements.getInfo(format) returns information describing the supported linktypes for a given format. format must be specified as a string. format is not case sensitive. linktypes is returned as a 1x1 structure containing the following fields:
SupportedLinkType – A 1xN cell array of strings of linktypes specific to the specified format.
AvailableModuleLocations – A 1xN cell array of strings containing the module locations for the specified format.
info = systest.requirements.getInfo(format,modulelocation) returns information describing the supported link values in the modulelocation for a given format. format and modulelocation must be specified as a string. format is not case sensitive but modulelocation is case sensitive. info is returned as a 1x1 structure containing the following fields:
ModuleID – A string containing the module ID.
ModuleLocation – A string containing the module location for the ModuleLocation.
AvailableObjectIds – A 1xN cell array of strings containing the object IDs for the specified ModuleLocation.
Find out what requirements in DOORS you can link to in your test case.
listOfLinkSuppor = systest.requirements.getInfo('DOORS');
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |