Difference between revisions of "GXtest Generator - Test depth"

From GXtest Wiki
Jump to: navigation, search
(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...")
 
(Minimum)
Line 12: Line 12:
  
 
=== Minimum ===
 
=== Minimum ===
(genera un único dato válido para cada campo).
+
It generates only one value for each editable field of the entity analized. The value may be ramdomly generated, or could be taken from a Dictionary or the application database.
  
 
=== Basic ===
 
=== Basic ===

Revision as of 18:18, 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

It generates only one value for each editable field of the entity analized. The value may be ramdomly generated, or could be taken from a Dictionary or the application database.

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.