description: Test plan for promptOperations.js -------------------------------------------------------------------------------- testName: prompt_validDataString input inputData: string (What the prompt should display when asking the user for input) input inputMetaData: string (Not used for this business rule) output: string (A string of whatever input the user gave) testName: prompt_inValidDataInputDataString input inputData: string (dfxg24346dfg) input inputMetaData: string (Not used for this business rule) (testDataString) output: ? testName: prompt_inValidDataInputMetaDataString input inputData: string (What the prompt should display when asking the user for input) (testDataString) input inputMetaData: string (dfxg24346dfg) output: ? testName: prompt_inValidInputDataInteger input inputData: integer (4567) input inputMetaData: array ([1,2,3,4,5]) output: ? testName: prompt_inValidInputDataBoolean input inputData: boolean (false) input inputMetaData: array ([1,2,3,4,5]) output: ? testName: prompt_inValidInputMetaDataInteger input inputData: array ([1,2,3,4,5]) input inputMetaData: integer (4567) output: ? status: Failed error: TypeError: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received an instance of Array testName: prompt_inValidInputMetaDataBoolean input inputData: array ([1,2,3,4,5]) input inputMetaData: boolean (false) output: ? status: Failed error: TypeError: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received an instance of Array