<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CAT Studio on </title>
    <link>https://docs.justcat.it/reference/cat-studio/</link>
    <description>Recent content in CAT Studio on </description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Wed, 19 Aug 2026 10:00:00 +0200</lastBuildDate><atom:link href="https://docs.justcat.it/reference/cat-studio/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introduction</title>
      <link>https://docs.justcat.it/reference/cat-studio/introduction/</link>
      <pubDate>Thu, 04 Apr 2024 14:40:56 +0100</pubDate>
      
      <guid>https://docs.justcat.it/reference/cat-studio/introduction/</guid>
      <description>What is CAT Studio #CAT Studio is a tool for authoring, running, and evaluating automated tests against your data. It is a GUI (graphical user interface) for CAT. It has a built-in AI assistant called CAT Pilot.
It looks like this:
With CAT Studio, you can test almost any data (all major relational databases, cloud databases, Power BI, Databricks, MS Fabric, Azure Synapse Analytics, and many others), compare data across systems, generate tests from metadata, and much more.</description>
    </item>
    
    <item>
      <title>Installation</title>
      <link>https://docs.justcat.it/reference/cat-studio/installation/</link>
      <pubDate>Thu, 04 Apr 2024 14:40:56 +0100</pubDate>
      
      <guid>https://docs.justcat.it/reference/cat-studio/installation/</guid>
      <description>There are two options for how to get CAT Studio:
Microsoft Store (recommended)
Download the installer from our Releases page.
Microsoft Store #You can get CAT Studio from Microsoft Store. Open the Microsoft Store from your Start menu:
Find &amp;ldquo;CAT Studio&amp;rdquo; (don&amp;rsquo;t search just for CAT, you&amp;rsquo;d get too many results):
Get it like any other application. The big advantage of having CAT Studio from Microsoft Store is that you&amp;rsquo;ll also get any updates automatically.</description>
    </item>
    
    <item>
      <title>CAT Studio Interface</title>
      <link>https://docs.justcat.it/reference/cat-studio/interface/</link>
      <pubDate>Thu, 04 Apr 2024 14:40:56 +0100</pubDate>
      
      <guid>https://docs.justcat.it/reference/cat-studio/interface/</guid>
      <description>Menu #Menu on the left contains links to these pages:
Page Description Welcome Welcome screen with tips how to get started and information about upcoming events Project Create new project, open existing project, overview of an open project Data sources Here you define where is the data you want to test Tests Add, edit, run or remove tests from your project Queries Mainly playground - run any query against any of your data source Logs If anything goes wrong (such as connectivity to database) you can get details about it here Variables Only visible when enabled on Settings page.</description>
    </item>
    
    <item>
      <title>Project</title>
      <link>https://docs.justcat.it/reference/cat-studio/project/</link>
      <pubDate>Thu, 04 Apr 2024 14:40:56 +0100</pubDate>
      
      <guid>https://docs.justcat.it/reference/cat-studio/project/</guid>
      <description>This page differs significantly when you have no project and when you have an open project.
No Project #You do not have any project open:
Because CAT organizes tests in project, you need one. You have these options:
create a completely new, empty project
open an existing project (in CAT you save projects to .cat.yaml files)
open one of your recent projects, if any
open a project that you marked as favorite using the Star button</description>
    </item>
    
    <item>
      <title>Data Sources</title>
      <link>https://docs.justcat.it/reference/cat-studio/data-sources/</link>
      <pubDate>Thu, 04 Apr 2024 14:40:56 +0100</pubDate>
      
      <guid>https://docs.justcat.it/reference/cat-studio/data-sources/</guid>
      <description>List of Data Sources #CAT Studio needs to know what data you need to test. On this page you define where the data is.
When you hover a data source, you see action buttons for editing and removing the data source.
Data Source Dialog #When you add a new data source or edit existing one, you work with a dialog with three steps:
1. Give Your Data Source a Friendly Name #Here provide a friendly name for your data source.</description>
    </item>
    
    <item>
      <title>Tests</title>
      <link>https://docs.justcat.it/reference/cat-studio/tests/</link>
      <pubDate>Thu, 04 Apr 2024 14:40:56 +0100</pubDate>
      
      <guid>https://docs.justcat.it/reference/cat-studio/tests/</guid>
      <description>Tests Page Structure #Tests page displays quite a lot of things. In general, the page is split to two parts - left contains list of tests and right detail of one test.
There is a splitter between the two, you can choose whether you focus on list of tests or on detail of one of them.
List of Tests #List of tests has this structure:
The toolbar contains action related to more tests.</description>
    </item>
    
    <item>
      <title>Queries</title>
      <link>https://docs.justcat.it/reference/cat-studio/queries/</link>
      <pubDate>Thu, 04 Apr 2024 14:40:56 +0100</pubDate>
      
      <guid>https://docs.justcat.it/reference/cat-studio/queries/</guid>
      <description>On Queries tab, you can run any query against any data source you defined. The page has two use-cases.
Playground #You can use queries tab as a playground, where you issue queries against your data sources and check the data you are about to test. You can give your queries names and descriptions.
Once you want to turn one of your queries into an automated test, you can use &amp;ldquo;Make it a Test&amp;rdquo; button.</description>
    </item>
    
    <item>
      <title>Variables</title>
      <link>https://docs.justcat.it/reference/cat-studio/variables/</link>
      <pubDate>Thu, 04 Apr 2024 14:40:56 +0100</pubDate>
      
      <guid>https://docs.justcat.it/reference/cat-studio/variables/</guid>
      <description>First, to even see Variables page, you need to go to Settings page in CAT Studio and enable usage of variables:
Introduction #CAT supports usage of environment variables in its configuration files. They are supported in data source definitions and in test definitions, in value of any property.
Example: When you define environment variable CAT_MyProject_MyVariableName, you can use %CAT_MyProject_MyVariableName% in any property of data source definition or test definition and CAT will automatically pick up its value.</description>
    </item>
    
    <item>
      <title>Settings</title>
      <link>https://docs.justcat.it/reference/cat-studio/settings/</link>
      <pubDate>Thu, 04 Apr 2024 14:40:56 +0100</pubDate>
      
      <guid>https://docs.justcat.it/reference/cat-studio/settings/</guid>
      <description>On settings page you manage settings of CAT Studio itself - interface, license key, settings common for all projects. If you need to manage settings of a specific project, go to Project page.
CAT Studio settings page looks like this:
Feedback #Provide us Feedback button will redirect you to CAT Portal page where you can provide us feedback:
generic feedback (like it, dislike it) bugs reports feature request Your feedback is highly appreciated.</description>
    </item>
    
    <item>
      <title>Keyboard Shortcuts</title>
      <link>https://docs.justcat.it/reference/cat-studio/keyboard-shortcuts/</link>
      <pubDate>Wed, 03 Dec 2025 09:40:56 +0100</pubDate>
      
      <guid>https://docs.justcat.it/reference/cat-studio/keyboard-shortcuts/</guid>
      <description>You can also download PDF version.
Global #These work regardless of what page is active:
Shortcut Action Condition Ctrl+S Saves the active project Open project Ctrl+Shift+E Open the active project in editor Open project Ctrl+Shift+F4 Close current project Open project Ctrl+Shift+F6 Reloads current project Open project Esc Close wizard dialog window Wizard dialog is open Ctrl+, Open settings F10 Show variables Variables usage is allowed on Settings page Ctrl+D Show new data sources dialog Open project All the other keyboard shortcuts work only when you are on a specific page:</description>
    </item>
    
  </channel>
</rss>
