2017 © Pedro Peláez
 

library boundary-data-faker

A library to generate boundary condition values for your tests

image

yuriy-sorokin/boundary-data-faker

A library to generate boundary condition values for your tests

  • Tuesday, November 17, 2015
  • by yuriy-sorokin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Boundary data faker

To properly test boundary conditions of your form / entity, you need to generate quite a lot of data, which exceeds boundary conditions / values., (*1)

Say, you have User entity with 2 required fields name and email, and 1 optional, which is age., (*2)

The validation rules are:
- name
    - 3-20 chars long
- email
    - 5-50 chars long
    - a regular expression
- age
    - numeric
    - greater then 18

In order to have all cases, which must throw an exception covered, you need to manually create quite a big amount of data: - ['name' => '']
- ['name' => '12']
- ['name' => 'a string, which length is more than 20 chars'] - ['email' => '']
- ['email' => '1234']
- ['email' => 'a string, which length is more than 50 chars'] - ['age' => 'string'] - ['age' => 0], (*3)

The Versions

17/11 2015

dev-master

9999999-dev

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin

17/11 2015

1.9

1.9.0.0

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin

23/10 2015

1.8

1.8.0.0

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin

23/10 2015

1.7

1.7.0.0

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin

23/10 2015

1.6

1.6.0.0

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin

23/10 2015

1.5

1.5.0.0

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin

23/10 2015

1.3

1.3.0.0

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin

23/10 2015

1.4

1.4.0.0

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin

23/10 2015

1.2

1.2.0.0

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin

22/10 2015

1.1

1.1.0.0

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin

19/10 2015

1.0

1.0.0.0

A library to generate boundary condition values for your tests

  Sources   Download

MIT

The Development Requires

by Iurii Sorokin