@haystacks/async
Version:
A framework to build any number or any kind of native application or automation solution.
277 lines (226 loc) • 12.5 kB
Plain Text
Description: Test plan for advanced.js
--------------------------------------------------------------------------------
testName: commandSequencer_validData
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: string (Not used for this command)
output: array<boolean,string|integer|boolean|object|array> (An array with a boolean True or False value to indicate if the application should exit or not exit, followed by the command output)
testName: commandSequencer_inValidInputDataString
input inputData: string (dfxg24346dfg)
input inputMetaData: string (Not used for this command)
output: ?
testName: commandSequencer_inValidInputMetaDataString
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: string (dfxg24346dfg)
output: ?
testName: commandSequencer_inValidInputDataInteger
input inputData: integer (123)
input inputMetaData: string (Not used for this command)
output: ?
testName: commandSequencer_inValidInputDataBoolean
input inputData: boolean (false)
input inputMetaData: string (Not used for this command)
output: ?
testName: commandSequencer_inValidInputMetaDataInteger
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: integer (123)
output: ?
testName: commandSequencer_inValidInputMetaDataBoolean
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: boolean (false)
output: ?
testName: commandSequencer_inValidInputDataUndefined
input inputData: undefined
input inputMetaData: string (Not used for this command)
output: ?
testName: commandSequencer_inValidInputDataNaN
input inputData: NaN
input inputMetaData: string (Not used for this command)
output: ?
testName: commandSequencer_inValidInputMetaDataUndefined
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: undefined
output: ?
testName: commandSequencer_inValidInputMetaDataNaN
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: NaN
output: ?
--------------------------------------------------------------------------------
testName: workflow_validData
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: string (Not used for this command)
output: array<boolean,string|integer|boolean|object|array> (An array with a boolean True or False value to indicate if the application should exit or not exit, followed by the command output)
testName: workflow_inValidInputDataString
input inputData: string (dfxg24346dfg)
input inputMetaData: string (Not used for this command)
output: ?
testName: workflow_inValidInputMetaDataString
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: string (dfxg24346dfg)
output: ?
testName: workflow_inValidInputDataInteger
input inputData: integer (123)
input inputMetaData: string (Not used for this command)
output: ?
testName: workflow_inValidInputDataBoolean
input inputData: boolean (false)
input inputMetaData: string (Not used for this command)
output: ?
testName: workflow_inValidInputMetaDataInteger
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: integer (123)
output: ?
testName: workflow_inValidInputMetaDataBoolean
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: boolean (false)
output: ?
testName: workflow_inValidInputDataUndefined
input inputData: undefined
input inputMetaData: string (Not used for this command)
output: ?
testName: workflow_inValidInputDataNaN
input inputData: NaN
input inputMetaData: string (Not used for this command)
output: ?
testName: workflow_inValidInputMetaDataUndefined
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: undefined
output: ?
testName: workflow_inValidInputMetaDataNaN
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered) (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: NaN
output: ?
--------------------------------------------------------------------------------
testName: businessRule_validData
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: string (Not used for this command)
output: array<boolean,string|integer|boolean|object|array> (An array with a boolean True or False value to indicate if the application should exit or not exit, followed by the command output)
testName: businessRule_inValidInputDataString
input inputData: string (dfxg24346dfg)
input inputMetaData: string (Not used for this command)
output: ?
testName: businessRule_inValidInputMetaDataString
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: string (dfxg24346dfg)
output: ?
testName: businessRule_inValidInputDataInteger
input inputData: integer (123)
input inputMetaData: string (Not used for this command)
output: ?
testName: businessRule_inValidInputDataBoolean
input inputData: boolean (false)
input inputMetaData: string (Not used for this command)
output: ?
testName: businessRule_inValidInputMetaDataInteger
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: integer (123)
output: ?
testName: businessRule_inValidInputMetaDataBoolean
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: boolean (false)
output: ?
testName: businessRule_inValidInputDataUndefined
input inputData: undefined
input inputMetaData: string (Not used for this command)
output: ?
testName: businessRule_inValidInputDataNaN
input inputData: NaN
input inputMetaData: string (Not used for this command)
output: ?
testName: businessRule_inValidInputMetaDataUndefined
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: undefined
output: ?
testName: businessRule_inValidInputMetaDataNaN
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: NaN
output: ?
--------------------------------------------------------------------------------
testName: commandGenerator_validData
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: string (Not used for this command)
output: array<boolean,string|integer|boolean|object|array> (An array with a boolean True or False value to indicate if the application should exit or not exit, followed by the command output)
testName: commandGenerator_inValidInputDataString
input inputData: string (dfxg24346dfg)
input inputMetaData: string (Not used for this command)
output: ?
testName: commandGenerator_inValidInputMetaDataString
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: string (dfxg24346dfg)
output: ?
testName: commandGenerator_inValidInputDataInteger
input inputData: integer (123)
input inputMetaData: string (Not used for this command)
output: ?
testName: commandGenerator_inValidInputDataBoolean
input inputData: boolean (false)
input inputMetaData: string (Not used for this command)
output: ?
testName: commandGenerator_inValidInputMetaDataInteger
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: integer (123)
output: ?
testName: commandGenerator_inValidInputMetaDataBoolean
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: boolean (false)
output: ?
testName: commandGenerator_inValidInputDataUndefined
input inputData: undefined
input inputMetaData: string (Not used for this command)
output: ?
testName: commandGenerator_inValidInputDataNaN
input inputData: NaN
input inputMetaData: string (Not used for this command)
output: ?
testName: commandGenerator_inValidInputMetaDataUndefined
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: undefined
output: ?
testName: commandGenerator_inValidInputMetaDataNaN
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: NaN
output: ?
--------------------------------------------------------------------------------
testName: commandAliasGenerator_validData
input inputData: array<object|boolean|string|integer>
input inputMetaData: string (Not used for this command)
output: array<boolean,string|integer|boolean|object|array> (An array with a boolean True or False value to indicate if the application should exit or not exit, followed by the command output)
testName: commandAliasGenerator_inValidInputDataString
input inputData: string (dfxg24346dfg)
input inputMetaData: string (Not used for this command)
output: ?
testName: commandAliasGenerator_inValidInputMetaDataString
input inputData: array<object|boolean|string|integer>
input inputMetaData: string (dfxg24346dfg)
output: ?
testName: commandAliasGenerator_inValidInputDataInteger
input inputData: integer (123)
input inputMetaData: string (Not used for this command)
output: ?
testName: commandAliasGenerator_inValidInputDataBoolean
input inputData: boolean (false)
input inputMetaData: string (Not used for this command)
output: ?
testName: commandAliasGenerator_inValidInputMetaDataInteger
input inputData: array<object|boolean|string|integer>
input inputMetaData: integer (123)
output: ?
testName: commandAliasGenerator_inValidInputMetaDataBoolean
input inputData: array<boolean|string|integer> (An array that could actually contain anything, depending on what the user entered)
input inputMetaData: boolean (false)
output: ?
testName: commandAliasGenerator_inValidInputDataUndefined
input inputData: undefined
input inputMetaData: string (Not used for this command)
output: ?
testName: commandAliasGenerator_inValidInputDataNaN
input inputData: NaN
input inputMetaData: string (Not used for this command)
output: ?
testName: commandAliasGenerator_inValidInputMetaDataUndefined
input inputData: array<object|boolean|string|integer>
input inputMetaData: undefined
output: ?
testName: commandAliasGenerator_inValidInputMetaDataNaN
input inputData: array<object|boolean|string|integer>
input inputMetaData: NaN
output: ?