Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleLearn more

Xray has built-in support for datasets where testers can explicitly enumerate parameters and the combination of values to be tested.


Please see Parameterized Tests for  (Xray for Jira Server/DC), Parameterized Tests (Xray for Jira Cloud) for more info.

Option 2: Test using a random combination of parameter values

...

Info
titleLearn more

Xray also supports combinatorial parameters, where the user defines the values for each parameter, and Xray calculates all the possible combinations, turning that into the dataset to be used.


It's possible to remove some values of the combinations to be generated. For example, we can exclude the "First" Class. That would lead to fewer scenarios to test (e.g., 162 => 108) but could still not be enough if we aim to have a limited set of tests.


Please see Parameterized Tests for  (Xray for Jira Server/DC), Parameterized Tests (Xray for Jira Cloud) for more info.


What empirical studies tell us about fault detection

...