Difference between revisions of "GXtest Generator - Test depth"
From GXtest Wiki
(Created page with " The Test depth option specifies the data complexity that the generated Test Cases will have. The number of rows that the generated datapools will have depends on this configu...") |
Revision as of 18:16, 5 November 2013
The Test depth option specifies the data complexity that the generated Test Cases will have. The number of rows that the generated datapools will have depends on this configuration.
Contents |
Options
It has 4 options:
- Minimum
- Basic
- Basic with rules
- Valid and Invalid
Minimum
(genera un único dato válido para cada campo).
Basic
It generates a set of valid values for each field, based on the border values of those fields. For example, for a Numeric(4) field, it could generate the following values: 183, 0, 1, 9999
Basic with rules
Same as Basic, but also includes border values based on the GeneXus rules of the analized objects.
The rules that are currently analized/supported are:
Valid and Invalid
Not implemented yet in current builds of GXtest.