You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symbolic Constants should be defined for easier maintenance in the future if values need to change for any reason. Most if not all number values in the functional and nonfunctional requirement test cases should be replaced with a symbolic constant; then, that symbolic constant should be defined in a section called Symbolic Parameters, which is missing from your document. An example could be for Test-FR-P1, instead of saying "10 seconds" you would say "MAX_DISPLAY_TIME" and then in 6.1 state that MAX_DISPLAY_TIME = 10 seconds.
The text was updated successfully, but these errors were encountered:
artifact under review.
VnVPlan.pdf
team number (for the team doing the review).
22
description of issue.
Symbolic Constants should be defined for easier maintenance in the future if values need to change for any reason. Most if not all number values in the functional and nonfunctional requirement test cases should be replaced with a symbolic constant; then, that symbolic constant should be defined in a section called Symbolic Parameters, which is missing from your document. An example could be for Test-FR-P1, instead of saying "10 seconds" you would say "MAX_DISPLAY_TIME" and then in 6.1 state that MAX_DISPLAY_TIME = 10 seconds.
The text was updated successfully, but these errors were encountered: