<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Project on RIA Docs</title>
    <link>https://docs.riaproducts.com/ta/3.x.x/docs/web-application/project/</link>
    <description>Recent content in Project on RIA Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://docs.riaproducts.com/ta/3.x.x/docs/web-application/project/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Environments</title>
      <link>https://docs.riaproducts.com/ta/3.x.x/docs/web-application/project/environments/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/ta/3.x.x/docs/web-application/project/environments/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The Environments section is where your testing environments are defined. A testing environment can be a development, staging, production, or any other project-specific environment. This section allows you to add, modify, or delete environments according to your needs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;create-an-environment&#34;&gt;Create an Environment&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#create-an-environment&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;To create an environment, click &lt;strong&gt;Create Environment&lt;/strong&gt; and enter valid values in the following fields:&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;/ta/3.x.x&#xA;&#xA;/images/image (350).png&#34; alt=&#34;&#34;width=&#34;700&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;Field&lt;/th&gt;&#xA;      &lt;th&gt;Description&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Environment Name&lt;/td&gt;&#xA;      &lt;td&gt;Name of the environment. Should be minimum 4 characters long. &lt;br&gt;&#xA;        &lt;br&gt;Mandatory: Yes&#xA;      &lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;API Base URL&lt;/td&gt;&#xA;      &lt;td&gt;URL of the environment for API or Batch testing. &lt;br&gt;&#xA;        &lt;br&gt;Mandatory: Yes&#xA;      &lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Application URL&lt;/td&gt;&#xA;      &lt;td&gt;URL of the environment for UI testing. &lt;br&gt;&#xA;        &lt;br&gt;You can also specify the target URL in the &lt;strong&gt;Service&lt;/strong&gt; &gt; &lt;strong&gt;Uploaded File&lt;/strong&gt; &gt; &lt;strong&gt;url&lt;/strong&gt; field &lt;strong&gt;.&lt;/strong&gt; In case, different target URLs are specified in the &lt;strong&gt;Application URL&lt;/strong&gt; and &lt;strong&gt;Uploaded File&lt;/strong&gt; &gt; &lt;strong&gt;url&lt;/strong&gt; fields, the system will use the URL specified in the &lt;strong&gt;Application URL&lt;/strong&gt;. &lt;br&gt;&#xA;        &lt;br&gt;Mandatory: No&#xA;      &lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Default&lt;/td&gt;&#xA;      &lt;td&gt;Sets the selected environment as default for test runs and templates of an external system. Selecting will override the existing default environment, if any. &lt;br&gt;&#xA;        &lt;br&gt;Mandatory: No&#xA;      &lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Authentication&lt;/td&gt;&#xA;      &lt;td&gt;&#xA;        &lt;p&gt;Specifies the authentication details for the test environment. The following are the possible values: &lt;/p&gt;</description>
    </item>
    <item>
      <title>Variables</title>
      <link>https://docs.riaproducts.com/ta/3.x.x/docs/web-application/project/variables/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/ta/3.x.x/docs/web-application/project/variables/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The variables in the &lt;strong&gt;Variables&lt;/strong&gt; section can be reused across all steps and flows within your project. For example, if you need to automate a login process, you can store sensitive login credentials like &lt;code&gt;username&lt;/code&gt; and &lt;code&gt;password&lt;/code&gt; as project variables. Instead of manually entering these credentials in every API or UI step, you can reference them using &lt;code&gt;{{username}}&lt;/code&gt; and &lt;code&gt;{{password}}&lt;/code&gt;, ensuring consistency and simplifying maintenance.&lt;/p&gt;&#xA;&lt;p&gt;By using project variables, you can easily update values in one place. If you need environment-specific values, for example, different credentials for development or production, you can configure &lt;a href=&#34;https://docs.riaproducts.com/ta/3.x.x/docs/web-application/project/environments/#variables&#34;&gt;Variables in Environments&lt;/a&gt; to manage these settings for each environment, making it easy to switch between them without modifying individual steps.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Integrations</title>
      <link>https://docs.riaproducts.com/ta/3.x.x/docs/web-application/project/integrations/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/ta/3.x.x/docs/web-application/project/integrations/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;strong&gt;Integrations&lt;/strong&gt; section in the &lt;strong&gt;Project&lt;/strong&gt; module enables you to configure integrations at the project level.&lt;/p&gt;&#xA;&lt;p&gt;Before confguring your integrations, ensure that you have enabled your test case management and issue tracking applications in the &lt;a href=&#34;https://docs.riaproducts.com/ta/3.x.x/docs/web-application/settings/&#34;&gt;Settings&lt;/a&gt; module.&lt;/p&gt;&#xA;&lt;h3 id=&#34;configure-project-integrations&#34;&gt;Configure project integrations&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#configure-project-integrations&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Go to the &lt;strong&gt;Integrations&lt;/strong&gt; tab of the selected project.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;/ta/3.x.x&#xA;&#xA;/images/TestRail-project-integrations-tab-configure-button.png&#34; alt=&#34;&#34;&gt;&lt;/figure&gt;  &#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Click &lt;strong&gt;Configure Project Integrations&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Click the &lt;strong&gt;Test Case Management&lt;/strong&gt; toggle.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;/ta/3.x.x&#xA;&#xA;/images/Projects-new-integrations-tab-test-case-management-toggled.png&#34; alt=&#34;&#34; width=&#34;600&#34;&gt;&lt;/figure&gt;  &#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Select &lt;code&gt;TestRail&lt;/code&gt; from the dropdown across &lt;strong&gt;App To Use&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;/ta/3.x.x&#xA;&#xA;/images/project-integrations-testrail-app-to-use.png&#34; alt=&#34;&#34; width=&#34;600&#34;&gt;&lt;/figure&gt;  &#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Select a project from the &lt;strong&gt;TestRail Project&lt;/strong&gt; dropdown list.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;/ta/3.x.x&#xA;&#xA;/images/project-integrations-testrail-testrail-project.png&#34; alt=&#34;&#34; width=&#34;600&#34;&gt;&lt;/figure&gt;  &#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;Click the &lt;strong&gt;Issue Tracking&lt;/strong&gt; toggle.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;/ta/3.x.x&#xA;&#xA;/images/project_integrations-jira-2.png&#34; alt=&#34;&#34; width=&#34;500&#34;&gt;&lt;/figure&gt;  &#xA;&lt;ol start=&#34;7&#34;&gt;&#xA;&lt;li&gt;Select the issue tracking app from the &lt;strong&gt;App To Use&lt;/strong&gt; dropdown list.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;/ta/3.x.x&#xA;&#xA;/images/project_integrations-jira-3.png&#34; alt=&#34;&#34; width=&#34;500&#34;&gt;&lt;/figure&gt;  &#xA;&lt;ol start=&#34;8&#34;&gt;&#xA;&lt;li&gt;Select a project from the &lt;strong&gt;TestRail Project&lt;/strong&gt; dropdown list.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;/ta/3.x.x&#xA;&#xA;/images/project_integrations-jira-4.png&#34; alt=&#34;&#34; width=&#34;500&#34;&gt;&lt;/figure&gt;  &#xA;&lt;ol start=&#34;9&#34;&gt;&#xA;&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div id=&#34;imageModal&#34; class=&#34;modal&#34;&gt;&#xA;  &lt;span class=&#34;close-button&#34;&gt;&amp;times;&lt;/span&gt;&#xA;  &lt;img class=&#34;modal-content&#34; id=&#34;modalImage&#34;&gt;&#xA;  &lt;div id=&#34;caption&#34;&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;modify-an-integration-configuration&#34;&gt;Modify an integration configuration&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#modify-an-integration-configuration&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;You can modify any configuration for the test case management and issue tracking integrations by selecting a new value from the dropdown list, then clicking the &lt;strong&gt;Save&lt;/strong&gt; button.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
