File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,25 @@ Run the package using `java -jar Caesar-Cipher-Encoder-Decoder<version>.jar`
12
12
![ image] ( https://user-images.githubusercontent.com/60155767/138775171-45c94d1f-16e5-4097-95f3-847e90bff297.png )
13
13
14
14
15
+ ## Behaviour Driven Development
16
+
17
+ - Displays banner and welcome message
18
+ - INPUT: "prompt for option selection"
19
+
20
+ - Displays: "Prompt message input if encrypt Message option Entered"
21
+ - INPUT: "Enter the message to Encrypt prompt"
22
+ - INPUT: "Enter the shift/encryption key prompt"
23
+ - OUTPUT: "Displays User's input message, the encrypted message and the encryption/shift key"
24
+
25
+ - Displays: "Prompt message input if decrypt Message option Entered"
26
+ - INPUT: "Enter the message to decrypt prompt"
27
+ - INPUT: "Enter the shift/decryption key prompt"
28
+ - OUTPUT: "Displays User's input message, the decrypted message and the decryption/shift key"
29
+
30
+ - Displays: "Show goodbye and exit on exit option Entered"
31
+
32
+ - Displays an Error Message if option selection is not a number or out of range"
33
+
15
34
16
35
17
36
## Contributions
You can’t perform that action at this time.
0 commit comments