Page History
Table of Contents | ||
---|---|---|
|
UI Expand | ||
---|---|---|
| ||
|
Introduction
...
Xray Test Case Designer is a revolutionary test Designer is an Xray Enterprise Test case design optimization tool that will increase enhances the effectiveness of your testing while saving time.
The tool can be used by teams in Teams use it during the early stages of the testing process (and by teams creating , including when they create scenario-based requirements). Benefitting from Intelligent Augmentation algorithms, test sets created by the Benefiting from the model-based approach and the intelligent augmentation algorithm, Xray Test Case Designer's Test suites have been repeatedly proven to find more defects (- and find them do so more efficiently ) - than hand-selected test setsTest suites.
Xray Test Case Designer To do so, the tool carefully constructs combinations of test conditions to achieve as much coverage as possible in as few tests as possible using applied maximum coverage with the fewest possible tests, using statistics-based optimization methods that have been refined over more than 40 years.
This is the core feature of of Xray Test Case Designer , and to achieve that, it focuses on these the following areas:
- Systematically avoiding wasteful wasteful repetition.
- Systematically covering not only all user-specified requirements but also and 100% of all of the application’s critical application's critical interactions.
- doing Doing so in the lowest mathematically possible number of testsTests.
Benefits
With Xray Test Case Designer, you’ll test much faster. You’ll also achieve objectively much better tests. Let’s begin by discussing three key ways Xray Test Case Designer will save you and your colleagues time, as well as how the scenarios you’ll generate using the tool are far more thorough than the ones selected by hand.
...
width | 33 |
---|
Design Faster
Generate test models in seconds at the push of a button.
Generating the test models in the Test Case Designer is a fundamentally different process than selecting and documenting individual tests by hand, one by one. To generate optimized scenarios using the Test Case Designer, you must first identify inputs and variation ideas and enter them into the tool.
...
the goal is to enhance both the speed and the quality - teams create more thorough tests faster, find defects earlier in the process, and do so in fewer tests to run and maintain over time, which leads to cost savings.
Designing Faster
Creating Test Models in Xray Test Case Designer is fundamentally different from manually selecting and documenting individual Tests. Instead, the designer thoughtfully identifies inputs and variations and enters them into the tool. Once identified, you can generate entire suites of thorough and efficient scenarios in seconds and adjust them as
...
needed.
...
width | 40px |
---|
...
width | 33 |
---|
Approve Faster
Clearly communicate testing coverage for faster approvals.
...
Approving Faster
...
Each time you generate a set of scenarios,
...
Xray Test Case Designer automatically creates insightful interaction coverage reports
...
, clearly showing what is and isn't covered by any chosen scenario. These visualizations facilitate clear and efficient communication
...
among stakeholders.
With Xray Test Case
...
Designer's coverage graphs, you
...
'll have clear, actionable, and fact-based answers to
...
questions like "How many tests are enough?
...
".
Automating Faster
If many of your automated Tests are currently
...
width | 40px |
---|
...
width | 33 |
---|
Automate Faster
Quickly transform optimized scenarios into automated tests
...
written using hard-coded variables,
...
your SDETs,
...
developers, and
...
automation engineers
...
will benefit from Xray Test Case Designer. It enables accelerated
...
and optimized in-sprint automation
...
:
- Rapidly create clear, consistent
...
- Test Steps that leverage Behavior Driven Development principles
...
- . The primary benefit is the one-to-many relationship between Xray Test Case
...
- Designer scripts and the data scenarios.
...
- Export one
...
- scenario block into multiple skeletal scripts based on your chosen language (using "Automated Test Framework" option).
- Maintain and reuse
...
- script components
...
- faster, thanks to the model-based approach.
...
Eliminating Wasteful Redundancy
...
width | 33 |
---|
Eliminate wasteful redundancy
Stop hand-selecting redundant tests.
The most common type of wasteful repetition
...
occurs when certain system paths
...
and
...
Test input combinations are tested repeatedly across multiple tests (instead of branching out). Based on our analysis of thousands of hand-selected
...
Test suites, even
...
those achieving "requirements coverage" often fail to thoroughly Test critical system interactions
...
.
...
width | 40px |
---|
...
width | 33 |
---|
Eliminate Gaps in Coverage
Reach 100% coverage in fewer tests.
...
Eliminating Gaps, Maximizing Variation and Thoroughness
Most software defects are triggered by simple interactions within a system.
...
Xray Test Case Designer uses
...
combinatorial Test generation algorithms powered by
...
intelligent augmentation to systematically eliminate coverage gaps. Whether a system under
...
Test has 50 critical interactions or
...
5000, Xray Test Case Designer
...
keeps track of 100% of them
...
, ensuring your
...
Tests cover them all
...
in the fewest
...
width | 40px |
---|
...
width | 33 |
---|
Maximize variation and thoroughness.
Simple interactions within a system trigger the majority of software defects.
Every test you generate with the Test Case Designer is optimized to achieve maximum coverage, allowing teams to achieve greater coverage in fewer overall tests.
...
possible
...
Features
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
scenarios
...
...
...
...
...
...
...
...
...
...
...
...
...
Note |
---|
Xray Test Case Designer is a feature included in Xray Enterprise offer. To access this feature, you need to make sure that you have the following:
|
When a valid Xray Enterprise license is detected, a new Xray Enterprise configuration option will be made available to set up your Test Case Designer instance.
...
UI Steps | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
Concepts
...
...
Test Model
A Test Model is an abstraction of a focused use case that we you aim to testTest. This model is made built around a specific scope (e.g., "book a flight") that can be exercised in different ways, depending on a combination of input parameters parameters (e.g., "origin, destination, number of seats, date"). An To find bugs related to the input parameters and increase coverage, an optimized set of test cases (manual or automated) can be derived to find bugs related to the input parameters and increase the related coverage. More info on Test Models is here.
Parameters
from it.
Parameters
Parameters The parameters are used to define the variables , and the related their possible values , that apply to within the Test Model. UsuallyTypically, these refer to the input variables.Parameters and the Parameters, along with restrictions specified using Rules will be , are used to derive the combination of parametersparameter/values.More
Info |
---|
...
Info |
---|
Test parameterization is a powerful practice that allows the same test to bebe 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 your Test Model and the their possible values they can have, Rules allow us you 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 define which parameter values can should never be tested together , as because they either don't make sense in reality (e.g., Windows + Safari) or because they may not be aren't representative/relevant.
On the other handConversely, Rules can also be used to enforce scenarios where parameter values can only be tested together.
More Rules.
certain lengthy parameter value combinations must be incorporated into the test suite as a priority.
Scenarios
Scenarios are are the generated combination combinations of input parameter values, where each row represents a combination of parameters (and their values) to be used in a testTest.
We can think Think of Scenarios as an optimized dataset that will be used to iterate our your Test Model multiple times and thus test , testing it under slightly different circumstances.
Not all combinations of parameters/values parameter/value combinations are created. Xray Test Case Designer uses coverage coverage optimization algorithms (e.g., pairwise, n-wise) to achieve a high level of coverage within with few testsTests. This can be adjusted to achieve for greater coverage if needed. More info on Scenarios is here.
Scripts
While Scenarios focus on the data that will be used for our testsyour Tests, Scripts provide the actual context so that testers know how /and where to apply it.
Scripts have detailed steps with contain detailed Steps with actions and expectations for our your test scenarios. Scripts can be either manual test scripts or automated test scripts.
For manual test Test scripts, detailed steps Steps and expected results can be specified, where with parameters may be mentioned. These parameters will be replaced by the respective values whenever generating when exporting the tests Tests later on.
For automated test Test scripts, you can specify Gherkin (e.g., Cucumber) Scenario Scenarios or Scenario Outline can be specified Outlines, or even Robot Framework test Test cases. Similarly Similar to manual test Test scripts, parameters can be mentioned in the specification so that they can be replaced later on and replaced by proper values . More info on Scripts is herelater.
Features
Features | Supported? |
---|---|
Create, view, edit, copy Test Models | |
Test Model revision history | |
Import Test Models from Excel | |
Import Test Models from mind maps (OPML) | |
Share Test Models | |
Export Test Models | |
Parameters | |
Create, view, edit Parameters | |
Order Parameters | |
Add Value Expansions (equivalence classes) | |
Bulk update | |
Boundary/ranged values | |
Rules | |
Constraints definition | |
Invalid, Bound, Skip constraints | |
Complex multi-parameter rules | |
Forced Interactions definition | |
Import Forced Interactions | |
Scenarios | |
Standard and optimized scenarios generation | |
Multi way interactions | |
Mixed-strength interactions | |
Scenario Freeze option | |
Export Scenarios | |
Scripts | |
Manual Tests | |
Native support for BDD (Gherkin/Cucumber) | |
Analysis | |
Coverage Matrix | |
Coverage Graph | |
Review | |
Notes | |
Mind Map View | |
Scorecard |
Info |
---|
Expand | ||
---|---|---|
| ||
If you have questions or technical issues, please contact the Support team via the Customer Portal (Jira service management) or send us a message using the in-app chat. |