verifGetReqStatus
verifGetReqStatus(g_sessionId t_reqId) =>t_status/ nil
Description
Returns the overall status of a requirement in a Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
Overall status of the specified requirement ID. This is the text on Overall Status column of the Results tree. |
|
|
Overall status of the specified requirement ID is not returned. |
Examples
The following example opens a Verifier cellview and retrieves the overall status of the specified requirements.
uid = verifOpenCellView("test" "results" "verifier")
=> 0
verifGetReqStatus(uid "ID1")
=> "0%"
verifGetReqStatus(uid "ID1.1")
=> "Not Mapped"
Related Topics
Return to top