Contents

Cancel

Recommended Articles

  1. unify-apps

    Indexing

    Unify AI

    Transform raw content into searchable knowledge through AI-powered indexing and vector embeddings

  2. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  3. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  4. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  5. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  6. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  7. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  8. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  9. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  10. unify-apps

    Microsoft Teams

    Unify Automations

    Connect your app with Microsoft Teams to enhance communication, automate workflows, and foster collaboration across your organization

  11. unify-apps

    Jira

    Unify Automations

    Use Jira to plan, track, and manage your agile and software development projects

  12. unify-apps

    Pre Processing

    Unify AI

    Optimize query processing through intelligent rephrasing, retrieval, and ranking to deliver accurate AI responses

  13. unify-apps

    Google Calendar

    Unify Integrations

    Integrate your app with Google Calendar to streamline scheduling, automate event management, and improve team coordination

  14. unify-apps

    SAP HANA

    Unify Integrations

    Connect your app with SAP HANA to leverage in-memory computing for real-time data processing and advanced analytics at scale.

#
Unify Applications
Logo
Add Data Sources
Logo
Testing your Data Source

Testing your Data Source

Logo

2 mins READ

Overview

Testing data sources ensures data accuracy, integrity, structure and business logic. This option describes the format in which the data source is going to return.

Run Preview

Run preview allows you to check the output of the given data source by fetching the result dynamically. This ensures that the schema or structure of the data source matches the expected format.

Image
Image

Output

The output section shows the output for the data source. It specifies the JSON format in which the data will be fetched. 

For APIs, this means ensuring that the response structure adheres to expected formats (e.g., JSON keys, data types). Test cases may include:

  • Verifying the schema consistency across environments.

  • Ensuring all necessary columns or fields are present and correctly structured.

  • Testing schema changes.

Often, the data being pulled into your application must adhere to specific business rules or logic. This can include calculations, data transformations, and validation. Testing ensures that:

  • Data conforms to expected business logic (e.g., price cannot be negative).

  • Calculations (e.g., totals, averages) are accurate and consistent.

    Image
    Image

    It also provides the error code and error message in case there is a config issue with the data source. This can help in restructuring the data source and fetching required data.

    Image
    Image