Main Content
oslc.qm.TestScript
Description
The oslc.qm.TestScript
object represents test script resources in
the quality management domain of the Open Services for Lifecycle Collaboration (OSLC) service
provider. After creating and configuring oslc.Client
and oslc.core.QueryCapability
objects, query the service provider for available test
script resources by using the queryTestScripts
function.
Creation
Create an oslc.qm.TestScript
object by using the createTestScript
function.
Properties
Object Functions
addRequirementLink | Add requirement traceability link to local OSLC test resource object |
addResourceProperty | Add resource property to local OSLC resource object |
addTextProperty | Add text property to local OSLC resource object |
commit | Send local changes to OSLC service provider |
fetch | Retrieve full resource data from OSLC service provider |
getProperty | Get local contents of text property from OSLC resource object |
getRDF | Get resource RDF/XML data from OSLC resource object |
getRequirementLinks | Get locally stored requirement traceability links from OSLC test resource object |
getResourceProperty | Get local contents of resource property from OSLC resource object |
remove | Remove resource from OSLC service provider |
removeRequirementLink | Remove requirement traceability link from local OSLC test resource object |
removeResourceProperty | Remove resource property from local OSLC resource object |
setProperty | Set local contents of text property for OSLC resource object |
setRDF | Set RDF content for local OSLC resource object |
setResourceProperty | Set local contents of resource property from OSLC resource object |
setResourceUrl | Set resource URL for local OSLC resource object |
show | View OSLC resource in system browser |
Examples
Version History
Introduced in R2021a
See Also
oslc.Client
| oslc.core.CreationFactory
| oslc.core.QueryCapability
| oslc.rm.Requirement
| oslc.qm.TestCase
| oslc.qm.TestExecutionRecord
| oslc.qm.TestPlan
| oslc.qm.TestResult
| createTestScript
| queryTestScripts