Versions Compared

Key

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

...

  • Systematically avoiding wasteful repetition.
  • Systematically covering not only all user-specified requirements, but also 100% of all of the application’s critical interactions.
  • doing so in the lowest mathematically possible number of tests.

...

Section
Column
width33

Eliminate wasteful redundancy

Stop hand-selecting redundant tests.

The most common type of wasteful repetition is that certain system paths and certain combinations of test inputs get tested again and again in test after test.
Based on our experience analyzing thousands of hand-selected test sets, even when those sets achieve “requirements coverage,” they consistently fail to thoroughly test critical system interactions.

Column
width40px


Column
width33

Eliminate Gaps


Image Modified

Wasteful repetition is a much larger problem than most teams realize because selecting scenarios by hand also inevitably leaves important coverage gaps. A “foreign” transaction type gets tested. An “extra-large” transaction size gets tested. But those two ideas do not get tested together.Xray Test Case Designer uses sophisticated test generation algorithms powered by Intelligent Augmentation to systematically eliminate these coverage gaps. Whether a system under test has 50 critical interactions or 50,000 critical interactions, Xray Test Case Designer will keep track of 100% of them and ensure your tests cover all of them (and do so in the fewest possible scenarios).

Column
width40px


Column
width33

Maximize variation and thoroughness


The majority of software defects are triggered by simple interactions within a system.

Every test you generate with Xray Test Case Designer is optimized to achieve maximum coverage, allowing teams to achieve greater coverage in fewer overall tests.

Xray Test Case Designer will guarantee that 100% of those system interactions are covered in as few tests as possible.

Features

...



Supported?
Create, view, edit, copy Test Models


Image Added
Test Model revisions

Image Added

Import Test Models from Excel 

Image Added

Import Test Models from mind maps (OPML) 

Image Added

Share Test Models 

Image Added

Export Test Models
Parameters
Create, view, edit Parameters

Image Added

Order Parameters

Image Added

Add Value Expansions

Image Added

Bulk update 

Image Added

Rules
Constraints definition

Image Added

Invalid constraints

Image Added

Bound constraints

Image Added

Forced Interactions definition

Image Added

Import Forced Interactions

Image Added

Scenarios
Standard and optimized scenarios generation

Image Added

Multi way interactions

Image Added

Mixed-strength interactions

Image Added

Scenario Freeze option

Image Added

Export Scenarios

Image Added

Scripts
Manual Tests

Image Added

Native support for BDD (Gherkin/Cucumber)

Image Added

Analysis
Coverage Matrix

Image Added

Coverage Graph

Image Added

Review
Notes

Image Added

Mind Map View

Image Added

Scorecard

Image Added


Access Test Case Designer

< Include requirements ( Xray Enterprise License> and screenshots on how to access Test Case Designer)

Terms & Concepts

< Explain all the main concepts and then link to pages where the user can learn how to use them> 

Test Model

Parameters

Rules

Scenarios

Scripts

Quick Getting Started



Note

Xray Test Case Designer is a feature included in Xray Enterprise offer, to access this feature you need to make sure that:

  • Xray Enterprise Requires an active Xray license 
  • Xray Enterprise active license
  • Minimum Xray version 6.3.0


When a valid Xray Enterprise license is detected, a new Xray Enterprise configuration option will be made available to setup your Test Case Designer instance

Initial Setup

UI Steps
sizesmall
UI Step

Access the new "Xray Enterprise" global option
Image Added

UI Step

Provide the specific URL that Xray provided you (If you don't have this URL please contact support)
Image Added

UI Step

The Test Case Designer menu option is now available on your Xray enabled projects

Image Added


Terms & Concepts

Test Model

A Test Model is an abstraction of a focused use case that we aim to test.  This model is made around a specific scope (e.g., "book a flight") that can be exercised in different ways, depending on a combination of input parameters (e.g., "origin, destination, number of seats, date"). To find bugs related with the input parameters and increase the related coverage, an optimized set test cases (manual or automated) can be derived from it. More info on Test Models here.

Parameters

The parameters are used to define the variables, and the related possible values, that are applicable to the Test Model. Usually these refer to the input variables.

Parameters, together with the restrictions specified using Rules, will be used to derive the combination of parameter/values.

More  info on Parameters here.


Info
Test parameterization is a powerful practice that allows the same test to be executed multiple times with different parameters. Parameters are similar to input values (variables) that can change with each execution.



Rules

While Parameters are used to enumerate, in general, the variables in our Test Model and the values they can have, Rules allow us to apply some restrictions as we may not be interested in having all the combinations of these variables.

Rules can be used to define what parameter values can never be tested together, as they either don't make sense in reality (e.g., Windows + Safari) or because they may not be representative/relevant.

In the other hand, Rules can also be used to enforce scenarios where parameter values can only be tested together.

More info on Rules here.

Scenarios

Scenarios are the generated combination of input parameter values, where each row represents a combination of parameters (and their values) to be used in a test.

We can think of Scenarios as an optimized dataset that will be used to iterate our Test Model multiple times, and thus test it under slightly different circumstances.

Not all combinations of parameter/values are created. Test Case Designer uses coverage optimization algorithms (pairwise, n-wise) to achieve a high level of coverage with in few tests. This can be adjusted to achieve a greater coverage if needed. More info on Scenarios here.

Scripts

While Scenarios focus on data that will be used for our tests, Scripts provide the actual context so that testers know how/where to apply it.

Scripts have the detailed steps with actions and expectations for our test scenarios.

Scripts can be either manual test scripts or automated test scripts.

For manual test scripts, detailed steps and expected results can be specified, where parameters may be mentioned. These will be replaced by the respective values whenever generating the tests later on.

For automated test scripts, Gherkin (e.g., Cucumber) Scenario or Scenario Outline can be specified or even Robot Framework test cases. Similarly to manual test scripts, parameters can be mentioned in the specification, so they can be replaced later on by proper values. More info on Scripts here.< Explain briefly how to use Test Designer  - First you create parameters, then rules, etc etc>