Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P parabix-devel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • amot
  • parabix-devel
  • Wiki
  • TDD Examples

Last edited by jmateo Oct 09, 2021
Page history
This is an old version of this page. You can view the most recent version or browse the history.

TDD Examples

##Scenario 1 When a user specifies a value that should be dropped, the whole row containing that value will be removed.

##Scenario 3 When a user specifies that they want the output to be an output file, the output terminal will be empty and concurrently output the desired output file.

##Scenario 4 When a user states the delimiter to be something other than commas, the program should go through with the specified delimiter.

##Scenario 5 When a user wants to drop/keep/cut an identified group of data, the program should do its respective command.

##Scenario 6 When a user inputs a non-properly formatted csv file, it should output an error. When a user inputs a non-csv file, it should output an error.

##Scenario 8 When a user is having trouble with using the commands, they should be able to ask for a help menu that will be able to clarify.

Clone repository
  • Executable Test Cases
  • Home
  • TDD Examples
  • User Stories