How can I express a state change and a time length in action for requirements table?
조회 수: 1 (최근 30일)
이전 댓글 표시
Suppose that I have a requirement in an EARS form like follows:
While state1 = state_operational, when input1 = 1, the system shall satisfy output1 = 2 for at least 2 seconds.
1) Is there a way to express the interruption when the state changes? And what happens with the 2 seconds time in this case?
2) How can I express the "for at least 2 seconds"? I refer to this into the action column of requirements table.
댓글 수: 1
Midhulesh Vellanki
2022년 12월 22일
Requirements are plane text. If you are trying to test requirements to show coverage you can use assessments to test that the temporal behavior of your signal. https://www.mathworks.com/help/sltest/ug/temporal-assessments.html
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!