<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Recipes Unit Testing  in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1698#M696</link>
    <description>&lt;P&gt;Hi Vinny, yes it could be great to connect with you, &lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 22:50:35 GMT</pubDate>
    <dc:creator>maheswara-reddy</dc:creator>
    <dc:date>2021-10-27T22:50:35Z</dc:date>
    <item>
      <title>Recipes Unit Testing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1695#M693</link>
      <description>&lt;P&gt;Hello Team, i am curies about how the recipes are testing? is there any framework build on own or using any external system/scripts/tools. &lt;/P&gt;&lt;P&gt;is any one following different way rather than manual testing?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 18:47:48 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1695#M693</guid>
      <dc:creator>maheswara-reddy</dc:creator>
      <dc:date>2021-10-27T18:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Recipes Unit Testing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1696#M694</link>
      <description>&lt;P&gt;Try writing a test recipe that picks the testdata from a list, files from fileserver/Sharepoint etc etc.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;That way you test consistantly.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I am looking for a way to manage the recipes as I usually do in Visual Studio.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 18:56:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1696#M694</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2021-10-27T18:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Recipes Unit Testing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1697#M695</link>
      <description>&lt;DIV dir="auto"&gt;You’ll have to restate your question. Sounds like you want to know if there is a test automation framework. You can use the API I would suppose to connect one as you wish. I’m not aware of a built in test automation facility.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;</description>
      <pubDate>Wed, 27 Oct 2021 20:37:18 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1697#M695</guid>
      <dc:creator>vinny-sosa</dc:creator>
      <dc:date>2021-10-27T20:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Recipes Unit Testing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1698#M696</link>
      <description>&lt;P&gt;Hi Vinny, yes it could be great to connect with you, &lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 22:50:35 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1698#M696</guid>
      <dc:creator>maheswara-reddy</dc:creator>
      <dc:date>2021-10-27T22:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Recipes Unit Testing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1699#M697</link>
      <description>&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;How you test a given recipe using automated approaches is different depending on the type of automation you are building.&amp;nbsp; If you're building an API end-point, you can use various third-party test tools such as postman which provide the ability to run automated tests against an API endpoint.&amp;nbsp; If you are building an app-to-app style recipe, many of our customers will build a "test recipe" which automates the testing process.&amp;nbsp; As an example, if your recipe is creating a user in Active Directory every time a new employee is added to Workday, your "test recipe" would create the input by hiring an employee into Workday, it would then wait and then check to see if the user with the correct attributes was added into Active Directory.&amp;nbsp; The test recipe is effectively automating the actions you would take when you manually test that recipe.  In some cases, teams will roll these "test recipes" together to create an automated test suite to run regression testing against a given solution and output a report of pass/fail results.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I hope that helps provide some ideas on what we've seen others do in this space.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 23:27:17 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1699#M697</guid>
      <dc:creator>dan-kennedy</dc:creator>
      <dc:date>2021-10-27T23:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Recipes Unit Testing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1700#M698</link>
      <description>&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We have test automation in the roadmap. It will allow creating test recipes that can use mock data to make it easy to do regression testing. In the meanwhile, you can follow the suggestions outlined by Dan above.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 04:33:03 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1700#M698</guid>
      <dc:creator>deven-maru</dc:creator>
      <dc:date>2021-10-28T04:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Recipes Unit Testing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1701#M699</link>
      <description>&lt;P&gt;Thank you all for your valuable suggestions.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 11:48:47 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/recipes-unit-testing/m-p/1701#M699</guid>
      <dc:creator>maheswara-reddy</dc:creator>
      <dc:date>2021-10-28T11:48:47Z</dc:date>
    </item>
  </channel>
</rss>

