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

TDD Examples · Changes

Page history
Update TDD Examples authored Oct 09, 2021 by jmateo's avatar jmateo
Show whitespace changes
Inline Side-by-side
Showing with 8 additions and 2 deletions
+8 -2
  • TDD-Examples.md TDD-Examples.md +8 -2
  • No files found.
TDD-Examples.md
View page @ aaa8f3e4
## Scenario 1
When a user specifies a value that should be dropped, the whole row containing that value will be removed.
When a user specifies that there are no headers and that the column is a number n, the nth column should be dealt with with no problem.
## 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.
......@@ -16,3 +16,9 @@ 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.
## Scenario 9
When a user specifies a column as a number n, the nth column should be dealt with while also not considering the first row as data.
## Scenario 10
A user should be able to replace specified data with new data. With also the option to locate the data they want to replace, in cases the user does not know exactly where the data is.
\ No newline at end of file
Clone repository
  • Home
  • User Stories
  • TDD Examples
  • Executable Test Cases