File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
_notes/software-architecture/requirements Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -81,16 +81,15 @@ layout: notes
8181# Use Case Example (continued)
8282
8383* Extensions:
84- * 3a: Replace only first occurrence
85- 1. User indicates that only the first occurrence is to be replaced.
86- 2. Software finds the first occurrence of the search term in the document being edited and replaces it with the replacement text.
87- 3. Use case ends with postcondition state being only the first occurrence is replaced.
84+ 3a: Replace only first occurrence
85+ 1 . User indicates that only the first occurrence is to be replaced.
86+ 2 . Software finds the first occurrence of the search term in the document being edited and replaces it with the replacement text.
87+ 3 . Use case ends with postcondition state being only the first occurrence is replaced.
8888
89- # Use Case Example (continued)
90- * 3b: Search only
91- 1. User indicates that the software is only to search and not replace.
92- 2. Software highlights the first occurrence of the search term.
93- 3. Use case ends with post condition state being the first occurrence is highlighted and not replaced.
89+ 3b: Search only
90+ 1 . User indicates that the software is only to search and not replace.
91+ 2 . Software highlights the first occurrence of the search term.
92+ 3 . Use case ends with post condition state being the first occurrence is highlighted and not replaced.
9493* ** Postconditions** : All occurrences of the search term have been replaced with the replacement text.
9594
9695
You can’t perform that action at this time.
0 commit comments