Versions Compared

Key

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

...

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section
Column
width400px

Figure 2 - Xray Parameterized Tests and Datasets

Column
width25px


Column

New API Capability: Export Dataset via API 

We’re improving data retrieval capabilities by introducing a Dataset object in the API, allowing for more comprehensive test data exports.

What’s New?

📤 Dataset Object in API Responses

  • A Dataset type object is now available as a field in the Test entity.

  • Included in API responses for getTest and getTests, ensuring Dataset linked to specific tests are retrievable.

🚀 3 API Enhancements for Bulk Dataset Retrieval

  • The Dataset object is now part of the ExpandedTest entity, retrievable via getExpandedTest and getExpandedTests.

  • Enables bulk Dataset retrieval for multiple tests in a single API call, improving efficiency.

  • Reduces the number of API requests needed to access Dataset information, optimizing performance for large-scale test management.

This update enhances visibility, accessibility, and efficiency when managing test datasets through the API. 🚀

Discover more details on utilizing Datasets here.